«code-generation» 태그된 질문

답변이 코드를 생성 할 것으로 예상되는 문제의 경우.

8
일반화 퀸 생성기
도전 이 과제에서는 소스 언어 S 와 대상 언어 를 지정합니다 T. 당신의 임무는 P언어로 다음 프로그램을 작성하는 것 S입니다. Q언어로 된 유효한 프로그램이 에 대한 T입력으로 제공 P되면 입력 및 출력을받지 않는 R언어로 T된 유효한 프로그램 Q(R), 즉 Q의 소스 코드에 적용된 프로그램이 출력 됩니다 R. 또한 답안으로 사소한 …

9
현명한 번호 만들기
와이즈 는 내가 디자인 한 간단한 비트 언어입니다. 그것은 파이썬의 비트 연산을 기반으로 합니다 . 여기에는 몇 가지 작업이 있으며 대부분의 작업은 Python의 해당 기호와 동일하거나 매우 유사합니다. : 스택 상단 복제 ? 스택 상단을 하단으로 회전 ! 스택 하단을 상단으로 회전 [ ] 스택의 상단이 0이 아닌 동안 루프 …

11
PPCG를 출력하는 프로그램을 출력하는 프로그램 출력 ...
도전: 실행될 때 다른 언어로 실행될 수있는 두 번째 프로그램의 소스 코드를 출력하는 코드를 작성하십시오. 두 번째 프로그램은 다른 언어로 실행될 수있는 세 번째 프로그램의 소스 코드를 출력해야합니다. 마지막 프로그램은 PPCG선택적인 단일 후행 줄 바꿈과 함께 출력되어야합니다 . 우승자는 가장 많은 언어로 제출됩니다. 첫 번째 프로그램의 코드 길이는 타이 브레이커입니다. …

9
메타 폴리 글로 퀘인
PPCG를 사용하는 동안, 나는 quine 문제와 polyglot 문제가 매우 인기가 있음을 알게되었습니다. 또한 문제에 대한 메타 솔루션, 즉 문제에 대한 솔루션 인 프로그램을 생성하는 스크립트는 커뮤니티로부터 많은 긍정적 인 피드백을받는 경향이 있습니다. 따라서이 세 가지 아이디어를 구현하는이 과제를 만들었습니다. 그러면 독자와 코드 골프 애호가는 가능한 한 두 언어 A와 B로 …

4
성장하는 퀸 시퀀스
p1 p2 ... p10다음 특성을 만족하는 10 개의 프로그램 시퀀스를 작성해야 합니다. pK지문 pK+1대 K에서 1~9 p10 인쇄물 p10 첫 번째 K프로그램이 연결되면 결과 프로그램이 p1...pK인쇄 p1...pK됩니다. 각 프로그램 pK은 이전 프로그램보다 바이트 크기가 커야합니다 pK-1. 모든 프로그램은 동일한 언어로되어 있어야합니다. 내장 된 quining 기능 (예 : Q여러 언어)이 허용됩니다. …

2
문자열을 이미지로
약간의 배경 : 내가 Brainf * ck에 대해 처음 배웠을 때, 내가 한 첫 번째 일은 문자열을 가져 와서 해당 문자열을 인쇄하는 다소 최적화 된 프로그램을 만드는 Java 응용 프로그램을 작성하는 것이 었습니다. 최근에 나는 Piet 와 함께 놀고 있었고 같은 일을하고 있습니다. 나는 Piet가이 도전에 약간을 추가하는 다소 흥미로운 …

4
실제 숫자 계산
정의 양의 정수 n는 실제 숫자입니다 (OEIS 시퀀스 A005153 ). 모든 작은 양의 정수는 별개의 제수의 합으로 표시 될 수 있습니다 n. 예를 들어, 18실제 숫자입니다. 제수는 1, 2, 3, 6, 9 및 18이며 ​​18보다 작은 양의 정수는 다음과 같이 형성 할 수 있습니다. 4 = 1 + 3 5 …
18 code-golf  sequence  number-theory  code-golf  code-challenge  sorting  c  code-golf  restricted-source  code-golf  natural-language  code-golf  tree-traversal  file-system  popularity-contest  pi  polyglot  code-golf  game  sliding-puzzle  code-golf  game  minesweeper  code-challenge  ascii-art  code-challenge  popularity-contest  graphical-output  code-challenge  popularity-contest  hello-world  underhanded  obfuscation  code-golf  code-golf  function  code-golf  code-golf  code-golf  popularity-contest  rosetta-stone  code-golf  primes  code-golf  restricted-source  popularity-contest  number  sequence  code-golf  restricted-source  popularity-contest  graphical-output  code-golf  popularity-contest  code-golf  primes  code-golf  game  code-golf  math  popularity-contest  popularity-contest  code-generation  popularity-contest  code-bowling  code-golf  popularity-contest  underhanded  code-golf  metagolf 

