«ascii-art» 태그된 질문

이 문제는 텍스트 문자를 페인트로 사용하여 그림을 만들거나 파싱하는 것입니다. 일반적으로 ASCII 표준에 의해 1963 년에 정의 된 95 개의 인쇄 가능 문자 (총 128 자) 만 사용합니다.

5
건물의 그림자를 그립니다
입력: 1 X X X X XX XXXXXX X X X X XX XXXXXX X X X XXX X XX XXXXXX X X X XXX X XX XXXXXX X X X 산출: X. X.. X... X.... XX. XXXXXX. X.X.X. X..... XX.. XXXXXX.. X.X.X.. XXX. X......XX... XXXXXX... X.X.X... XXX.. X......XX....XXXXXX.... X.X.X.... …

9
살틴 챌린지
다음은 ASCII saltine cracker입니다 . _________________ | . . . | | . . | | . . . | | . . | | . . . | |_________________| 다음은 두 개의 크래커입니다. _________________ | . . . | | . __________|______ | . | . . . | …

27
시 에르 핀 스키 카펫
누가 좋은 프랙탈을 좋아하지 않습니까? 시어 핀 스키 카펫은 프랙탈의 고전적인 예이다. 이 작업을 완료하려면 카펫 유형을 생성 하고 결과 카펫을 레벨 카펫을 나타내는 stdout(아래 예제 참조)에 인쇄해야합니다 . 이 Wikipedia 기사 에서 단계를 찾을 수 있습니다 . 이 값은 stdin이와 동등하거나 동일합니다. 예를 들어, 입력 4는 레벨 4 카펫을 …

24
줄의 문자가 빙글 빙글 돌다
( PhiNotPi의 프랙탈 라인 챌린지 초기 초안에서 영감을 얻었습니다 .) 인쇄 가능한 ASCII 문자 로 구성된 너비 W > 1, 높이 H > 1및 문자열 이 제공 2(W+H-2)됩니다. 이 문자열을 왼쪽 위 모서리에서 시작하여 시계 방향으로 주어진 너비와 높이의 사각형으로 감싸서 인쇄합니다. 사각형의 내부는 공백으로 채워져 있습니다. 테스트 사례를 통해이를 …

30
10 인쇄 CHR $ (205.5 + RND (1)); : PHP의 GOTO 10 (또는 그 밖의 문제)
이 질문은 Code Golf Stack Exchange에서 답변을 얻을 수 있기 때문에 Stack Overflow에서 마이그레이션 되었습니다. 7 년 전에 이주했습니다 . 다음 기본 진술의 간결함에 대해 동료와 '정신적'대화를 나누었습니다. 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 그것은 제목의 이 책은 , 단순히 일련의 인쇄합니다 /및 \이와 유사한 패턴의 결과로, 무작위로 둘 사이의 …

15
그림의 출력 시각적 다이어그램
그림의 치수, 매트 폭 및 프레임 세로 사진의 프레임 폭을 입력하는 프로그램을 작성하십시오. 프로그램은 X그림, +매트 및 #프레임에 대한 기호 를 사용하여 다이어그램을 출력해야합니다 . 기호는 공백으로 구분해야합니다. 출력이 시각적으로 기준과 일치하는 한 후행 공백이 좋습니다. 입력은입니다 0. 입력 : 3 2 1 2 (폭, 높이, 매트 너비, 프레임 너비) …

22
겹치는 문자열 블록
도전: 여러 줄로 된 문자열 목록이 주어지면 겹치게하고 (왼쪽 상단에) 결과를 출력하십시오. 예: 입력 : ["aaaa\naaaa\naaaa\naaaa","bb\nbb\nbb","c"] 출력 : cbaa bbaa bbaa aaaa 도전 규칙 : 입력 형식이 유연합니다. 입력을 2D 행 목록 (예 :) [["aaaa","aaaa","aaaa","aaaa"],["bb","bb","bb"],["c"]]또는 3D 문자 목록 (예 :)으로 가져올 수 있습니다 [[["a","a","a","a"],["a","a","a","a"],["a","a","a","a"],["a","a","a","a"]],[["b","b"],["b","b"],["b","b"]],[["c"]]]. STDIN을 통해 모든 입력을 하나씩 가져올 …

