«physics» 태그된 질문

물리학 분야의 문제와 관련된 문제.

3
하드론의 이름을 지정
도전 입력으로 입자의 쿼크 구성이 주어지면 해당 hadron의 이름을 출력하십시오. 쿼크는 대문자로 표시되고 쿼크는 소문자로 표시됩니다. 쿼크는 반드시 아래에 주어진 순서가 아닌 임의의 순서 일 수 있습니다. 내장 함수는 입자 및 / 또는 쿼크에 대한 액세스 데이터가 허용되지 않습니다. 쿼크는 U (위), u (위), D (아래), d (위), S (이상), …

5
인터뷰 : The Front Nine
인터뷰 : The Front Nine 이것은 면접 질문 프로그래밍에서 영감을 얻은 일련의 과제 중 첫 번째입니다. 미래의 미래 상사가 앉아있는 사무실로 들어갑니다. "와서 앉으세요"라고 그는 말합니다. 긴장하면서도 전문적인 복장에 주름이 없는지 확인하십시오. 그는 당신의 교육, 이전의 직업 경험 등에 관한 많은 질문을합니다. 당신은 대부분 정직하게 대답하며 여기저기서 약간의 꾸밈음을 추가하여 …

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 

15
안 돼요 2
때로는 직교 좌표 (x,y)를 극좌표 로 변환하는 것이 실제로 어려운 일 (r,phi)입니다. 당신은 계산할 수 있지만 r = sqrt(x^2+y^2)아주 쉽게 각도를 계산할 때, 당신은 종종의 경우 약간의 구별이 필요 phi하기 때문에를 arcsin, arccos그리고 arctan다른 모든 삼각 함수가 공동 도메인 각 단 경간이이 반 원을. 많은 언어에는 직사각형을 극좌표로 변환하거나 최소한 …
18 code-golf  math  geometry  trigonometry  code-golf  number-theory  fibonacci  code-golf  math  sequence  fibonacci  code-golf  string  code-golf  math  graphical-output  geometry  code-golf  string  code-golf  math  geometry  code-golf  math  bitwise  number  popularity-contest  graphical-output  image-processing  fractal  code-golf  number-theory  code-golf  date  multi-threading  code-golf  math  code-golf  math  number  sequence  code-golf  math  number  sequence  arithmetic  code-golf  decision-problem  logic-gates  code-golf  decision-problem  balanced-string  code-golf  math  arithmetic  combinatorics  code-golf  expression-building  code-golf  physics  code-golf  abstract-algebra  code-golf  number  arithmetic  integer  code-golf  ascii-art  number  code-golf  number-theory  primes  code-golf  arithmetic  grid  code-golf  code-golf  sequence  code-golf  kolmogorov-complexity  compression  code-golf  math  number  arithmetic  array-manipulation  code-golf  primes  hexagonal-grid  complex-numbers  code-golf  number  counting  code-golf  math  number  arithmetic 

5
각 구성 요소의 전압은 얼마입니까?
아래 그림은 RLC 회로를 보여줍니다. RLC 회로는 직렬로 또는 병렬로 연결된 저항 (R), 인덕터 (L) 및 커패시터 (C)로 구성된 전기 회로입니다. (1) 계산을 단순화하기 위해 시간 도메인 대신 주파수 (Laplace) 도메인에서 작업하는 것이 일반적입니다. 당신의 임무는 : 값을 가지고 R, L그리고 C입력으로하고, 전압을 반환 VR, VL및VC Laplace 도메인으로의 변환은 다음과 …

1
미니 골프 코드 골프
이것은 미니 골프 홀입니다. 바깥 쪽 경계는 반지름이 10이고 중심이 (0,0) 인 원입니다. 내부 경계는 반경이 3이고 중심이 (0,5) 인 원입니다. 티는 (0, -8)입니다. 공이 반지름이 0 인 지점이라고 가정합니다. 공의 역학은 다음 규칙에 따라 결정됩니다. 공은 처음에는 에너지 50과 주어진 각도로 맞습니다. 직교 좌표계에서 각도가 빗나가므로 0 °는 오른쪽으로 …

8
떨어지는 ASCII 공
입력 공과 땅이있는 2D지도가 제공됩니다. 다음과 같이 보입니다 : 1 5 2 3 4 __________________________ 각 숫자는 공 _이며지면 수준입니다. 밑줄 _문자는지면 수준 줄 이외의 다른 줄에는 사용할 수 없습니다. 0-9지면 위에 공백, 줄 바꿈 및 숫자 만 허용됩니다. 마지막 줄이지면이라고 가정 할 수 없습니다.지면 아래의 빈 줄은 허용됩니다. 빈 …

6
이중 슬릿 실험
게으른 물리학자는 이중 슬릿 실험을 수행해야합니다. 그러나 그들은 게으르고 모든 장비를 스스로 설정하기 위해 귀찮게 할 수 없으므로 효과를 시뮬레이트 할 것입니다. 그들은 프로그래밍을 할 수 없지만 도움이 필요할 것입니다. 그들이 게 으르므로 프로그램은 가능한 짧아야합니다. 홀수 양의 정수 n( n >= 1및 n % 2 == 1)가 주어지면 시뮬레이션을 …

