«matrix» 태그된 질문

행렬은 행과 열이있는 사각형으로 배열 된 숫자 목록입니다. 프로그래밍에서는 2D 어레이라고도합니다. 매트릭스 조작이 어려운 경우이 태그를 사용하십시오.

14
피보나치 스타일 매트릭스 확장
행렬의 각 행과 열에 대해 해당 행이나 열의 마지막 두 항목의 합으로 추가 항목을 추가 할 수 있습니다. 예를 들어 다음 입력 매트릭스를 사용하십시오. [ 1 1 1 ] [ 2 3 4 ] 결과 행렬은 다음과 같습니다. [ 1 1 1 2 ] [ 2 3 4 7 ] …

15
매트릭스 직소 퍼즐
입력: 정수 n 두 개의 동일한 크기의 정사각 행렬 (너비 / 높이는 배수 임 n) 산출: 자신의 선택의 두 가지 값, 하나 개 truthy 결과에 대한 존재 등 네 falsey 결과에 대해 하나 (하나 1/0대신 true/false자바와 같은 언어에 대한 올바른 출력에도 불구하고 있습니다 그들은 공식 truthy / falsey 값을 고려하지 …

3
단순화 된 커닝 구현
소개 커닝 이란 텍스트 문자 사이의 간격을 조정하는 것을 의미합니다. 예를 들어, Top다음 세 가지 글리프로 작성된 단어를 고려하십시오 . ##### ..... ..... ..#.. ..... ..... ..#.. ..##. .###. ..#.. .#..# .#..# ..#.. .#..# .#..# ..#.. ..##. .###. ..... ..... .#... ..... ..... .#... 글리프 사이의 틈을 점으로 채우고 완성 …
24 code-golf  grid  code-challenge  atomic-code-golf  code-golf  combinatorics  probability-theory  card-games  code-golf  number  geometry  code-golf  decision-problem  chess  code-golf  math  number  sequence  code-golf  string  regular-expression  code-golf  arithmetic  integer  code-golf  math  array-manipulation  code-golf  number  decision-problem  integer  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  decision-problem  graph-theory  binary-matrix  code-golf  string  parsing  code-golf  string  code-golf  morse  code-golf  code-golf  string  code-golf  ascii-art  cellular-automata  code-golf  binary  base-conversion  code-golf  arithmetic  decision-problem  integer  checksum  code-golf  matrix  linear-algebra  code-golf  code-golf  game  code-golf  sequence  binary  code-golf  combinatorics  optimization  code-golf  decision-problem  quine  code-golf  rational-numbers  bitwise  code-golf  string  permutations  code-golf  kolmogorov-complexity  unicode  code-golf  ascii-art  number  code-golf  number  integer  binary  base-conversion  code-golf  array-manipulation  code-golf  chemistry  code-golf  number  sequence  fibonacci  code-golf  matrix  optimization  code-golf  number  code-golf  math  number  sequence  code-golf  math  array-manipulation  matrix  linear-algebra  code-golf  kolmogorov-complexity  cops-and-robbers  cops-and-robbers  code-golf  tips  basic  code-golf  decision-problem  binary  tiling  game  king-of-the-hill  python  code-golf  c  code-golf  ascii-art  code-golf  string  kolmogorov-complexity  alphabet  code-golf  number  code-golf  string  code-golf  number  sequence  integer  code-golf  number  permutations  restricted-complexity  restricted-time 

17
확률 적 행렬입니까?
확률 행렬은 마르코프 체인의 맥락에서 사용되는 확률의 행렬이다. 오른쪽 확률 행렬은 각 행의 합계에 대한 행렬이다 1. 왼쪽 확률 행렬은 각 열의 합에 대한 행렬이다 1. 이중 확률 행렬의 각 행과 각 열의 합을 행렬이다 1. 이 과제에서 정수를 사용하여 확률 을 백분율로 나타냅니다 . 이 경우에 합계의 행 또는 …
24 code-golf  matrix 

15
반 회문 퍼즐
회문은 그 자체로 반대되는 단어입니다. 이제 회문처럼 보이지만 그렇지 않은 단어가 있습니다. 단어를 고려 예를 들어 sheesh, sheesh그 반대이기 때문에 회문 아닌 hseehs다른 어떤 우리가 생각 그러나 경우에, sh다음이 역의이다, 단일 문자로 sheesh. 이런 종류의 단어를 우리는 반 회문이라고 부릅니다. 청크의 순서가 반대로되어 원래 단어가 형성되도록 단어를 몇 개의 청크로 …

10
최단 고유 식별 하위 문자열
문자열 목록이 주어지면, 각 문자열을 목록에있는 다른 문자열의 하위 문자열이 아닌 비어 있지 않은 하위 문자열 중 하나로 대체하십시오. 예 목록을 감안할 때 ["hello","hallo","hola"], "hello"바로 교체해야합니다 "e"이 문자열이 포함되어 있지으로 "hallo"하고 "hola"있으며 가능한 한 짧게이다. "hallo"중 하나에 의해 대체 될 수 "ha"또는 "al"과 "hola"의 의해 "ho", "ol"또는 "la". 규칙 문자열이 …
23 code-golf  string  code-golf  string  code-golf  array-manipulation  code-golf  quine  code-golf  array-manipulation  integer  matrix  classification  code-golf  quine  code-golf  string  matrix  conversion  code-golf  string  number  code-golf  string  code-golf  number  sequence  integer  code-golf  decision-problem  matrix  code-golf  string  code-golf  math  code-golf  math  array-manipulation  combinatorics  code-golf  random  code-golf  code-golf  alphabet  code-golf  python  c  code-golf  base-conversion  code-golf  string  counting  code-challenge  code-generation  fastest-code  code-golf  kolmogorov-complexity  matrix  code-golf  string  code-golf  array-manipulation  decision-problem  random  sudoku  code-golf  chess  code-golf  card-games  encode  code-golf  decision-problem  code-golf  code-golf  math  array-manipulation  matrix 



21
"슬래시"순서의 행렬
두 양수를 감안 N >= 2하고 N <= 100다음과 같은 규칙을 따르는 행렬을 작성 : 첫 번째 번호는 위치에서 시작 [0,0] 두 번째 숫자는 위치에서 시작 [0,1] 세 번째 숫자는 첫 번째 숫자 (위치 [1,0]) 아래로 내려갑니다. 다음 숫자는 "슬래시"방향으로갑니다 사용 된 숫자의 범위는 [1, N1 * N2]입니다. 따라서 숫자는 …
23 code-golf  matrix 

12
합계로 행렬 채우기
도전: 정사각형 입력 행렬 A가 주어지면 행렬을 4면 모두에 1 행 1 열로 채 웁니다. 맨 위 및 맨 아래 행의 각 요소 값은 각 해당 열의 요소 합계 여야합니다. 왼쪽 및 오른쪽 열의 각 요소 값은 해당하는 각 행의 요소 합계 여야합니다. 왼쪽 상단과 오른쪽 하단에있는 요소의 값은 대각선에있는 …

16
피라미드 행렬 만들기
피라미드 행렬은 아래 두 행렬과 같이 모든 숫자가 중심점에서 증가하거나 감소하는 정사각 행렬입니다. 1 1 1 1 1 1 2 2 2 1 1 2 3 2 1 1 2 2 2 1 1 1 1 1 1 또는: 3 3 3 3 3 3 2 2 2 3 3 …

19
Dijkstra의 도전
올해 50 세가되는 대화식 도구로 APL 을 기리기 위해 발표 배경 Ken [Iverson] 은 1963 년 8 월 뉴저지 프린스턴의 기계 언어 구조에 관한 실무 회의 에서 프로그래밍 언어의 형식론을 발표했습니다 . (Backus, Curry, Dijkstra, Floyd, Iverson, Newell, Perlis, Wilkes). 이 논문은 또한 발표 후 발생한 토론과 Ken과 [Edsger] Dijkstra …

22
겹치는 문자열 블록
도전: 여러 줄로 된 문자열 목록이 주어지면 겹치게하고 (왼쪽 상단에) 결과를 출력하십시오. 예: 입력 : ["aaaa\naaaa\naaaa\naaaa","bb\nbb\nbb","c"] 출력 : cbaa bbaa bbaa aaaa 도전 규칙 : 입력 형식이 유연합니다. 입력을 2D 행 목록 (예 :) [["aaaa","aaaa","aaaa","aaaa"],["bb","bb","bb"],["c"]]또는 3D 문자 목록 (예 :)으로 가져올 수 있습니다 [[["a","a","a","a"],["a","a","a","a"],["a","a","a","a"],["a","a","a","a"]],[["b","b"],["b","b"],["b","b"]],[["c"]]]. STDIN을 통해 모든 입력을 하나씩 가져올 …

23
ASCII 아트 팔각형
입력 integer가 주어지면 문자 n > 1로 구성된 측면 길이를 가진 ASCII 아트 팔각형을 출력하십시오 n. 아래 예를 참조하십시오. n=2 ## # # # # ## n=3 ### # # # # # # # # # # ### n=4 #### # # # # # # # # # …
22 code-golf  ascii-art  code-golf  geometry  code-golf  balanced-string  code-golf  cops-and-robbers  code-challenge  cops-and-robbers  code-golf  code-golf  random  cryptography  code-golf  array-manipulation  number  code-challenge  integer  code-golf  math  integer  code-golf  math  math  parsing  image-processing  test-battery  math  number  combinatorics  fastest-code  code-golf  code-golf  math  number-theory  rational-numbers  polynomials  code-golf  math  geometry  code-golf  code-golf  number-theory  primes  factoring  code-golf  restricted-source  code-golf  string  decision-problem  counting  code-golf  math  sequence  fibonacci  code-golf  array-manipulation  counting  code-golf  array-manipulation  number-theory  code-golf  array-manipulation  code-golf  random  code-golf  string  hexadecimal  code-golf  string  code-challenge  sorting  code-golf  number  floating-point  code-golf  sorting  code-golf  decision-problem  fibonacci  code-golf  number  combinatorics  code-golf  string  code-golf  math  code-golf  electrical-engineering  code-golf  javascript  code-golf  base-conversion  code-golf  array-manipulation  matrix  binary-matrix  code-golf  kolmogorov-complexity  python  perl  ruby  code-golf  number  code-golf  optimization  integer-partitions  code-golf  string  code-golf  ascii-art 

24
ogl-edocf 도전
입력 범위의 ASCII 문자로 구성된 비어 있지 않은 섞인 문자열 입니다.[ 32..126 ][32..126][32..126] 산출 입력 문자열에 연속적인 회전을 적용하여 출력을 얻습니다. [a-zA-Z]입력 문자열의 각 문자 ( )에 대해 왼쪽에서 오른쪽으로 : 문자가 대문자 인 경우 모든 문자를 왼쪽으로 한 위치 씩 회전 문자가 소문자 인 경우 오른쪽 앞의 한 위치 …
22 code-golf  string  code-golf  string  code-golf  string  parsing  brainfuck  code-challenge  python  hello-world  error-message  code-golf  string  code-golf  number  integer  counting  subsequence  code-golf  string  cipher  code-golf  array-manipulation  arithmetic  integer  matrix  code-golf  math  sequence  code-golf  restricted-source  pi  popularity-contest  cops-and-robbers  polyglot  popularity-contest  cops-and-robbers  polyglot  code-golf  file-system  king-of-the-hill  code-golf  number  sequence  integer  rational-numbers  string  code-challenge  source-layout  code-golf  ascii-art  king-of-the-hill  code-golf  array-manipulation  sorting  code-golf  string  code-golf  restricted-source  source-layout  tips  math  code-challenge  permutations  logic-gates  code-golf  number  random  integer  code-golf  math  code-golf  math  number  decision-problem  king-of-the-hill  python  board-game  code-challenge  brainfuck  busy-beaver  code-golf  number  cops-and-robbers  polyglot  obfuscation  answer-chaining  code-golf  number  integer  conversion  code-golf  string  parsing  code-golf  ascii-art  number  king-of-the-hill  javascript  code-golf  source-layout  radiation-hardening  code-golf  array-manipulation  matrix  code-golf  string  graph-theory  code-golf  array-manipulation  decision-problem  code-golf  string  ascii-art  code-golf  string  code-golf  array-manipulation 

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