«apl» 태그된 질문

이 문제는 APL 언어와 관련이 있습니다. 특정 언어로 답변해야하는 문제는 일반적으로 권장되지 않습니다.

30
항등 행렬 구성
도전은 매우 간단합니다. 정수 입력이 주어지면 항등 행렬을 n출력합니다 n x n. 항등 행렬은 1왼쪽 상단에서 오른쪽 하단에 걸쳐 있습니다. 생성 한 항등 표를 반환하거나 출력하는 프로그램이나 함수를 작성합니다. 출력은 2D 배열이거나 공백 / 탭과 줄 바꿈으로 구분 된 숫자 일 수 있습니다. 입력 및 출력 예 1: [[1]] 2: …

9
APL에서의 골프 팁
최근에 하나의 코드 골프 챌린지를 시작했으며 우승자가 GolfScript (놀랍고 놀랍습니다!) 인 것 같습니다. 흥미로운 것은 GolfScript를 이길 수있는 모든 기회를 가진 또 다른 강력한 경쟁자가 있다는 것입니다. 이름은 APL입니다. 여기 APL로 작성된 많은 답변이 있습니다. 이 언어는 코드 골프에 매우 효율적인 것 같습니다. 따라서 APL 프로그램에 대해 알고있는 코드 골프 …
28 code-golf  tips  apl 

