«quine» 태그된 질문

quine은 소스를 출력으로 생성하는 프로그램입니다. 이 태그는 챌린지가 퀴네와 관련되어 있음을 나타냅니다.

5
이진 컨벌루션
이진 컨벌루션은 숫자로 설명되며 숫자 M에 적용됩니다 N. 의 이진 표현에서 각 비트에 대해 M, 비트가 설정되면 ( 1), 출력의 대응하는 비트는 대응하는 비트에 인접한 2 개의 비트를 XOR 링함으로써 N(필요할 때 랩핑 ) 주어진다 . 비트가 설정되지 않은 경우 ( 0), 출력의 해당 비트는 해당 비트 in로 제공 N됩니다. …
15 code-golf  binary  integer  bitwise  code-golf  rational-numbers  code-golf  string  palindrome  code-golf  ascii-art  code-golf  code-golf  string  fibonacci  code-golf  math  sequence  code-golf  code-golf  string  palindrome  code-golf  string  code-golf  math  primes  source-layout  code-golf  sequence  binary  integer  code-golf  math  arithmetic  game  code-golf  restricted-source  palindrome  code-golf  restricted-source  palindrome  code-golf  combinatorics  binary  code-golf  string  math  code-golf  ascii-art  number  code-golf  cipher  code-golf  base-conversion  counting  code-golf  sequence  random  classification  code-golf  string  subsequence  code-golf  permutations  code-golf  string  code-golf  string  cipher  code-golf  kolmogorov-complexity  arithmetic  integer  code-golf  quine  markov-chain  code-golf  string  code-golf  code-golf  ascii-art  maze 

11
대소 문자 일치 찾기 바꾸기
텍스트 문자열 인 세 개의 입력을 취하십시오 T. 문자열은 대체 F; 을 대신 할 문자열입니다 R. T와 동일한 (대소 문자를 구분하지 않는) 문자가있는 각 하위 문자열에 대해의 하위 문자열을 F대체하십시오 R. 그러나 원본과 동일한 대소 문자를 유지하십시오. 보다 많은 문자가있는 R경우 F추가 문자는 대소 문자가 같아야합니다 R. 에 숫자 나 …
14 code-golf  string  code-golf  string  ascii-art  alphabet  code-golf  number  sequence  counting  code-golf  sequence  counting  code-golf  quine  source-layout  code-golf  string  code-golf  decision-problem  game  code-golf  string  quine  source-layout  subsequence  code-golf  quine  code-golf  array-manipulation  integer  code-golf  ascii-art  code-golf  sequence  integer  code-golf  kolmogorov-complexity  code-golf  array-manipulation  integer  code-golf  number  array-manipulation  integer  code-golf  string  number  integer  code-golf  string  ascii-art  code-challenge  test-battery  expression-building  source-layout  printable-ascii  code-bowling  code-golf  number  code-golf  number  string  binary  code-golf  matrix  conversion  code-golf  number  arithmetic 

2
Quine / Error Quine 폴리 글롯
귀하의 작업은 간단합니다 : 두 가지 언어로 실행할 수있는 프로그램을 작성하십시오. 언어 1의 일반 quine (자체 소스 코드를 인쇄 함)이어야하며 언어 2의 오류 quine (자체 소스 코드와 동일한 오류 메시지를 생성 함)이어야합니다. 이것은 code-golf 이므로 가장 짧은 유효한 제출 (바이트)이 이깁니다. 규칙 : 언어는 임의로 비슷할 수 있습니다. 수퍼 셋 …

9
색인 가능한 퀴네
이 과제의 목표는 소스 코드의 n 번째 문자를 출력하는 프로그램을 만드는 것입니다. 여기서 n은 프로그램에 입력으로 제공됩니다. 대부분의 quine 과제와 마찬가지로 소스 코드를 파일로 읽거나 내장 quine 함수를 사용할 수 없습니다. 입력 정수 0 <= n <len (프로그램). 산출 프로그램의 n 번째 문자 (바이트 아님) 승리 대부분의 codegolf 질문과 마찬가지로 …
14 code-golf  quine 

