«function» 태그된 질문

어떤 방식으로 기능을 요구하거나 기능을 포함하는 과제에 적합합니다. (메소드 또는 서브 루틴이라고도 함)

24
올드 맥도날드 기능
선택한 언어로 다음을 인쇄하는 함수를 작성하십시오. Old MacDonald had a farm, E-I-E-I-O, And on that farm he had a cow, E-I-E-I-O, With a moo moo here and a moo moo there, Here a moo, there a moo, everywhere a moo moo, Old MacDonald had a farm, E-I-E-I-O! 여기서 cow및 moo함수 …

30
함수 작성 [닫기]
폐쇄되었습니다 . 이 질문에는 세부 사항이나 명확성 이 필요 합니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? 이 게시물 을 편집 하여 세부 사항을 추가하고 문제점을 명확하게하십시오 . 휴일 7 개월 전 . 나는 솔직히이 도전이 존재하지 않는다고 믿을 수 없다. 도전 함수를 작성하십시오. 사양 프로그램은 일종의 호출 가능한 …

5
소수를 자연수 내에서 골프화하여 소수를 소수의 적절한 하위 세트에 매핑합니다.
정의 전단 사 함수 세트에서 S세트로는 T행 함수 S에 T이러한 하나 개 소자 T에서 정확히 하나 개의 요소에 의해 매핑된다 S. 세트 내에서 전단 사 함수는 S 에서 전단 사 함수이다 S에 S. 자연수는 보다 큰거나 같은 정수입니다 0. 서브 세트는 S세트의 모든 요소가도 있음 세트 등이다 S. 적절한 서브 …

5
이진 함수의 속성
추상 대수학에서 많은 중요한 주제는 집합에 작용하는 이진 함수를 포함합니다. 이러한 주제의 조사에서 그러한 기능의 많은 속성이 정의되었습니다. 주어진 도메인에서 주어진 이진 함수가 이러한 속성 중 다섯 가지를 소유하는지 확인해야합니다. 속성 폐쇄 가능한 모든 출력이 도메인에 있으면 이진 함수가 닫힙니다. 연관성 이진 함수는 함수가 일련의 입력에 적용되는 순서가 결과에 영향을 …

2
로마 숫자 변환기 기능
로마 숫자 문자열을 정수 로 변환하는 가장 짧은 함수를 작성하십시오 . 각 서한에 대한 규칙은 Wikipedia 페이지 에서 찾을 수 있습니다 . 1,000보다 큰 글자는 괄호로 묶여 더 높은 가치를 나타냅니다. 요구 사항 : 로마 숫자를 1에서 500,000으로 변환해야합니다. 1 분 안에 완료해야합니다 장점을 제공 할 수있는 내장 함수를 사용하지 …

3
가장 효율적인 이진 함수 계산
오늘, 우리는 가장 효율적인 이진 함수를 계산할 것입니다. 보다 구체적으로, 함수를 상수 입력 0 또는 자체 출력에 적용하여 식을 만들 때 가능한 가장 짧은 식으로 모든 양의 정수를 나타낼 수있는 함수를 계산하여 작은 정수에 우선 순위를 둡니다. 이 기능은 다음과 같이 구성됩니다. 1부터 시작하여 위쪽으로 올라가는 각 정수에 대해 아직 …

11
느슨한 범위 해석
느슨한 범위 해석 ListSharp 는 많은 기능을 가진 해석 된 프로그래밍 언어입니다. 이러한 기능 중 하나는 다음과 같은 1 인덱스 기반 범위 작성자입니다. 범위를 정의 (INT) TO (INT)하거나 (INT)둘 다 또는 단일 int가 min에서 max int32 값으로 갈 수있는 곳을 정의하십시오. 그런 다음 해당 범위를 사용하여 배열의 경계를 넘길 염려없이 …
13 code-golf  array-manipulation  parsing  code-golf  string  ascii-art  kolmogorov-complexity  code-challenge  code-golf  sequence  code-golf  number  array-manipulation  sorting  code-golf  string  function  code-golf  arithmetic  code-golf  math  sequence  number-theory  primes  restricted-source  javascript  code-challenge  polyglot  rosetta-stone  code-golf  code-golf  regular-expression  code-golf  math  code-golf  math  primes  code-golf  ascii-art  kolmogorov-complexity  binary  code-golf  math  sequence  code-golf  sequence  subsequence  code-golf  string  code-golf  parsing  music  code-golf  grid  game  path-finding  board-game  code-golf  string  binary  code-golf  array-manipulation  balanced-string  code-golf  code-golf  algorithm  code-golf  string  number  arithmetic  array-manipulation  code-golf  array-manipulation  binary-tree  tree-traversal  code-golf  code-golf  tips  code-golf  string  base-conversion  code-golf  tips  s.i.l.o.s  code-golf  string  ascii-art  code-golf  code-challenge  code-golf  game 

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 

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 

