«encode» 태그된 질문

데이터의 인코딩 및 디코딩과 관련된 문제.

7
허프만 코딩!
그렇지 않으면 그는 허풍과 퍼프를하고 집을 날려 버릴 것입니다! 그것은 전혀 관련이 없습니다. 이 과제는 실제로 허프만 코딩 에 관한 것 입니다. 그것의 요지는 주어진 텍스트에서 문자의 빈도가 표현을 더 짧게 만드는 데 사용됩니다. 다시 말해, 알파벳이 a통과 z하고 공간 이라고 가정 해 봅시다 . 27 자입니다. 5 비트는 32자를 …

15
논리 게이트 수동
기본 논리 게이트를 시뮬레이트하는 프로그램을 작성하십시오. 입력 : 모두 대문자로 된 단어 다음에 공백으로 구분 된 2 자리 숫자 2 진수 (예 :) OR 1 0. 게이트는 OR, AND, NOR, NAND, XOR, 및이 XNOR요구된다. 출력 : 입력 된 논리 게이트의 출력에 1 또는 0의 두 숫자가 제공됩니다. 예 :이 AND …
13 code-golf  logic-gates  hashing  code-golf  code-golf  number  array-manipulation  integer  code-golf  string  unicode  text-processing  cops-and-robbers  boggle  cops-and-robbers  boggle  code-golf  ascii-art  code-golf  word-puzzle  king-of-the-hill  python  code-golf  sequence  kolmogorov-complexity  code-golf  source-layout  code-golf  string  kolmogorov-complexity  math  number  code-golf  date  code-golf  combinatorics  recursion  game  king-of-the-hill  javascript  code-golf  array-manipulation  code-golf  radiation-hardening  self-referential  code-golf  integer  code-golf  number  code-golf  set-theory  code-golf  sequence  code-golf  string  sorting  natural-language  code-golf  decision-problem  number-theory  primes  code-golf  code-golf  ascii-art  code-challenge  array-manipulation  sorting  rubiks-cube  regular-expression  code-golf  counting  file-system  recursion  code-golf  string  kolmogorov-complexity  color  code-golf  game  code-challenge  permutations  encode  restricted-time  decode  code-golf  math  decision-problem  matrix  integer  palindrome  code-golf  matrix  statistics  king-of-the-hill  king-of-the-hill  python  card-games  code-golf  string  natural-language  code-golf  sequence  number-theory 

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 

11
밸런스드 제로원 인코딩
직무 A-Z선호하는 체계를 사용하여 0과 1 만 사용하여 대문자 알파벳 ( )으로 완전히 구성된 문자열을 인코딩 하십시오. 그러나 규칙은 그렇게 간단하지 않습니다! 규칙 프로그램 / 기능은 길이가 8 인 유효한 입력 문자열을 올바르게 처리해야합니다 . 모든 입력에 대해 결과의 길이는 동일해야합니다. 개별 입력에 대해 결과가 고유해야합니다. 결과는 가능한 짧아야합니다. 결과는 …

4
영어를 읽고 쓰는 외계인을위한 문자열을 인코딩하지만 ASCII를 모르는 경우
영어를 아는 (그리고 8 비트 컴퓨터 아키텍처에서 우연히 표준화 된) 먼 외계인이 있다는 것이 밝혀졌습니다 . 그러나 그들은 ASCII 나 알파벳 순서에 대해 들어 본 적이 없습니다. 이 외계인은 지구에서 정보를 수집하고 있다고 믿어집니다. 그러나 전송이 전송되지 않을 때 무의미한 정보를 읽는 디지털 장비를 사용하고 있습니다. 따라서 주변 소음으로부터 눈에 …
12 code-golf  encode 

1
이미지를 Braincopterify
소개 Braincopter 는 Brainf *** 프로그램을 이미지로 인코딩하는 난해한 Brainf *** 파생 상품입니다. 2D 언어로서 두 가지 추가 명령을 사용합니다. 명령 포인터를 시계 방향 및 시계 반대 방향으로 회전합니다 (처음 오른쪽). Braincopter은 매우 비슷 Brainloller 대신 다른 명령으로 고유 한 색상을 사용하는 대신, 각 화소의 RGB 값에 기초하여 명령을 계산하는 …

10
바이트 배열을 base64로 변환
당신의 임무는 바이트 배열 (예 : 0에서 255의 정수 배열)을 base64로 변환하는 함수 / 프로그램을 작성하는 것입니다. 내장 base64 엔코더 사용은 허용되지 않습니다. 필수 base64 구현은 RFC 2045입니다 ( "+", "/"및 "="로 필수 패딩 사용) 가장 짧은 코드 (바이트)가 이깁니다! 예: 입력 (int array) : [99, 97, 102, 195, 169] …

2
파우더 토이의 골프 팁
이것으로 재미있게, The Powder Toy 는 골프, 특히 filt Logic에서 흥미로운 도전입니다. TPT를 도전으로 만드는 것은 문제에 접근하는 많은 많은 방법입니다. Should I use Cellular Automaton rules, SWCH logic, Filt logic, subframe filt logic, and/or wall logic? 따라서 TPT 골프 팁을 얻을 수있는 위치가 도움이 될 것이므로이 질문 스레드를 만들었습니다. …
9 code-golf  tips  the-powder-toy  code-golf  number  array-manipulation  integer  code-golf  string  decision-problem  boggle  code-golf  array-manipulation  average  code-golf  math  code-golf  decision-problem  restricted-source  code-golf  code-golf  math  primes  code-golf  random  code-golf  tips  perl  code-golf  string  parsing  code-golf  math  number  decision-problem  code-golf  math  number  code-golf  string  alphabet  code-golf  math  geometry  code-golf  interpreter  brainfuck  code-golf  code-golf  decision-problem  boggle  code-golf  math  number  sequence  code-golf  math  code-golf  ascii-art  code-challenge  restricted-source  quine  code-golf  math  decision-problem  number-theory  primes  code-golf  ascii-art  code-golf  integer  graph-theory  chess  code-golf  math  interpreter  code-golf  code-golf  code-golf  ascii-art  code-golf  arithmetic  number-theory  code-golf  string  kolmogorov-complexity  code-golf  string  decision-problem  code-golf  primes  factoring  encode  code-golf  decision-problem  code-golf  geometry  grid  code-golf  quine  code-golf  matrix  code-golf  matrix  code-golf  code-golf  number  array-manipulation  code-golf  array-manipulation  sorting  code-golf  matrix  code-golf  brain-flak 

1
더블 런-길이 인코딩
실행 길이 인코딩이 무엇인지 모두 알고 있습니다. 이미 많은 코드 골프 과제의 주제였습니다. 특정 변형을 살펴 보겠습니다. 예 Normal: 11222222222222222222233333111111111112333322 Run-length: 112(19)3(5)1(11)2333322 괄호 안의 숫자는 이전 기호가 발생한 횟수를 지정합니다. 이 예에서는 5 자 이상의 문자 만 인코딩되었습니다. 인코딩 횟수가 4 이하이면 문자 수가 향상되지 않기 때문입니다. 도전 이러한 변형 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.