4
Fractran을 Brainfuck로 변환
배경 Fractran 은 John Conway가 발명 한 난해한 Turing-complete 프로그래밍 언어입니다. Fractran 프로그램은 정렬 된 분수 목록으로 구성됩니다. 프로그램은 단일 정수를 입력으로 사용하여 시작합니다. 프로그램의 각 반복마다 숫자에 해당 분수를 곱하면 다른 정수가 생성되도록 첫 번째 분수를 목록에서 검색합니다. 그런 다음 목록 시작 부분부터 다시 시작하여 새 번호로이 프로세스를 반복합니다. …

9
500 바이트로 묶인 퀴네를 반복하는 가장 긴 기간 쓰기
작업은 시퀀스에서 각 프로그램의 길이가 500 바이트로 제한되는 quine을 반복 하는 가장 긴 기간을 작성하는 것 입니다. 즉, 다음 단계를 반복하면 초기 프로그램으로 시작 현재 프로그램을 실행 2 단계로 돌아 가기 결국 원래 프로그램으로 돌아갑니다. 사이클의 프로그램 수는 점수이며 최대화하려고합니다. 어떤 프로그램도 오류를 일으킬 수 없습니다. 각 프로그램은 동일한 방식으로 …

13
역 순열 인덱스
소개 n 개의 요소 를 가진리스트의 사전 식 순열은 0에서 n 까지 번호가 매겨 질 수 있습니다 ! -1. 예를 들어, 3! = 6 순열 (1,2,3)것 (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), (3,2,1). 순열이 목록에 적용되면 해당 요소는 순열의 숫자와 동일한 순서로 정렬됩니다. 예를 들어 순열 (2,3,1)을 l = (a,b,c)yields에 적용합니다 …
17 code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

2
진리표가 주어지면 그것을 만족시키는 Stackylogic 프로그램을 출력하십시오.
Stackylogic은 이전 과제에서 작성한 프로그래밍 언어입니다 : Run Stackylogic . 자세한 내용과 예를 보려면 해당 게시물을 읽으십시오. Stackylogic 소요 0의과 1입력의 단일 출력 0 또는 1시 완료. 프로그램은 문자 만 포함 하는 행과 한 행의 끝에 01?정확히 한 <행으로 구성됩니다. 라인은 비워 둘 수 없습니다 수 있으며, 함께 라인은 <적어도 …

12
샤미르의 비밀 나눔
주어진 n(플레이어 수), t(임계 값) 및 s(비밀) n은 Shamir의 비밀 공유 알고리즘에 의해 생성 된 비밀을 출력합니다 . 알고리즘 이 도전의 목적을 위해, 계산은 GF (251) (크기의 유한 필드 251, 그렇지 않으면 정수 mod 251 로 알려진 ) 에서 수행 될 것이다 . 일반적으로 필드의 크기가보다 큰 소수를 갖도록 선택 …
17 code-golf  number-theory  random  cryptography  polynomials  code-golf  number  code-golf  math  number  sequence  code-golf  quine  code-generation  code-golf  arithmetic  set-theory  code-golf  sequence  code-golf  code-golf  string  math  fastest-code  optimization  code-golf  code-golf  internet  stack-exchange-api  code-golf  array-manipulation  code-golf  string  internet  string  code-challenge  internet  test-battery  code-golf  math  pi  code-golf  arithmetic  primes  code-golf  array-manipulation  code-golf  string  code-golf  string  palindrome  code-golf  sequence  number-theory  fastest-algorithm  code-golf  math  number  base-conversion  code-golf  number-theory  sorting  subsequence  search  code-golf  permutations  code-challenge  popularity-contest  code-generation 

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

13
FizzBuzz 컴파일러 생성
컴파일러 골프의 세계에 오신 것을 환영합니다. 귀하의 작업은 사양에 따라 FizzBuzz의 변형을 재생하기 위해 다른 프로그램을 생성하는 프로그램을 작성하는 것입니다. 컴파일러 사양에 따라 FizzBuzz 프로그램의 변형을 생성하는 컴파일러를 작성하십시오. 이 변형의 스펙은 정수 / 문자열 쌍의 배열 형식으로 표현됩니다. 입력은 귀하의 언어에 편리한 형태 일 수 있습니다. (내 예제는 n …

2
정규식 컴파일
이 작업에서는 정규식을 읽고 입력 문자열이 해당 정규식에 의해 허용되는지 여부를 출력하는 다른 프로그램을 생성하는 프로그램을 작성해야합니다. 출력물은 제출물과 동일한 언어로 작성된 프로그램이어야합니다. 입력 입력은 다음 ABNF와 일치하는 정규식 r입니다 (초기 생산 규칙은 REGEX) : REGEX = *( STAR / GROUP / LITERAL / ALTERNATIVE ) STAR = REGEX '*' …

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