«fibonacci» 태그된 질문

문제는 피보나치 수 또는 일반화 중 하나입니다.

12
피보나치 패턴 찾기
처음 두 항이 (또는 때때로 ) 있는 피보나치 수열에 익숙 할 것입니다. 그 이후의 모든 항은 이전 두 항의 합입니다. 다음과 같이 시작됩니다.0, 11, 1 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... 때로는 시퀀스에 흥미로운 패턴이있는 숫자가 포함되어 있습니다. 인접한 숫자 쌍의 차이는 다른 …

4
ASCII 피보나치 시계 만들기
누군가 피보나치 숫자를 사용하여 정말 멋진 시계 를 만들었습니다. 우리가 좋아하는 방식! 이것을 다시 만들어 봅시다. 시계는 1부터 시작하여 처음 5 개의 피보나치 수에 해당하는 5 개의 섹션으로 구성됩니다 (예 : 1, 1, 2, 3, 5). ccbeeeee ccaeeeee dddeeeee dddeeeee dddeeeee 시계는 12 시간을 5 분 단위로 표시 할 수 …

3
N- 보나 치 시퀀스 역 엔지니어
편집 : 나는 2016 년 2 월 15 일 월요일 답변을 수락 할 것입니다. 바이트가 당신에게 유리할 수 있기를 바랍니다! 그의 "N- 보나 치 시퀀스 인쇄"챌린지 에서 @DJMcGoathem 은 N- 보나 치 시퀀스를 설명하는데, 여기서 피보나치 시퀀스의 전통적인 2 개 ( " 듀오 나치 시퀀스"라고 함) 대신 이전 N 개의 …

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 

10
시퀀 티아 필리이 보나 치
피사의 레오나르도 (약 1175-약 1245)는 피보나치 로 더 잘 알려져 있습니다 . 그러나 이것은 실제로 위키피디아 에 따르면 18 세기에 만들어진 라틴어 "필 리우스 보나 치"(보나 치의 아들)의 줄임말입니다 . 이 문제에서는 간 (문자 적 의미에서) 서수 주어질 것이다 1 일 및 20 일을 하고는에 대응하는 용어를 반환해야 피보나치 시퀀스 …

19
내 Fibonaccified divisors를 요약하십시오!
유명한 피보나치 수열은 F(0) = 0; F(1) = 1; F(N+1) = F(N) + F(N-1)(이 도전을 위해 우리는 0으로 시작합니다)입니다. 챌린지 : n이 주어지면 , n 번째 피보나치 수 의 모든 제수 d 에 대한 모든 d 번째 피보나치 수 의 합을 출력하십시오 . 좀 더 공식적인 표기법을 선호한다면 입력 : …

13
영구적으로 자체 수정 코드
이제 우리는 대부분의 언어가 코드를 "자체 수정"하는 매우 간단한 방법을 가지고 있음을 알고 있습니다. 그러나 실제로 코드를 수정하고 디스크의 일부를 편집하려면 어떻게해야합니까? 목표는 숫자를 인쇄하는 코드를 만든 다음 자체 파일을 편집하여 숫자를 피보나치 시퀀스의 다음 숫자로 바꿉니다. $ ./program 1 $ ./program 1 $ ./program 2 $ ./program 3 $ …

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

8
Zeckendorf 대표 아래 요약
Zeckendorf의 정리 는 모든 양의 정수가 인접하지 않은 피보나치 수의 합으로 고유하게 표현 될 수 있음을 보여줍니다. 이 문제에서는 Zeckendorf 표현에서 두 숫자의 합을 계산해야합니다. F하자 N 수 n은 피보나치 수의 경우 번째 F 1 = 1, F 2 = 2 및 모든 k > 2에 대해, F k = …

10
피보나치 궤도 계산
피보나치 유사 시퀀스를 f k (n) = (f k (n-1) + f k (n-2)) % k로 정의 하면 정수 k (여기서 % 는 모듈로 연산자)에 대해 시퀀스 (f k (n-1), f k (n-2))에 대해 k 2 개의 서로 다른 값만 있기 때문에 반드시 순환됩니다 . 그러나이주기는 일반적으로 가능한 모든 값 …

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

20
카운터 피보나치 시퀀스
감안 세 숫자 해요 , N 및 P는 , 사용자의 작업이 길이의리스트 / 배열 인쇄하는 P를 시작으로 m 및 n은 이후 각 요소 (P)이 그 전에 2 수의 차이를 나타내고, MN (카운터 - 피보나치 서열 ) 이 문제를 해결하기 위해 함수를 사용하여 결과를 반환하거나 전체 프로그램을 인쇄 할 수 있습니다. …

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 

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 

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.