23
ASCII 아트 팔각형
입력 integer가 주어지면 문자 n > 1로 구성된 측면 길이를 가진 ASCII 아트 팔각형을 출력하십시오 n. 아래 예를 참조하십시오. n=2 ## # # # # ## n=3 ### # # # # # # # # # # ### n=4 #### # # # # # # # # # …
22 code-golf  ascii-art  code-golf  geometry  code-golf  balanced-string  code-golf  cops-and-robbers  code-challenge  cops-and-robbers  code-golf  code-golf  random  cryptography  code-golf  array-manipulation  number  code-challenge  integer  code-golf  math  integer  code-golf  math  math  parsing  image-processing  test-battery  math  number  combinatorics  fastest-code  code-golf  code-golf  math  number-theory  rational-numbers  polynomials  code-golf  math  geometry  code-golf  code-golf  number-theory  primes  factoring  code-golf  restricted-source  code-golf  string  decision-problem  counting  code-golf  math  sequence  fibonacci  code-golf  array-manipulation  counting  code-golf  array-manipulation  number-theory  code-golf  array-manipulation  code-golf  random  code-golf  string  hexadecimal  code-golf  string  code-challenge  sorting  code-golf  number  floating-point  code-golf  sorting  code-golf  decision-problem  fibonacci  code-golf  number  combinatorics  code-golf  string  code-golf  math  code-golf  electrical-engineering  code-golf  javascript  code-golf  base-conversion  code-golf  array-manipulation  matrix  binary-matrix  code-golf  kolmogorov-complexity  python  perl  ruby  code-golf  number  code-golf  optimization  integer-partitions  code-golf  string  code-golf  ascii-art 

28
간단한 단어 래퍼 만들기
(참고 : 이것은 처음으로 코드 골프 질문이지만, 내가 알 수있는 한, 아무도 정확히 이것을하지 않았으므로 좋을 것입니다.) 당신의 임무는 문자열 s과 정수 를 취하고 n그 텍스트를 여러 줄로 감싸서 반환하거나 출력 하는 프로그램이나 함수를 만드는 것 입니다. 각 단어는 한 줄에 있어야합니다. 즉, 단어가 중간에 쪼개지지 않습니다. 각 줄은 더 …
22 code-golf  string  code-golf  string  parsing  apl  math  primes  integer  fastest-code  code-golf  math  primes  integer  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  array-manipulation  code-golf  number  code-golf  sequence  code-golf  math  arithmetic  code-golf  date  conversion  code-golf  geometry  combinatorics  grid  code-golf  string  code-golf  counting  java  code-golf  chess  code-golf  path-finding  conversion  atomic-code-golf  logic-gates  code-golf  fibonacci  code-golf  ascii-art  fractal  code-golf  quine  code-golf  string  code-golf  array-manipulation  decision-problem  code-golf  quine  code-golf  code-challenge  array-manipulation  code-challenge  word-search  code-golf  binary  conversion  code-golf  code-golf  restricted-source  code-golf  kolmogorov-complexity  restricted-source  code-golf  kolmogorov-complexity  random  animation 

