«cubically» 태그된 질문

4
가장 효율적인 배양기
입방체 는 코드를 수동으로 작성하기에는 너무 지루합니다. 문제는 ASCII 텍스트를 입방체 소스 코드로 변환하는 것입니다. 입방체 이것은 Cubically의 빠른 요약입니다. 저장소는 더 완전한 가이드 및 세부 사항이 있습니다. 큐빅은 내가 사용하기에 고통스러워 지도록 오래 전에 쓴 esolang입니다. 여기에는 3x3x3 Rubik의 큐브와 "메모장"이라는 레지스터가 있습니다. 기억 내부 Rubik 's Cube는 다음과 …

30
사라지는 요소
문자열 S과 인덱스 목록이 제공 되면의 결과를 새 값으로 사용하면서의 각 인덱스에서 요소를 제거하여 X수정 S하십시오 .SS 예를 들어 given S = 'codegolf'및 X = [1, 4, 4, 0, 2], 0 1 2 3 4 5 6 7 | c o d e g o l f | Remove 1 …
17 code-golf  string  array-manipulation  code-golf  string  ascii-art  code-golf  number  sequence  pi  code-golf  number  array-manipulation  code-golf  string  ascii-art  code-golf  math  number  game  code-golf  math  sequence  polynomials  recursion  code-golf  math  number  sequence  number-theory  code-golf  permutations  balanced-string  code-golf  string  ascii-art  integer  code-golf  decision-problem  hexagonal-grid  code-golf  ascii-art  kolmogorov-complexity  code-golf  number  code-golf  matrix  binary-matrix  code-golf  math  statistics  code-golf  string  polyglot  code-golf  random  lost  code-golf  date  path-finding  code-golf  string  code-golf  math  number  arithmetic  number-theory  code-golf  tetris  binary-matrix  code-golf  array-manipulation  sorting  code-golf  number  code-golf  array-manipulation  rubiks-cube  cubically  code-golf  grid  optimization  code-golf  math  function  code-golf  string  quine  code-golf  ascii-art  grid  code-golf  decision-problem  grid  simulation  code-golf  math  sequence  code-golf  path-finding  code-golf  ascii-art  grid  simulation  code-golf  number  whitespace  code-golf  sequence  code-golf  sequence  code-golf  sequence  integer  code-golf  math  game  code-golf  internet  stack-exchange-api  code-golf  sequence  code-golf  internet  stack-exchange-api  code-golf  math  factoring  code-challenge  sequence  polyglot  rosetta-stone  code-golf  string  browser  code-golf  date  code-golf  base-conversion  code-challenge  cops-and-robbers  hello-world  code-golf  cops-and-robbers  hello-world 

11
입방체 큐브의 얼굴 합산
입방체 큐브의 얼굴을 수동으로 합산하는 것은 입방체 자체에서 코드를 작성하는 것과 같이 지루하고 시간 소모적입니다. 에서 가장 효율적인 cubifier , 나는 입체적 소스에 ASCII 번역을 요청했다. 거기에 대한 답변 중 하나는 큐브 초기화 시퀀스를 사용한 다음 사전 초기화 된 큐브의 합계를 기반으로 결과 큐브를 수정합니다. 이 방법은 이후 많은 Cubically …

2
입방체 큐브 구현
큐빅 (Cubically) 은 매우 특정한 문제의 부분에 대해 골프 같은 짧은 답변을 만들 수있는 상당히 새로운 난해한 언어입니다. 메모리는 3x3 Rubik의 큐브 형태로 메모리를 저장하여 대부분의 언어보다 계산이 덜 사소하다는 점에서 독특합니다. 입방체에서 프로그래머는면에 저장된 값을 조작하기 위해 내부 큐브를 회전 한 다음 해당 값을 계산에 사용해야합니다. 계산은 "메모장"으로 알려진 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.