«tiling» 태그된 질문

공간 (일반적으로 평면)을 간격없이 작은 타일로 분할하는 문제 (일반적으로 유한 한 프로토 타일 사용). [세트 파티션]도 참조하십시오.

10
리틀 챈들러는 슬프다. 그를 응원하기 위해 구름을 그립니다
리틀 챈들러는 슬프다. 그를 응원하기 위해 구름을 그립니다. 참고 : 구름을 그리는 것이 실제로 그를 응원하지는 않습니다. 원은 3- 튜플로 정의 될 수 직교 평면상의 원의 X 위치이고, 직교 평면상에서 원의 y 좌표이며, 원의 반경이다. 및 음수 일 수있다. 항상 긍정적입니다. 입력은 공백으로 분리 된 3 개의 튜플 형태의 원 …

2
OEIS 확장 : 다이아몬드 타일링 계산
나는 이것이 diamong 바둑판 식 배열에 대한 나의 마지막 도전이 될 것이라고 약속한다 (어쨌든). 밝은면에서이 과제는 ASCII 아트와 관련이 없으며 코드 골프도 아니므로 실제로 완전히 다릅니다. 따라서 각 육각형에는 세 가지 다이아몬드가 있습니다. 흥미로운 질문은 주어진 육각형 크기에 대해 이러한 타일링이 몇 개나 존재하는지입니다. 이 수치는 상당히 철저하게 연구되었으며 OEIS …


22
기본 ASCII Tallies
다른 제목 : 벽에 감옥 형을 집계 숫자가 주어지면 n출력 집계는 기존의 그룹당 5 개와 행당 50 개로 그룹화됩니다. 예 1 | | | | 4 |||| |||| |||| |||| 5 |||/ ||/| |/|| /||| 6 |||/ | ||/| | |/|| | /||| | 50 |||/ |||/ |||/ |||/ |||/ …
36 code-golf  ascii-art  number  code-golf  number  integer  binary  base-conversion  code-golf  array-manipulation  code-golf  chemistry  code-golf  number  sequence  fibonacci  code-golf  matrix  optimization  code-golf  number  code-golf  math  number  sequence  code-golf  math  array-manipulation  matrix  linear-algebra  code-golf  kolmogorov-complexity  cops-and-robbers  cops-and-robbers  code-golf  tips  basic  code-golf  decision-problem  binary  tiling  game  king-of-the-hill  python  code-golf  c  code-golf  ascii-art  code-golf  string  kolmogorov-complexity  alphabet  code-golf  number  code-golf  string  code-golf  number  sequence  integer  code-golf  number  permutations  restricted-complexity  restricted-time 

24
이 번호는 Loeschian입니까?
양의 정수 k는 다음과 같은 경우 Loeschian 수입니다. k다음과 같이 표현 될 수 i*i + j*j + i*j대한 i, j정수. 예를 들어, 첫 번째 양의 Loeschian 수는 다음과 같습니다. 1( i=1, j=0); 3( i=j=1); 4( i=2, j=0); 7( i=2, j=1); 9( i=-3, j=3); ... 그 참고 i, j주어진가 k고유하지 않습니다. …
33 code-golf  math  number  number-theory  decision-problem  code-golf  kolmogorov-complexity  code-golf  sequence  code-golf  path-finding  chess  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  math  arithmetic  code-golf  code-golf  number  code-golf  geometry  code-golf  math  code-golf  code-golf  kolmogorov-complexity  alphabet  code-golf  regular-expression  hexagonal-grid  king-of-the-hill  path-finding  java  code-golf  string  sorting  code-golf  string  grid  code-challenge  compression  code-golf  random  code-golf  sequence  arithmetic  code-golf  number  grid  tiling  code-golf  tips  code-golf  sequence  number-theory  recursion  code-golf  string  grid  code-golf  math  number  combinatorics  permutations  string  code-challenge  code-golf  sequence  number-theory  subsequence 