13
극장 좌석
직무 극장 표지 10 행 갖는다 A으로 J왼쪽에서 오른쪽으로 1부터 15 번째 앞에서 뒤로, 각 행 (15 개) 좌석. 이 프로그램은 다음 규칙을 사용하여 최적의 좌석을 선택합니다. 규칙 1 : 한 예약의 모든 좌석은 서로 같은 줄에 있어야합니다. 규칙 2 : 좌석은 가능한 한 앞쪽에 있어야하고 가능한 왼쪽에 있어야합니다 (가장 …

2
X와 Y의 차이가 2 이상인 3보다 큰 X
C ++을 골프 다운하려고합니다. 이 조건을 더 짧게 만들 수 있습니까? X > 3 & X - Y > 1 (물론 공백을 제거하는 것을 제외하고) 그래서, X적어도입니다 4만 X >= Y + 2. X그리고 Y에서 [0,5] 구간에서의 정수이다. 비트 단위 수식을 찾으려고했지만 실패했습니다.
11 code-golf  number  tips  c++  code-golf  popularity-contest  obfuscation  code-golf  c  code-golf  board-game  hexagonal-grid  code-golf  game  grid  code-golf  number  permutations  popularity-contest  math  graphical-output  number-theory  king-of-the-hill  code-challenge  compression  code-challenge  fastest-code  code-golf  math  ascii-art  animation  code-golf  popularity-contest  generation  counting  fastest-code  fastest-code  popularity-contest  image-processing  king-of-the-hill  code-golf  conversion  binary-tree  code-golf  math  number  rational-numbers  division  code-golf  restricted-source  hashing  atomic-code-golf  logic-gates  code-golf  function  code-challenge  puzzle-solver  ai-player  test-battery  popularity-contest  music  compression  code-golf  number  stack  atomic-code-golf  logic-gates  ascii-art  popularity-contest  code-golf  date  grid  code-challenge  game  code-golf  parsing  code-golf  math  geometry  sequence  popularity-contest  code-trolling  code-golf  string  restricted-source  code-golf  quine  king-of-the-hill  code-golf  math  code-golf  simulation  code-golf  ascii-art  code-challenge  sorting  optimization 

22
투표의 C- 인수 구하기
이 도전에서 당신은 C- 인수라고 불리는 숫자를 알아 냄으로써 다른 표가 주어진다면 표가 얼마나 논란의 여지가 있는지를 결정할 것입니다. C- 인자는 무엇입니까? 선거에 대해 여러 표를 얻었다 고 상상해보십시오. 우리는 사용합니다 1및 0도전을 위해 선거에 두 개의 서로 다른 후보를 나타냅니다. 다음은 본 선거에서 10 표입니다. 0110111011 이제 후보자 투표의 …

1
다다미 바리 솔버
배경 Tatamibari 는 Nikoli가 디자인 한 논리 퍼즐입니다. Tatamibari 퍼즐은 심볼의 세 가지 다른 종류의 사각형 격자에서 재생된다 +, -. 그리고 |. 솔버는 다음 규칙에 따라 그리드를 사각형 또는 사각형 영역으로 분할해야합니다. 모든 파티션에는 정확히 하나의 기호가 포함되어야합니다. +기호 사각형에 포함되어야합니다. |심볼 폭보다 큰 높이를 가진 직사각형 내에 포함되어야한다. -심볼 …

5
t9와 같은 기능 구현
오늘날의 과제는 t9 와 유사한 기능 을 구현하는 것입니다. 2 개의 매개 변수 만있는 함수를 구현합니다. 문자열로 된 전화 번호 1 개와 단어 목록이 포함 된 텍스트 파일의 내용을받습니다 (특정 줄 바꿈 스타일을 가정하지 않음). https://raw.githubusercontent.com/eneko/data-repository/master/data/words.txt 링크를 사용하여 기능을 테스트하거나 다음을 사용하십시오 ( 자세한 내용은 [닫힌] 단어 목록이있는 텍스트 파일 …

3
두 개의 얽힌 체인
에서 이 질문 나는 함수와는 "체인"기능을 정의 : 는 순열입니다. 즉, 모든 값이 정확히 하나의 값으로 매핑되고 매핑됩니다. 기능 또는 그 역의 반복 된 적용에 의해 임의의 다른 값으로부터 임의의 값을 얻을 수있게한다. 이 작업을 수행하는 많은 기능이 있으며 그중 일부는 매우 간단합니다 (해당 질문에 대한 답변 참조). 이제 "interwoven"함수라고하는 …

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