CODE BLOCK 한국어 뜻 - 한국어 번역

[kəʊd blɒk]
[kəʊd blɒk]
코드 블럭을

영어에서 Code block 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Take a look at the code block below.
아래 코드 블록을 살펴보자.
Note: This code block is annotated with a file name.
참고: 이 코드 블록에 파일 이름이 함께 적혀있습니다.
The test results are displayed below the code block.
쿼리 결과가 코드 블록 아래에 나타납니다.
Otherwise, the code block is executed one more time.
따라서 코드 블록은 무조건 한번 이상 실행된다.
Add three accent marks to close your code block.
세 개의 액센트 표시를 추가하여 코드 블록을 닫으십시오.
사람들은 또한 번역합니다
A code block can nest other code blocks..
코드 블록은 또다른 코드 블록을 포함할 수 있다.
If any exception was raised, then execute this code block.
만약 조건이 충족되면, 이 코드 블럭을 실행하세요.
The code block executes until the condition in until is a lie.
코드 블록할 때까지 실행됩 상태에서 until 은 거짓말입니다.
It can appear anywhere within the switch code block.
이 절은 switch 코드 블록 내의 어디에나 올 수 있습니다.
Without the loop in place, the code block is repetitive and consists of more lines.
루프가 없으면 코드 블록은 반복적이고 더 많은 줄로 구성됩니다.
Statement 1 is executed once before the code block is run.
명령문 1은 코드 블록을 실행하기 전에 (한 번) 실행됩니다.
If a variable is used in a code block but not defined there, it is a free variable.
만약 변수가 코드 블록에서 사용되지만, 거기에서 정의되지 않았으면 자유 변수 (free variable) 입니다.
Statement 2 defines the condition for executing the code block.
명령문 2는 코드 블록을 실행하기 위한 조건을 정의합니다.
The code block will be ignored in the case of a false result, and the program will skip to the next section.
잘못된 결과 인 경우 코드 블록이 무시되고 프로그램이 다음 섹션으로 건너 뜁니다.
Statement 1 is executed once before the code block is run.
Statement 1'은 코드 블록을 실행하기 전에 한 번 실행 됩니다.
To put a code block within a list item, the code block needs to be indented twice- 8 spaces or two tabs.
목록 항목 안에서 코드 블럭을 넣으려면 두 번의 들여쓰기가 - 8개의 공백 또는 두번의 탭이 필요하다.
Statement 2 defines the condition needed to execute the code block.
명령문 2는 코드 블록을 실행하기 위한 조건을 정의합니다.
If we'd like to avoid that, we can use a code block to isolate the whole script or a part of it.
만일 우리가 이러한 문제를 피하고 싶다면, 전체 스크립트 또는 일부를 독립시키기 위해서 우리는 코드블럭을 사용할 수 있습니다.
Statement 2 defines the condition needed to execute the code block.
Statement 2'은 코드 블록을 실행하기 위한 조건을 정의합니다.
To produce a code block in Markdown, simply indent every line of the block by at least 4 spaces or 1 tab.
마크다운에서 코드 블럭을 만들기 위해 간단히 블럭의 모든 줄을 적어도 4개 이상의 공백이나 하나의 탭으로 들여쓰면 된다.
Statement 3 is executed(every time) after the code block has been executed.
코드 블록이 실행 된 후 매번 ‘Statement 3'가 실행됩니다.
At step 810, the content developer inserts the code block into the hosting Web page at the desired point, thereby adding the contextual search interface to the page.
단계 710에서 컨텐트 개발자는 원하는 포인트에서 호스팅 웹 페이지로 코드 블럭을 입력하며, 따라서 문맥 검색 인터페이스를 페이지에 부가한다.
The global statement is a declaration which holds for the entire current code block.
Global 문은 현재 코드 블록 전체에 적용되는 선언입니다.
If a name binding operation occurs anywhere within a code block, all uses of the name within the block are treated as references to the current block..
만약 이름 연결 연산이 코드 블록 내의 어디에서 건 일어난다면, 그 블록 내에서 그 이름의 모든 사용은 현재 블록을 가리키는 것으로 취급됩니다.
Python lacks declarations and allows name binding operations to occur anywhere within a code block.
파이썬에는 선언(declaration)이 없고, 이름 연결 연산이 코드 블록 내의 어디에서나 일어날 수 있도록 허락합니다.
Anonymous methods provide a technique to pass a code block as a delegate parameter.
무명 메서드를 만드는 것은 기본적으로 코드 블록을 대리자 매개 변수로 전달하는 방법 중 하나입니다.
Now this boolean, which is either true or false, is sent the message ifTrue:, with an argument which is called a code block.
True 또는 false 값을 가질 수 있는 이 부울(Boolean)에는 코드 블록이라 불리는 인자를 가진 ifTrue: 메시지가 전송된다.
An anonymous method provides a technique to pass the code block as a delegate parameter.
무명 메서드를 만드는 것은 기본적으로 코드 블록을 대리자 매개 변수로 전달하는 방법 중 하나입니다.
So looking back at the createNewToDoItem() code block from earlier, we see that we push the contents of todo into the list array and then update todo to an empty string.
앞에서 createNewToDoItem() 코드 블록을 다시 살펴보면, todo 내용을 list 배열로 밀어 넣은 다음 todo 내용을 빈 문자열로 업데이트하는 것을 볼 수 있습니다.
Statement 3 is executed(every time) after the code block has been executed.
문(Statement) 3은 루프(loop) (코드 블록(code block))이 실행된 후 매번 실행됩니다.
결과: 37, 시각: 0.037

영어 문장에서 "code block"를 사용하는 방법

Its code block gets repeated indefinitely. 4.
You should use the Code block instead.
Copy-paste this code block into your project.
I'll explain the code block by block.
Code block with id '20' not found.
The following code block puts everything together.
The code block bug is still present.
Code block after numbered list: Markdown bug?
How to display intermediate code block results?
The following code block WILL be syntax-highlighted.
자세히보기

한국어 문장에서 "코드 블럭을, 코드 블록을"를 사용하는 방법

클래스와 구조체는 프로그램 코드 블럭을 만들도록 유연하게 구성하는 것이 일반적인 목적임.
이것은 코드 블록을 둘러싸는 태그의 형태도 약간 다르다.
switch 문은 식의 결과값에 따라 코드 블록을 실행합니다.
람다 안에서 몇개 코드 블럭을 정의하고 있습니다.
메소드에 코드 블록을 넘겨서 메소드를 테스트해 보세요.
중첩 함수는 더 큰 함수의 일부로써 독립적인 코드 블럭을 정의하거나 명명하는 편리한 방법임.
코드 블럭을 선언하고 정의하는 라인을 메인함수의 내부로 옮겼고 이 역시 제대로 동작한다.
코드 블럭을 사용하기 위해서는 컴파일러 옵션 중 -fblocks를 주고 컴파일 하면 된다.
아래 그림처럼 본문에서 {code 라고 쳐보시면, 코드 블럭을 넣을 수 있는 대화상자가 뜰겁니다.
코드 블록을 식별자로 처리할지 여부를 지정하려면 식별자 옵션을 사용하십시오.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어