«binary» 태그된 질문

이진수는 기본 2 수 시스템입니다. 기본 2와 관련된 문제에이 태그를 사용하십시오.

28
역 계수 계산
작업: 를 출력 값 x, 여기서 a mod x = b주어진 두 값 a,b. 인수 a그리고 b항상 양의 정수가 될 것입니다 항상 해결책이있는 것은 아닙니다 x 여러 솔루션이 존재하면 그 중 하나 이상을 출력하십시오. 솔루션이없는 경우 솔루션이 존재하지 않음을 표시하거나 표시하지 않습니다. 내장이 허용됩니다 (다른 수학적 접근 방식만큼 재미 있지 …
18 code-golf  math  number-theory  code-golf  number  integer  code-golf  string  code-golf  music  code-golf  arithmetic  array-manipulation  decision-problem  code-golf  math  rational-numbers  code-golf  code-golf  graphical-output  hardware  code-golf  math  number  code-golf  string  parsing  natural-language  code-golf  tips  brain-flak  code-golf  graph-theory  code-golf  number  polynomials  king-of-the-hill  code-golf  ascii-art  kolmogorov-complexity  animation  king-of-the-hill  code-golf  tips  code-golf  ascii-art  code-golf  string  array-manipulation  data-structures  code-golf  math  number  code-golf  string  base-conversion  binary  code-golf  decision-problem  graph-theory  code-golf  math  polynomials  code-golf  kolmogorov-complexity  physics  code-golf  sequence  number-theory  code-golf  math  integer-partitions  code-golf  array-manipulation  random  permutations  code-golf  string  decision-problem 

24
이진 카운트 다운 길이
무한에서 카운트 다운에서 영감 음수가 아닌 정수가 주어지면 N0에 도달하는 데 필요한 다음 단계의 반복 횟수를 출력하십시오. N이진수로 변환 (4812390 -> 10010010110111001100110 ) 각 비트 뒤집기 (10010010110111001100110 -> 01101101001000110011001 ) 선행 0 자르기 (01101101001000110011001 -> 1101101001000110011001 ) 십진수 ( 1101101001000110011001 -> 3576217)로 다시 변환 규칙 입력과 출력은 모호하지 않고 일관된 …

7
삼각형 수의 이진 이미지
나의 도전은 조금 어렵고 매력적이지 않은 경향이 있습니다. 여기에 쉽고 재미있는 것이 있습니다. 알쿠 인의 순서 Alcuin의 순서 A(n) 는 삼각형을 세면서 정의됩니다. A(n)정수 변과 둘레를 가진 삼각형의 수입니다 n. 이 순서는 York의 Alcuin의 이름을 따서 불립니다. 이 시퀀스의 처음 몇 요소는 다음과 n = 0같습니다. 0, 0, 0, 1, …

23
이진 부분 문자열
BMO2 2009 의 네 번째 문제에서 영감을 얻었습니다 . 양의 정수 n 을 입력 또는 매개 변수로 지정하면 이진 표현이 n 의 이진 확장에서 블록으로 발생하는 양의 정수 수를 반환합니다 . 예를 들어, 이진의 13이 1101이고 하위 문자열이 있기 때문에 13-> 6 1101, 110, 101, 11, 10, 1입니다. 우리는 0으로 …
17 code-golf  binary 

15
확장 진실 기계
많은 사람들이 프로그래밍 의 진실 기계 가 무엇인지 알고 있습니다. 그러나 우리가 일을 시작하는 시간입니다. 확장 된 진실 기계를 소개합니다! 확장 된 진리 머신은 정수 n와 비어 있지 않은 문자열 두 가지를 입력으로받습니다 s. s n선택적인 후행 공백으로 시간을 출력 합니다. 그러나와 n같으면 프로그램을 수동으로 중지 할 때까지 0출력해야합니다 s. …

13
역 순열 인덱스
소개 n 개의 요소 를 가진리스트의 사전 식 순열은 0에서 n 까지 번호가 매겨 질 수 있습니다 ! -1. 예를 들어, 3! = 6 순열 (1,2,3)것 (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), (3,2,1). 순열이 목록에 적용되면 해당 요소는 순열의 숫자와 동일한 순서로 정렬됩니다. 예를 들어 순열 (2,3,1)을 l = (a,b,c)yields에 적용합니다 …
17 code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

2
진리표가 주어지면 그것을 만족시키는 Stackylogic 프로그램을 출력하십시오.
Stackylogic은 이전 과제에서 작성한 프로그래밍 언어입니다 : Run Stackylogic . 자세한 내용과 예를 보려면 해당 게시물을 읽으십시오. Stackylogic 소요 0의과 1입력의 단일 출력 0 또는 1시 완료. 프로그램은 문자 만 포함 하는 행과 한 행의 끝에 01?정확히 한 <행으로 구성됩니다. 라인은 비워 둘 수 없습니다 수 있으며, 함께 라인은 <적어도 …

3
토글, 인쇄, 반복
이 과제는 구현되지 않은 esolang Pada 에서 느슨하게 영감을 얻었습니다 . 모두 0으로 초기화 된 8 비트 배열을 고려하십시오. 임의의 문자열을 인쇄하기위한 매우 최소한의 명령어 세트를 소개합니다 두 가지 명령이 있으며, 둘 다 N비트의 인덱스 인 매개 변수 를 사용합니다. t N대한 t이 oggle :이 비트의 값을 변경합니다 N. p …

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

5
한 번호에서 다른 번호로 이동하는 최소 작업
단일 8 비트 값에서 작동하는 간단한 언어를 정의 해 봅시다. 세 가지 비트 연산을 정의합니다 (코드 설명에서는 8 비트 value변수로 가정 ). !최하위 비트 무효화 ( value ^= 1) <왼쪽 시프트 줄 바꿈 ( value = value << 1 | value >> 7) >오른쪽 시프트 줄 바꿈 ( value = …


11
이진 부분 문자열의 합
이 문제는 10 진수로 간단하고 이진수로 변환하고 이진수의 하위 문자열 합계를 계산합니다. 길이는 원래 숫자보다 짧습니다. 예를 들면 다음과 같습니다. Input: 11 Binary: 11 -> 1011 Substrings: 101 = 5 011 = 3 10 = 2 01 = 1 11 = 3 1 = 1 0 = 0 1 = …

17
시퀀스에서 1이 가장 많은 부분 문자열 찾기
소개 내가 가장과 문자열 찾으려면 1'의 순서로들 0들과' 1의. 입력 프로그램에는 시퀀스와 부분 문자열 길이의 두 가지 입력이 있습니다. 그만큼 순서는 임의의 수입니다 0's와 1의 : 01001010101101111011101001010100010101101010101010101101101010010110110110 그만큼 하위 문자열 길이는 임의의 0이 아닌 양의 정수 : 5 산출 프로그램은 주어진 길이의 첫 번째 부분 문자열의 시작 색인을 가장 많이 …


6
이진 울타리
입력: n범위 의 정수2 <= n <= 10 양의 정수 목록 산출: 정수를 선행 0없이 2 진 표현으로 변환하고 함께 결합하십시오. 그런 다음 n펜스 포스트 양을 사용하여 '이진 펜스'를 형성하는 모든 이진 하위 문자열을 결정하십시오 . 각 펜스 기둥 사이의 공백 (0)은 관련이 없지만 (적어도 1) 펜스 기둥 자체의 너비는 …

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