24
ogl-edocf 도전
입력 범위의 ASCII 문자로 구성된 비어 있지 않은 섞인 문자열 입니다.[ 32..126 ][32..126][32..126] 산출 입력 문자열에 연속적인 회전을 적용하여 출력을 얻습니다. [a-zA-Z]입력 문자열의 각 문자 ( )에 대해 왼쪽에서 오른쪽으로 : 문자가 대문자 인 경우 모든 문자를 왼쪽으로 한 위치 씩 회전 문자가 소문자 인 경우 오른쪽 앞의 한 위치 …
22 code-golf  string  code-golf  string  code-golf  string  parsing  brainfuck  code-challenge  python  hello-world  error-message  code-golf  string  code-golf  number  integer  counting  subsequence  code-golf  string  cipher  code-golf  array-manipulation  arithmetic  integer  matrix  code-golf  math  sequence  code-golf  restricted-source  pi  popularity-contest  cops-and-robbers  polyglot  popularity-contest  cops-and-robbers  polyglot  code-golf  file-system  king-of-the-hill  code-golf  number  sequence  integer  rational-numbers  string  code-challenge  source-layout  code-golf  ascii-art  king-of-the-hill  code-golf  array-manipulation  sorting  code-golf  string  code-golf  restricted-source  source-layout  tips  math  code-challenge  permutations  logic-gates  code-golf  number  random  integer  code-golf  math  code-golf  math  number  decision-problem  king-of-the-hill  python  board-game  code-challenge  brainfuck  busy-beaver  code-golf  number  cops-and-robbers  polyglot  obfuscation  answer-chaining  code-golf  number  integer  conversion  code-golf  string  parsing  code-golf  ascii-art  number  king-of-the-hill  javascript  code-golf  source-layout  radiation-hardening  code-golf  array-manipulation  matrix  code-golf  string  graph-theory  code-golf  array-manipulation  decision-problem  code-golf  string  ascii-art  code-golf  string  code-golf  array-manipulation 

3
ASCII 키 서명을 그립니다.
음표를 입력하면 고음 음자리표에 해당하는 주요 건반의 ASCII 도면이 출력됩니다. 다음은 모든 주요 키 (더블 샤프 또는 더블 플랫을 포함하지 않음)와 해당 키 서명입니다. Circle of fives deluxe 4 위키 백과 사용자 Just Just Bill, 저작권 CC BY-SA 3.0 입력이 예리한 키인 경우 적절한 수의 샤프를 사용하여 다음 ASCII 아트를 …

15
도미노를 쓰러 뜨려 라!
영감을 얻은 이 질문 덕분에 이 챌린지에서 우리는 도미노 라인을 |, /및 의 문자열로 나타냅니다 \. 입력으로 도미노 문자열이 제공되며 정착시 모양을 결정해야합니다. 다음은 도미노가 넘어지는 방법에 대한 규칙입니다. 상설 도미노은 |, 왼쪽 타락한 도미노의 왼쪽 \,뿐만 아니라 왼쪽 타락한 도미노 될 것입니다. |오른쪽 도미노의 오른쪽에 서있는 도미노도 /오른쪽 도미노가됩니다. …

22
수평 ASCII 애완용 뱀 확인
최근에 몇 가지 ASCII 애완용 뱀 문제가있었습니다 (예 : 여기 ) 0 0 0 0 0 000 00 0 00 000 0 0 000 0 0 0 00 0 000 이 과제는 무작위로 생성 된 수평 애완 동물 뱀 (높이 5 줄, 길이 30)을 확인하고 다음을 확인하는 것입니다. 각 열에는 …

5
대칭 무당 벌레
소개: 무당 벌레에 대해 생각할 때 일반적으로 검은 반점이있는 빨간색 또는 어두운 주황색 버그를 생각합니다. 이것이 반드시 필요한 것은 아니지만, 빨강 / 주황색 점이있는 무당 벌레가있는 검은 색 이나 점이없는 무당 벌레 가 있기 때문에 , 우리는 주로이 아시아 무당 벌레와 같은 무당 벌레를 묘사합니다. 주목해야 할 또 다른 점은 …

23
프랙탈 대성당
양의 integer가 주어지면 다음 구조 n >= 1의 첫 번째 n행을 출력하십시오 . # # # ### # # # # # ## ## ##### # # # # # # # # # # ### # ## ## ## # ## ### ### ####### n번째의 1 행 인덱스의 이진 …

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