«factorial» 태그된 질문

계승의 계산 또는 기타 사용 관련

21
추가 사실!
수학에서 음수가 아닌 정수 n 의 계승으로 단축 된 "사실"은 n 으로 표시됩니다 ! , n 보다 작거나 같은 모든 양의 정수의 곱입니다 . 예를 들어 5! 이고 1 * 2 * 3 * 5 * 4 = 120 빈 제품에 대한 규칙에 따라 계승 0 은 1 입니다. 이것들은 …

2
논리 게이트를 사용한 Gerrymandering
대다수 함수는 3 개의 부울 입력을 가져 와서 가장 일반적인 부울 함수입니다. 예를 들어 maj(x,y,z)대다수 함수가 Ttrue이고 true를 F나타내는 경우 : maj(T,T,T) = T maj(T,T,F) = T maj(T,F,F) = F maj(F,F,F) = F 이 질문은 부울 함수를 대다수 함수의 구성으로 작성하는 것과 관련이 있습니다. 대다수 함수의 5 진 구성 예는 …

5
팩토리얼 팩토링
오늘 통계 수업에서, 곱하면 몇 가지 계승을 단순화 할 수 있다는 것을 알았습니다! 예를 들면 다음과 같습니다.5! * 3! = 5! *3*2 = 5! *6 = 6! 작업: 아라비아 숫자와 느낌표 만 포함 된 문자열이 주어지면 언어, 코드 골프 스타일에 대한 최소 바이트 수로 가능한 가장 짧은 문자열로 내 계승을 …

30
앵무새 프로그램 만들기
입력이 주어지면 그 입력 다음에 줄 바꿈이 끝없이 출력됩니다. 입력은 인쇄 가능한 ASCII 문자 ( 0x20-0x7E)와 줄 바꿈 ( 0x0A) 만으로 구성된 문자열 입니다. 입력이 길이 0이면 끝없이 줄 바꿈을 출력합니다. 이것은 코드 골프 이므로 각 언어에서 가장 적은 바이트 가 이깁니다!
15 code-golf  string  sequence  combinatorics  fastest-code  number  code-challenge  restricted-source  rosetta-stone  code-golf  arithmetic  decision-problem  integer  factorial  code-golf  arithmetic  decision-problem  integer  bitwise  code-golf  kolmogorov-complexity  code-golf  tips  vim  code-golf  quine  code-generation  code-golf  string  restricted-source  code-golf  string  random  unicode  code-golf  audio  code-golf  ascii-art  code-golf  decision-problem  code-golf  puzzle-solver  code-golf  restricted-source  code-golf  kolmogorov-complexity  permutations  hexagonal-grid  code-golf  string  math  combinatorics  fastest-code  code-golf  restricted-source  code-golf  string  code-golf  arithmetic  code-golf  math  number  code-golf  string  decision-problem  balanced-string  code-golf  binary  code-golf  string  number  code-challenge  restricted-source  code-golf  ascii-art  printable-ascii  interactive  code-golf  string  ascii-art  code-challenge  restricted-source  source-layout  code-golf  arithmetic  tips  functional-programming  golfing-language  code-golf  binary  encryption 

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 

16
얼마나 빨리 곱할 수 있습니까?
최근 Python bashing 과 함께 Python의 장점을 보여 주려는 시도가 있습니다. 당신의 도전은 n10 초 안에 가능한 한 많은 수의 계승을 계산하는 프로그램을 작성하는 것 입니다. 당신의 점수는 (highest n for your program on your machine)/(highest n for my program on your machine) 규칙 정확한 정수 솔루션을 계산해야합니다. 계승은 부호없는 …

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 

7
두 숫자에 고유 계승이 포함되어 있습니까?
두 숫자를 계승으로 나눕니다. 공유하는 것이 있으면 잘못된 값을 반환하십시오. 그렇지 않으면 진실한 값을 반환하십시오. ( 이 최근 질문에서 영감을 얻음 ) 다시 말해, 각 입력 숫자를 가장 합리적으로 계승 (양의 정수)의 합으로 쓰십시오. 두 표현에 계승이 나타나지 않으면 참 값을, 그렇지 않으면 거짓 값을 반환합니다. 예 주어진 20과 49 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.