11
공식 Dyalog APL 2016 년 게임
이것이 재미 있지만 너무 많은 일이라고 생각한다면, 이 작은 도전에 참여하는 것을 고려하십시오 . 2016 년 약간의 재미 (그리고 아마도 좌절!) ... Dyalog의 "올해의 퍼즐" . 즐겨! 목표 숫자 0에서 100까지의 순서로 숫자 2 0 1 6을 정확하게 포함하는 Dyalog APL ( download ) 표현식 (다른 언어는 허용, 아래의 자격 …

28
간단한 단어 래퍼 만들기
(참고 : 이것은 처음으로 코드 골프 질문이지만, 내가 알 수있는 한, 아무도 정확히 이것을하지 않았으므로 좋을 것입니다.) 당신의 임무는 문자열 s과 정수 를 취하고 n그 텍스트를 여러 줄로 감싸서 반환하거나 출력 하는 프로그램이나 함수를 만드는 것 입니다. 각 단어는 한 줄에 있어야합니다. 즉, 단어가 중간에 쪼개지지 않습니다. 각 줄은 더 …
22 code-golf  string  code-golf  string  parsing  apl  math  primes  integer  fastest-code  code-golf  math  primes  integer  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  array-manipulation  code-golf  number  code-golf  sequence  code-golf  math  arithmetic  code-golf  date  conversion  code-golf  geometry  combinatorics  grid  code-golf  string  code-golf  counting  java  code-golf  chess  code-golf  path-finding  conversion  atomic-code-golf  logic-gates  code-golf  fibonacci  code-golf  ascii-art  fractal  code-golf  quine  code-golf  string  code-golf  array-manipulation  decision-problem  code-golf  quine  code-golf  code-challenge  array-manipulation  code-challenge  word-search  code-golf  binary  conversion  code-golf  code-golf  restricted-source  code-golf  kolmogorov-complexity  restricted-source  code-golf  kolmogorov-complexity  random  animation 

7
눈살을 찌푸리고 돌아서
APL의 많은 얼굴 축하 아래 표의 열 1 또는 열 2에있는 문자열이 있으면 문자열의 인접 항목을 오른쪽으로 반환하십시오. 다시 말해, 1 열에 문자열이 주어진 경우 해당 행에서 2 열의 문자열을 반환하고, 2 열에 문자열이 제공되면 해당 행에서 3 열의 문자열을 반환합니다. 코드 포인트 (가 아닌 :)는 맨 오른쪽에 나열되어 있습니다. …

4
분명히 괄호 안에 APL 열차
APL에서는 trains 라는 암묵적 기능을 작성할 수 있습니다 . 그들이 일하는 방식은이 도전과 관련이 없습니다. ⍴함수로 사용하여 그룹화 할 수있는 다른 방법은 다음과 같습니다 . ⍴ -> ⍴ ⍴⍴ -> ⍴⍴ ⍴⍴⍴ -> ⍴⍴⍴ ⍴⍴⍴⍴ -> ⍴(⍴⍴⍴) ⍴⍴⍴⍴⍴ -> ⍴⍴(⍴⍴⍴) ⍴⍴⍴⍴⍴⍴ -> ⍴(⍴⍴(⍴⍴⍴)) ... 순서는 동일하게 유지됩니다. 절차는 3 개 …

4
우리는 무엇을 얻었습니까?
우리의 사랑하는 천재에 영감을 받아 기억합니다. 삼가 고인의 명복을 빕니다 그는 매그넘 작품과 도전 과제의 주제 인 dfns를 발명 하고 구현 했습니다. 관심있는 경우 : 최신 전체 dfns 문서 와 요한과 비디오 . 직무 ASCII 소스 코드가 주어지면 다음 네 가지 범주 중 어느 것이 속하는지 대답하십시오. 이색 도프 모나 …

7
진동 평등
on [l, r]에서 시작하여 시간 단위당 하나의 단위 속도로 두 개의 정수 포인트 사이에서 진동하는 객체가 있습니다. 당신은 가정 할 수 있습니다 . 예를 들어 객체가 진동 하면 다음과 같은 결과가 나타납니다.lt=0l < r[3, 6] t=0 -> 3 t=1 -> 4 t=2 -> 5 t=3 -> 6 t=4 -> 5 …
15 code-golf  array-manipulation  decision-problem  code-golf  math  number-theory  palindrome  integer-partitions  code-golf  math  decision-problem  geometry  code-golf  string  random  code-golf  ascii-art  code-golf  kolmogorov-complexity  primes  code-golf  kolmogorov-complexity  code-golf  graphical-output  code-golf  number-theory  primes  integer  factoring  code-golf  sequence  array-manipulation  integer  code-golf  array-manipulation  matrix  code-golf  sequence  binary  code-golf  game  cellular-automata  game-of-life  binary-matrix  code-golf  string  ascii-art  code-golf  random  generation  logic  code-golf  string  code-golf  code-golf  sequence  array-manipulation  random  apl  code-golf  code-golf  sequence  primes  code-golf  math  sequence  integer  code-golf  number  arithmetic  array-manipulation  decision-problem  code-golf  ascii-art  number  code-golf  restricted-source  quine  code-golf  chess  board-game  code-golf  math  sequence  code-golf  number  sequence  kolmogorov-complexity  code-golf  number  sequence  arithmetic  code-golf  math  number  alphabet  code-golf  ascii-art  classification  statistics  apl  code-golf  array-manipulation  matrix  code-golf  string  kolmogorov-complexity  code-golf  sequence  binary  base-conversion  binary-matrix  code-golf  string  classification  code-golf  tips  python  code-golf  combinatorics  binary  subsequence  restricted-time  code-golf  number  number-theory  code-golf  math  number  complex-numbers  code-golf  string  code-golf  string  code-golf  string  random  game  king-of-the-hill  python  code-golf  number  sequence  code-golf  number  sequence  code-golf  code-golf  math  number  array-manipulation  code-golf  array-manipulation  decision-problem  code-golf  string  code-golf  sequence  integer 

5
실생활에서의 활용
에서는 아담 @ Dyalog APL이 확장 은 ⍢(아래) 조작 수단의 결합은 : 하나 개의 기능하고 제 기능 제의 다음 역을 적용한다. 활용 측면에서 실제 행동을 생각하는 것은 재미있다 : 문제는 g에 의해 다른 도메인으로 변환되어 다른 도메인으로 쉽게 변환되어 f로 쉽게 해결되고 원래 도메인으로 다시 변환됩니다. 실생활의 예는 "마취 상태"입니다. …

17
10 행 막대 차트
APL CodeGolf 의 가을 토너먼트 의 홀 1입니다 . 나는 거기에서 문제의 원래 저자이므로 여기에 다시 게시 할 수있었습니다. 숫자 목록이 주어지면, #같은 크기의 열 그룹 각각에 몇 개의 숫자가 들어가는가에 대한 가로 막대 그래프 문자를 만드십시오. 예를 들어, 데이터의 범위가 0-100이면 범위는 0–9.9, 10–19.9,…, 90–100입니다. (공식적으로 [0,10), [10,20),…, [90,100]). …

1
이항 조옮김
대부분의 APL 기호와 마찬가지로 ⍉하나의 인수 (전치)와 두 개의 인수 (이항 전치 / 재주문 차원)로 호출 할 때 다른 의미를 갖습니다. 이 과제는 후자에 관한 것으로, numpy.moveaxis파이썬이나 permuteMATLAB 에서 와 비슷하게 작동 하지만 더 강력합니다. order ⍉ Aorder별개의 항목이 있을 때 의 모든 구성원 order이 고유 order ⍉ A하면 다음과 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.