1
당신의 (언어) 뱀은 얼마나 걸립니까?
3 차 퀴네 챌린지 에 이어 가능한 많은 언어를 사용 하는 Ouroboros 프로그램 을 작성해야 합니다. 즉, 언어 A에서 프로그램 pB를 언어 B로 출력하는 프로그램 pA를 작성하십시오. 프로그램 pB는 프로그램 pC를 언어 C로 출력해야하며, 결국 프로그램이 원래 프로그램 pA를 언어 A로 출력 할 때까지 계속됩니다. 루프의 두 언어는 서로 동일하거나 …

7
피보나치 프로그램 길이
길이가 n 다음에 다음 피보나치 수인 다른 프로그램을 출력하는 길이가 n 인 프로그램을 작성하십시오. 새 프로그램은 동일한 작업을 수행해야합니다. 길이가 다음 피보나치 수 등인 다른 프로그램을 출력하십시오. n 자체 (원래 프로그램의 길이)는 피보나치 수일 필요는 없습니다. 가장 짧은 코드가 승리합니다. 외부 리소스, ASCII 만, 무료 컴파일러 / 인터프리터가 필요하지 않습니다. …

2
주기적 문자열, 숨겨진 프로그램
다음 작업을 수행하는 3 개의 프로그램을 작성하십시오. 이 세 프로그램의 A, B, C 소스 코드를 보자. A run BC가 출력으로 생성되면 B가 CA를 실행하면 생산됩니다. C가 실행되면 AB가 생성되고; 따라서 각 프로그램은 문자열을 작성하고 (각 프로그램마다 순환 됨) 자신을 숨 깁니다. 추가적인 필수 제약 사항 : 표준 허점은 금지되어 있습니다. …
13 code-golf  quine 

13
피보나치 여왕을 구현
Quine을 실행할 때 소스를 출력하는 프로그램이다. 이 도전에서, 당신은 퀴네의 변형 인 피보나치 퀸을 만들어야합니다. 피보나치 여왕이란 무엇입니까? 피보나치 퀸은 다음 규칙에 따라 소스의 수정을 출력하는 프로그램입니다. 초기 소스는이어야합니다 ...2.... 즉, 소스는을 포함해야합니다 2. (왜 2입니까? 1 인 경우 아무도 첫 번째인지 두 번째인지, 심지어 프로그램 자체인지 알 수 없습니다) …

17
자신을 복제하십시오!
중지 될 때까지 자체 복제본을 무한정 생성하는 프로그램을 작성해야합니다. 원래 프로그램에있는 것은 클론에 있어야합니다. 즉, 클론과 원본 프로그램은 클론이 소스 코드와 동일한 유형의 파일에있을 필요가 없다는 점을 제외하고 모든면에서 동일합니다 (텍스트 파일 일 수 있음). 예: 내 원래 프로그램이 다음과 같은 경우 : for i in range(0, 10): print i …

11
이중 의무 quine : quine! dlroW, olleH
실행될 때 자체 소스 코드를 출력하는 프로그램을 작성하십시오. 쉬운 것 같아요? 중요한 점은 소스 코드가 바뀌면 프로그램이 "Hello, World!"를 출력해야한다는 것입니다. 따옴표없이 정확하게. 이것은 코드 골프이므로 바이트 수가 가장 적습니다. 편집 : 당신의 quine은 적절한 quine이어야합니다.

9
Quinean 정규식 테스터
이 도전은 매우 간단합니다. 입력으로 정규식을 사용합니다. 그런 다음 소스 코드가 정규식과 일치하는지 여부에 대한 진실 / 거짓을 출력합니다. 그렇게 간단합니다! 두 가지만 더 : quine 내장 없음; 그러나 파일 IO 등으로 코드의 소스 코드에 액세스 할 수 있습니다. 이것은 code-golf 이므로 바이트 단위의 가장 짧은 코드가 이깁니다! 예 소스 …