3
차원 분석
SI 단위의 제품 또는 비율을 계산하십시오. 예를 들어 kg m / s s(초당 킬로그램 미터)는 N(뉴턴)을 반환해야합니다 . 입력은 항상 다음 중 하나입니다. 공백으로 구분 된 (제품을 나타내는) SI 단위의 기호 목록 또는 상기 /, 및 상기 (비율을 나타냄). 입력에는 다른 문자 (예 : 숫자 리터럴 또는 기타 문장 부호)가 …

8
균형을 잡기 위해 시소의 한쪽에 무게를 더하십시오
밸런싱 법 시소 ( '이것'을 의미하는 프랑스어 'ci-ça'에서 유래)는 유사하게 유비쿼터스 한 슬라이드 및 스윙과 함께 놀이기구 장비의 삼위 일체를 형성합니다. 시소는 각 측면의 모멘트의 합이 동일한 경우에만 완벽한 균형을 유지합니다. 따라서 모멘트 합계가 낮은쪽에 특정 중량을 추가하여 시소의 균형을 맞출 수 있습니다. 이것을 달성하는 것이이 도전의 목표입니다. 도전 당신의 …

4
Getters 받기
작업 모두가 자동 코드 생성을 좋아하고 작업하는 동안 시간을 ​​절약한다고 생각합니다. 낮에는 많은 클래스와 멤버를 만들어야하며 모든 클래스와 멤버를 getters수동으로 만들고 싶지는 않습니다 . 작업은 getters모든 클래스 멤버를 위해 자동으로 생성되는 프로그램 또는 함수를 작성하는 것입니다. 입력 우리의 언어에서 객체는 매우 간단합니다. 클래스와 멤버의 이름은 [a-zA-Z]문자로 시작해야 하며 문자 만 …
13 code-golf  string  syntax  code-golf  math  primes  rational-numbers  code-golf  graphical-output  image-processing  code-golf  kolmogorov-complexity  music  audio  code-golf  string  code-golf  math  geometry  code-golf  math  sequence  combinatorics  code-golf  game  grid  board-game  code-golf  restricted-source  array-manipulation  source-layout  code-golf  base-conversion  binary  code-golf  math  physics  code-golf  math  number  date  expression-building  code-golf  array-manipulation  graph-theory  decision-problem  popularity-contest  error-correction  code-golf  kolmogorov-complexity  geometry  grid  code-challenge  arithmetic  combinatorics  set-partitions  code-golf  kolmogorov-complexity  sequence  fibonacci  code-golf  restricted-source  pristine-programming  code-golf  code-golf  string  kolmogorov-complexity  code-golf  arithmetic  code-golf  string  parsing  code-golf  code-golf  sorting  counting  permutations  3d  code-golf  code-golf  ascii-art  music  code-golf  string  code-golf  string  ascii-art  code-golf  string  code-golf  quine  polyglot  code-golf  math  string  code-golf  internet 

1
밥 보먼!
밥 보먼 o /( )\ This is Bob. L L Bob wants to be an archer. ############# . / \ <--- bow So he bought himself a (c -)-> <--- arrow nice longbow and is about ( )/ <--- highly focused Bob shoot at a target. L L ############# ___________________________________________________________________________________________ …

1
단어 사이의 매력
뉴턴의 중력 이론은 두 점 질량의 중력이 F = (Gm 1 m 2 ) / r 2 어디 G 는 중력 상수 : 6.674 × 10-11 N · (m / kg) 2 m 1 은 첫 번째 물체의 질량입니다 m 2 는 두 번째 물체의 질량입니다 r 은 질량 중심 …

2
단위 도출
도전 SI 기본 단위, 방정식 및 목표 목록이 제공되면 기본 단위 만 사용하여 대상의 단위를 도출해야합니다. 파생 단위 Wikipedia에서 : 국제 단위계 (SI)는 다른 모든 SI 측정 단위가 도출되는 7 개의 기본 단위 세트를 지정합니다. 이들 다른 유닛들 (SI 유도 유닛들) 각각은 무 차원이거나 하나 이상의 기본 유닛의 파워의 곱으로 …

6
N 개의 염기에서 회 문인 숫자
음수가 아닌 정수가 주어지면 정확히 다른 기저의 회 문인 n >= 0정수 시퀀스를 영원히 출력 합니다 .x_i >= 3nb2 <= b <= x_i-2 이것은 기본적으로 OEIS A126071 의 역수입니다 n. 이 시퀀스에서 어떤 인덱스에 값이 있는지 출력합니다 . 베이스를 무시하도록 변경했기 때문에 약간 다릅니다.베이스 b = x_i-1, x_i, x_i+1에 대한 …
10 code-golf  sequence  base-conversion  palindrome  code-golf  array-manipulation  matrix  code-golf  string  ascii-art  code-golf  ascii-art  physics  code-golf  number  sequence  fibonacci  code-golf  ascii-art  packing  code-golf  string  hexadecimal  code-challenge  restricted-source  decision-problem  binary  code-golf  code-golf  code-golf  stack-exchange-api  code-golf  string  parsing  generation  data-structures  code-golf  kolmogorov-complexity  graphical-output  code-golf  array-manipulation  integer  generation  data-structures  code-golf  number  random  probability-theory  king-of-the-hill  java  minesweeper  code-golf  string  kolmogorov-complexity  animation  code-golf  string  code-golf  code-golf  quine  code-golf  internet  code-golf  arithmetic  base-conversion 

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