7
한 차원의 유한 타일
이 과제의 목적은 1 차원 조각 모음이 타일링되어 유한 연속 청크를 형성 할 수 있는지 여부를 결정하는 것입니다. 조각은 0과 1의 비어 있지 않은, 유한 순서 인 하나 시작 및 종료가. 몇 가지 가능한 조각이 1, 101, 1111, 1100101. 타일링 은 하나의 인접한 블록이 형성되도록 피스를 배열하는 것을 의미한다. 한 …

5
정수, 조립하십시오!
당신의 작업에서 정수를 조립하는 것입니다 1에 대한 N폭의 사각형으로 (입력으로 주어진) W과 높이 H(또한 입력으로 주어진). 개별 숫자는 90 도의 배수로 회전 할 수 있지만 사각형에서 연속 블록으로 나타나야합니다. 즉, 숫자 중 하나를 여러 자릿수로 나누고 사각형에 숫자를 개별적으로 배치 할 수 없으며, 모퉁이에서 숫자의 세 자리를 구부릴 수도 없습니다. …

6
ASCII 직소 퍼즐
이것은 3x3ASCII 직소 퍼즐입니다. _____ _____ _____ | _| |_ | | (_ _ _) | |_ _|_( )_|_ _| | (_) |_ _| (_) | | _ _) (_ _ | |_( )_|_ _|_( )_| | _| (_) |_ | | (_ _) | |_____|_____|_____| 이것은 또한 3x3ASCII 직소 …

7
다이아몬드 타일링 확장
정규 육각형은 다음과 같이 다이아몬드로 바둑판 식으로 배열 할 수 있습니다. ______ /_/_/\_\ /_/\_\/\_\ /\_\/_/\/_/\ \/_/\_\/_/\/ \_\/_/\_\/ \_\_\/_/ 우리는 위의 타일 크기를 고려할 것입니다 1(다이아몬드 측면이 하나 /또는 \각각 만들어지기 때문에 ). 같은 크기의 타일 2은 다음과 같습니다. ____________ / / /\ \ /___/___/ \___\ / /\ \ /\ \ …

2
공백을 채우기 위해 임의의 사각형 배열
이 직사각형이 직사각형 공간을 채울 수 있습니까? 직사각형이 많이 있으면 직사각형 공간을 채우도록 배열 할 수 있는지 묻습니다. 명세서 임의의 m x n사각형이 주어진다. 0 <= m, n <= 1000구멍이나 겹치지 않고 정확히 직사각형 영역을 덮도록 배열 할 수 있는지 여부를 결정하십시오. 사각형은 회전 할 수 없으며 각 사각형은 한 …

3
단순화 된 커닝 구현
소개 커닝 이란 텍스트 문자 사이의 간격을 조정하는 것을 의미합니다. 예를 들어, Top다음 세 가지 글리프로 작성된 단어를 고려하십시오 . ##### ..... ..... ..#.. ..... ..... ..#.. ..##. .###. ..#.. .#..# .#..# ..#.. .#..# .#..# ..#.. ..##. .###. ..... ..... .#... ..... ..... .#... 글리프 사이의 틈을 점으로 채우고 완성 …
24 code-golf  grid  code-challenge  atomic-code-golf  code-golf  combinatorics  probability-theory  card-games  code-golf  number  geometry  code-golf  decision-problem  chess  code-golf  math  number  sequence  code-golf  string  regular-expression  code-golf  arithmetic  integer  code-golf  math  array-manipulation  code-golf  number  decision-problem  integer  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  decision-problem  graph-theory  binary-matrix  code-golf  string  parsing  code-golf  string  code-golf  morse  code-golf  code-golf  string  code-golf  ascii-art  cellular-automata  code-golf  binary  base-conversion  code-golf  arithmetic  decision-problem  integer  checksum  code-golf  matrix  linear-algebra  code-golf  code-golf  game  code-golf  sequence  binary  code-golf  combinatorics  optimization  code-golf  decision-problem  quine  code-golf  rational-numbers  bitwise  code-golf  string  permutations  code-golf  kolmogorov-complexity  unicode  code-golf  ascii-art  number  code-golf  number  integer  binary  base-conversion  code-golf  array-manipulation  code-golf  chemistry  code-golf  number  sequence  fibonacci  code-golf  matrix  optimization  code-golf  number  code-golf  math  number  sequence  code-golf  math  array-manipulation  matrix  linear-algebra  code-golf  kolmogorov-complexity  cops-and-robbers  cops-and-robbers  code-golf  tips  basic  code-golf  decision-problem  binary  tiling  game  king-of-the-hill  python  code-golf  c  code-golf  ascii-art  code-golf  string  kolmogorov-complexity  alphabet  code-golf  number  code-golf  string  code-golf  number  sequence  integer  code-golf  number  permutations  restricted-complexity  restricted-time 

9
3 x 3 개의 견고한 정사각형 모두 인쇄
(a와 유사한 견고한 사각형 매직 스퀘어 ) N의 정수 (1)의 구성 인 2 매 2에 의한 아 격자는 동일한 금액을 갖도록한다는 N N 의한 격자. 예를 들어, N = 3 인 경우 하나의 견고한 사각형은 1 5 3 9 8 7 4 2 6 네 개의 2x2 하위 그리드 1 …
24 code-golf  number  arithmetic  number-theory  grid  code-golf  binary  code-golf  popularity-contest  code-golf  chemistry  code-golf  code-golf  date  code-golf  quine  chess  code-golf  hexadecimal  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  math  date  code-golf  typography  code-golf  string  code-golf  string  code-golf  code-golf  math  arithmetic  array-manipulation  grid  code-golf  puzzle-solver  code-golf  music  audio  code-golf  decision-problem  code-golf  geometry  code-golf  number  bitwise  code-golf  string  metagolf  hexagonal-grid  code-golf  string  code-golf  sorting  popularity-contest  code-golf  game  sequence  base-conversion  binary  code-golf  decision-problem  graph-theory  natural-language  code-golf  math  parsing  optimized-output  code-golf  array-manipulation  code-golf  graphical-output  image-processing  tiling  code-golf  graph-theory  path-finding  chess  code-golf  code-golf  balanced-string  code-golf  number  code-golf  sequence  code-golf  math  arithmetic  statistics  code-golf  chemistry 

3
왕 타일로 화면을 채우십시오
다음 13 개의 정사각형 왕 타일은 항상 평면을 비 주기적으로 타일링하는 것으로 입증되었습니다 . 즉, 사각형이 인접한 모든 변이 같은 색으로 격자에 배열되면 패턴의 변환이 절대 그 자체와 일치하지 않습니다. 가운데와 모서리에 공백으로 채워진 3x3 격자와 가장자리의 빨강, 녹색, 파랑, 노랑, 회색 대신 1 ~ 5의 숫자로 각 타일을 텍스트로 …

5
정사각형에서 육각형으로 원활한 변환
그리드에서 플레이하는 많은 게임에서 육각형은 Clearly Superior Choice ™입니다. 불행히도, 많은 무료 게임 아트 사이트에는 정사각형 맵에 대한 완벽한 타일 세트 만 있습니다. 과거 프로젝트에서 나는 이것들 중 일부를 사용하여 수동으로 육각형으로 변환했습니다. 그러나 나는 노년기에 게으르다. 작은 스크립트로 프로세스를 쉽게 자동화 할 수 있어야합니다. 그러나 나는 노년기에 게으르다. 그래서 …

10
이 수정 된 원으로 평면 타일
원점을 중심으로 한 단위 원을 가져옵니다. 인접한 두 사분면 에서 원의 x와 y 절편을 연결하는 선을 가로 질러 원의 곡선을 대칭시킵니다. 결과 모양으로 평면을 타일링 할 수 있습니다. 멋진 2D 물리 샌드 박스 Algodoo 로이 이미지를 만들었습니다 ! 이 이미지와 비슷한 이미지를 일반적인 무손실 이미지 파일 형식으로 출력하는 프로그램을 작성하십시오. …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.