4
Getters 받기
작업 모두가 자동 코드 생성을 좋아하고 작업하는 동안 시간을 ​​절약한다고 생각합니다. 낮에는 많은 클래스와 멤버를 만들어야하며 모든 클래스와 멤버를 getters수동으로 만들고 싶지는 않습니다 . 작업은 getters모든 클래스 멤버를 위해 자동으로 생성되는 프로그램 또는 함수를 작성하는 것입니다. 입력 우리의 언어에서 객체는 매우 간단합니다. 클래스와 멤버의 이름은 [a-zA-Z]문자로 시작해야 하며 문자 만 …
13 code-golf  string  syntax  code-golf  math  primes  rational-numbers  code-golf  graphical-output  image-processing  code-golf  kolmogorov-complexity  music  audio  code-golf  string  code-golf  math  geometry  code-golf  math  sequence  combinatorics  code-golf  game  grid  board-game  code-golf  restricted-source  array-manipulation  source-layout  code-golf  base-conversion  binary  code-golf  math  physics  code-golf  math  number  date  expression-building  code-golf  array-manipulation  graph-theory  decision-problem  popularity-contest  error-correction  code-golf  kolmogorov-complexity  geometry  grid  code-challenge  arithmetic  combinatorics  set-partitions  code-golf  kolmogorov-complexity  sequence  fibonacci  code-golf  restricted-source  pristine-programming  code-golf  code-golf  string  kolmogorov-complexity  code-golf  arithmetic  code-golf  string  parsing  code-golf  code-golf  sorting  counting  permutations  3d  code-golf  code-golf  ascii-art  music  code-golf  string  code-golf  string  ascii-art  code-golf  string  code-golf  quine  polyglot  code-golf  math  string  code-golf  internet 

2
내성 프로그래밍 : 소스와 출력을 분석하는 코드
총 문자 개수와 각 문자 소스의 주파수를 출력하는 프로그램을 작성 하고 , 출력한다. 예제에 설명 된 형식을 따라야합니다. 예 코드가 abb1 출력은 My source has 4 characters. 1 is "a" 2 are "b" 1 is "1" Besides unquoted numbers, my output has 383 characters. 34 are " " 79 are …
13 code-golf  quine 

2
시인의 퀴네
읽을 때 http://en.wikipedia.org/wiki/Rhyme_scheme 에서 하나 이상의 운율 체계를 가진 퀴네를 작성하십시오 . 다음과 같은 문자가 큰 소리로 말해집니다. 주석에없는 영숫자 단어 또는 문자 비교 및 산술 문자 (+ 더하기;-빼기; * 시간, /로 나눈 | 또는 | || 또는, & 및 && 및,! not, = 같음, == 같음, === 같음). 다음은 …

3
Brainfuck의 비트 연산자
당신의 임무는 다음 각 이진 연산자 각각에 대해 하나의 brainfuck 프로그램을 만드는 것입니다. 각 프로그램은 입력에서 하나 또는 두 개의 8 비트 숫자 (A 및 B)를 가져 와서 지정된 연산을 계산해야합니다. A XOR B A AND B A OR B A Shifted Left by 1 (circular shift) NOT A 5를 …
13 code-golf  binary  brainfuck  code-golf  code-golf  ascii-art  random  code-golf  code-golf  code-challenge  sorting  code-golf  code-challenge  java  code-golf  statistics  code-golf  code-challenge  fastest-code  code-golf  math  code-golf  math  kolmogorov-complexity  code-golf  code-golf  array-manipulation  combinatorics  code-golf  kolmogorov-complexity  popularity-contest  underhanded  code-golf  math  floating-point  code-golf  interpreter  code-golf  music  code-golf  code-golf  cryptography  code-challenge  scrabble  code-golf  code-challenge  popularity-contest  quine  code-golf  quine  cryptography  code-golf  kolmogorov-complexity  code-golf  printable-ascii  code-golf  chess  code-golf  math  number-theory  code-challenge  c  code-golf  random  popularity-contest  hello-world  code-shuffleboard  code-golf  compression  grammars  code-golf  tips  code-golf  sequence  code-golf  string  code-challenge  sorting  permutations  code-golf  string  code-challenge  optimization  code-golf  interpreter  code-challenge  string  code-golf  math  number  fibonacci  string  compression  c#  code-golf  chemistry  popularity-contest  math  c  c++  java  code-golf  math  function  code-golf  complex-numbers  code-golf  geometry 

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