«brainfuck» 태그된 질문

이 과제는 BF 언어와 관련이 있습니다. 특정 언어로 답변해야하는 문제는 일반적으로 권장하지 않습니다.

1
정규식 유효성 검사 정규식 [닫기]
닫은. 이 질문은 주제에 맞지 않습니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? Code Golf Stack Exchange에 대한 주제가 되도록 질문을 업데이트하십시오 . 작년에 문을 닫았 습니다 . 정규식 문자열을 입력으로 받아들이고 유효한지 확인하는 정규식을 작성하십시오. 기본적으로 정규식은 자체적으로 유효성을 검사 할 수 있어야합니다. (유효하지 않은 정규 표현식은 유효성을 …
17 code-challenge  code-golf  code-golf  game  sudoku  code-challenge  math  ai-player  code-challenge  sorting  rosetta-stone  code-challenge  code-challenge  programming-puzzle  code-golf  number  code-golf  maze  code-golf  math  regular-expression  code-golf  sequence  code-golf  graph-theory  code-golf  string  word-puzzle  natural-language  brainfuck  metagolf  optimized-output  fastest-algorithm  code-golf  game-of-life  cellular-automata  code-golf  puzzle-solver  grid  code-golf  combinatorics  binary-tree  popularity-contest  code-challenge  code-golf  ascii-art  kolmogorov-complexity  brainfuck  metagolf  code-golf  c  date  code-golf  word-puzzle  crossword  word-search  code-golf  code-golf  quine  code-golf  string  random 

3
더 긴 언어 프로그램 만들기
Lenguage 는 소스 제한 문제를 해결하는 것으로 악명 높은 두뇌 방언입니다. Lenguage는 소스의 길이에 대해서만 관심을 가지기 때문에 내용이 아닙니다. 먼저 프로그램 길이가 계산됩니다. 그런 다음,이 길이는 이진수로 변환되고 왼쪽에 0으로 3의 배수로 채워집니다. 결과 이진 문자열은 각각 3 비트의 청크로 분할됩니다. 각 비트는 다음과 같이 brainfuck 명령으로 변환됩니다. 000 …

9
단항과 뒤로 Brainf ** k
제한적인 소스와 그 밖의 도전에 매우 유용한 언어는 단 하나의 문자로 프로그램을 작성하는 뇌성 파생물 인 Unary 입니다. 당신의 임무는 프로그램을 brainfuck에서 단항으로 변환하는 프로그램을 작성하고 반대의 두 프로그램을 같은 언어로 작성하는 것입니다. 당신의 점수는 두 프로그램의 길이의 합이 될 것입니다. brainfuck에서 unary로 어떻게 변환합니까? 먼저 다음 표에 따라 brainfuck …

2
RoboCritter를 Brainf로 번역 ***
RoboCritters ( etymology )는 완전히 새로운 난해한 프로그래밍 언어 입니다. 일반적인 연산자 대체 체계보다 약간 더 복잡한 Brainfuck (BF) 의 변형 입니다 . RoboCritters의 모든 프로그램은 7 자만 포함하는 사각형의 텍스트 격자와 격자 모양을위한 개행입니다.. []/\| RoboCritters 프로그램 예 : |\/||./|[]|| [..][][] | |/\|[..][..] [..] \/\/ RoboCritters 프로그램을 BF로 번역하려면 …

5
BrainF에서 가장 빠른 정렬 ***
BrainF ***에서 QuickSort 를 구현 한 후에 는 그렇게 빠르지 않다는 것을 깨달았습니다. 배열 인덱싱과 같은 일반 언어에서 O (1) 인 작업은 BF에서 상당히 길어집니다. 튜링 타르타르 에서 코딩 할 때 효율적인 정렬을위한 규칙의 대부분은 창 밖으로 던져 질 수 있습니다 . "Fastest BrainF *** Sort Routine Ever"를 구현하기위한 도전이 …

27
RLE Brainfuck 방언
RLE Brainfuck ( BF-RLE 관련 ) Brainfuck 의 가상 RLE ( Run-Length Encoding ) 방언은 8 개의 명령에 대한 기호를 허용하고 숫자도 허용합니다. 숫자는 명령의 연속 반복 횟수를 나타내는 데 사용되므로 소스 코드의 실행 길이 인코딩이 가능합니다. 8>와 같습니다 >>>>>>>>. 길이는 항상 명령의 왼쪽에 있습니다. 당신의 임무는 입력 문자열 (RLE …

13
피보나치 제품
양의 피보나치 수의 고유 한 합계로 0보다 큰 수를 분해 할 수 있습니다. 이 질문에서 우리는 가능한 가장 큰 양의 피보나치 수 를 반복적으로 빼서이 작업을 수행합니다 . 예 : 1 = 1 2 = 2 3 = 3 4 = 3 + 1 12 = 8 + 3 + …
13 code-golf  math  sequence  fibonacci  code-golf  word  code-golf  cipher  code-golf  string  math  subsequence  code-golf  regular-expression  code-golf  brainfuck  assembly  machine-code  x86-family  code-golf  math  factorial  code-golf  math  geometry  code-golf  math  arithmetic  array-manipulation  math  number  optimization  stack  metagolf  code-golf  tips  assembly  code-golf  tips  lisp  code-golf  number-theory  path-finding  code-golf  number  sequence  generation  code-golf  math  geometry  code-golf  grid  permutations  code-golf  code-golf  graphical-output  geometry  fractal  knot-theory  code-golf  math  arithmetic  code-golf  interpreter  balanced-string  stack  brain-flak  code-golf  math  set-theory  code-golf  math  array-manipulation  code-golf  code-golf  string  natural-language  code-golf  code-golf  math  linear-algebra  matrix  code-golf  string  encode 

1
Brainf ** k 디버거
당신의 도전은 다음과 같은 입력을받는 것입니다 (Hello World 프로그램) : ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++. 그리고 프롬프트를 출력하십시오 ( "> ") : > 그러면 사용자는 프롬프트에서 아무 것도 입력 할 수 있습니다. 간단한 디버거에는 다음 명령이 있어야합니다. S -단계 L스테핑 후 현재 위치를 출력하십시오 (참조 ). S(a positive integer) -그 많은 공간을 단계 L …

5
다른 코드에서 Brainf *** 인사말 숨기기
목표는 Barney Stinson 의 최선의 규칙 을 인쇄하는 프로그램 (명시적인 brainfuck을 제외한 모든 것)을 작성하는 것입니다 . 새로운 것이 항상 좋습니다. 정상적으로 해석 될 때 레겐 .. 기다려 봐. Brainfuck 인터프리터로 처리 할 때. 가장 인기있는 형제가 이길 수 있습니다. 전설적인 시간이 72 시간입니다.

3
brainfuck 컴파일러 작성
brainfuck 프로그램을 가지고 실행 가능한 기계 코드로 컴파일하는 프로그램을 작성하십시오. x86, x86_64, jvm (java bytecode) 또는 armv6을 대상으로하고 ELF, a.out, 클래스 파일, exe, com 등의 실행 가능 형식 중 하나를 사용할 수 있습니다. 실행 파일은 Linux 또는 Windows (또는 둘 중 하나의 Java)에서 작동해야합니다. 프로그램이나 생성 된 실행 파일 모두 …

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 

4
바쁜 뇌 비버
가능한 많은 단계를 수행하지만 무한 반복하지 않는 256 자 이하의 brainfuck 프로그램을 작성하십시오. 프로그램이 입력을받지 못할 수 있습니다. 더 구체적으로: 오른쪽에 무한한 수의 셀이 있다고 가정하십시오. A는 <가장 왼쪽 세포에서 아무것도하지 않을 때. -때 셀 값은 제로 세트 셀이다 255. 명령은 +-<>.모두 실행될 때 한 단계로 계산됩니다. 때 [이상이 ]발생, …

14
파일을 0으로 채 웁니다
오늘해야 할 일은 기존 파일을 가져 와서 특정 크기에 도달 할 때까지 0을 추가하는 것입니다. 현재 디렉토리의 파일 이름 f과 바이트 수를 사용 하는 프로그램이나 함수를 작성해야합니다 b. 의 원래 내용을 유지하면서 새 크기가 바이트 가되도록 끝에 f0을 입력해야합니다 (아스키 0이 아닌 null 바이트)b . 당신은 가정 수 f는 처음보다 …
12 code-golf  file-system  code-golf  code-golf  string  code-golf  string  code-golf  random  game  compression  code-golf  array-manipulation  sorting  code-golf  number  arithmetic  primes  code-golf  geometry  code-golf  code-golf  decision-problem  regular-expression  code-golf  string  math  code-challenge  restricted-source  integer  palindrome  code-golf  string  palindrome  code-challenge  busy-beaver  code-golf  ascii-art  code-golf  string  code-golf  string  permutations  code-golf  code-golf  string  permutations  code-golf  number  primes  function  set-theory  code-challenge  hello-world  code-golf  math  number  decision-problem  code-golf  code-golf  sequence  arithmetic  integer  code-golf  math  number  arithmetic  decision-problem  code-golf  kolmogorov-complexity  alphabet  code-golf  combinatorics  graph-theory  tree-traversal  code-golf  set-theory  code-golf  interpreter  brainfuck  substitution  code-golf  quine  permutations 

3
BrainFuck으로 'A'를 1000 번 인쇄하십시오
'A'를 1000 번 인쇄하는 가장 좋은 BrainFuck 코드 (코드 크기)는 무엇입니까? 내 접근 방식은 다음과 같습니다 'A'를 p [0]으로 설정 255를 p [1]로 설정하여 255 'A'를 3 회 표시 235를 p [1]로 설정하여 235 'A'를 표시하십시오. 이것은 효과적이지 않지만 곱셈과 같이 견인 카운터를 동시에 사용하는 방법을 찾을 수 없습니다 곱셈보다 …

2
수론 해석, 모듈로 n
숫자 이론 (우리의 목적을 위해) 의 문장 은 다음과 같은 일련의 기호입니다. 0그리고 '(후임자)-후속 수단 +1, 그래서0'''' = 0 + 1 + 1 + 1 + 1 = 4 +(더하기)와 *(곱하기) = (동일) (그리고 )(괄호) 논리 연산자 nand( a nand bis not (a and b)) forall (범용 정량 자) v0, …
12 code-golf  number-theory  parsing  code-golf  kolmogorov-complexity  code-golf  code-golf  array-manipulation  matrix  code-golf  array-manipulation  code-golf  string  code-challenge  graphical-output  compression  code-golf  kolmogorov-complexity  code-golf  sequence  array-manipulation  code-golf  number  base-conversion  code-golf  string  decision-problem  code-golf  string  ascii-art  code-golf  string  random  code-challenge  brainfuck  code-generation  code-golf  code-golf  quine  code-golf  interpreter  code-golf  interpreter  code-golf  array-manipulation  sorting  code-golf  halting-problem  code-golf  javascript  code-golf  algorithm  code-golf  arithmetic  code-golf  math  counting  code-golf  math  code-golf  decision-problem  radiation-hardening  code-golf  conversion  bitwise  code-golf  number  decision-problem  code-golf  string  decision-problem  code-golf  random  game  code-golf  ascii-art  graphical-output  code-golf  decision-problem  binary-tree  tree-traversal  code-challenge  array-manipulation  code-challenge  graphical-output  path-finding  test-battery  algorithm  code-golf  integer  factorial  code-golf  binary-tree  code-golf  grid  graph-theory  code-golf  regular-expression  quine  code-golf  encoding  code-golf  king-of-the-hill  javascript 

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