What is the translation of " BLOCK OF CODE " in Korean?

[blɒk ɒv kəʊd]
[blɒk ɒv kəʊd]
코드 블록
block of code

Examples of using Block of code in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Selected block of code.
선택할 코드 블록.
How would you have written this block of code?
나라면 저 코드 블록을 어떻게 짰을까?
Use while to repeat a block of code until a condition changes.
조건이 변경될 때 까지 코드 블록을 반복하도록 while 을 사용합니다.
How would I have written that block of code?
나라면 저 코드 블록을 어떻게 짰을까?
Finally is the block of code that executes always.
그리고 finally 블럭은 항상 마지막 실행되는 코드 블럭이다.
And then execute this block of code.
그래서 이 코드 블록을 실행한 다음.
Writing all of that in one block of code is not elegant, so in general we prefer to define the module signature separately.
모든 내용을 하나의 코드 블럭에 쓰는 것은 우아하지 못하므로, 보통은 각 모듈 시그너쳐를 따로 정의하는 것을 선호한다.
Then it will actually run that whole block of code.
이것은 실제로 전체 코드의 블록을 실행합니다.
To avoid repeating a block of code several times.
코드 블록을 여러 번 반복하지 않도록 합니다.
If the condition is not met, do not run this block of code.”.
만약 충족되지 않았다면 코드 블럭을 실행하지 마세요.".
Loops can execute a block of code a number of times.
루프(Loops)는 코드 블록(a block of code)을 여러 번 실행할 수 있습니다.
So, 30 times we're going to execute that whole block of code.
그래서, 우리는 그 전체 코드 블록을 실행하는데 30번 더 도전합니다.
Using Loops we can executed block of code for several times.
루프(Loops)는 코드 블록(a block of code)을 여러 번 실행할 수 있습니다.
We can enhance this to calculate the time taken for executing a block of code.
우리는 이것을 코드 블록을 실행하는 데 소요되는 시간을 계산하는 것으로 사용 할 수 있다.
If the condition is FALSE, the block of code is not executed.
그럼 조건은 거짓으로 코드 블록은 실행되지 않습니다.
The block of code that follows sets some variables and calls the function fCampoAdifValido(line 05) that will check if the field name that is on the first line corresponds to the specification of the ADIF.
다음 코드 블록은 몇 가지 변수를 설정하고 함수를 호출 fCampoAdifValido (라인 05) 첫 번째 라인에있는 필드 이름 ADIF의 사양에 해당하는 경우에는 그 확인합니다.
It's often useful to execute a block of code more than once.
코드 블록을 한 번 이상 수행하는 것은 자주 유용합니다.
It is less than 10, so we will run that little block of code, and.
이것은 10보다 작기 때문에 우리는 그 작은 코드의 블록을 실행하고.
A loop can execute a block of code a number of times.
루프(Loops)는 코드 블록(a block of code)을 여러 번 실행할 수 있습니다.
If this comparison returns true,the first block of code is run.
만약 이 비교가 true 를 반환한다면,첫 번째 코드 블록을 실행합니다.
Statement provides the ability to specify a block of code that is always executed when control leaves the try statement.
또한 문은 제어가 try 문을 떠날 때 항상 실행 되는 코드 블록을 지정 하는 기능을 제공 합니다.
At step 1645, the counter is incremented to indicate that the hashing algorithm has been performed once and,at step 1650, the block of code is processed using the hashing algorithm.
단계 1645에서, 카운터는 증분되어, 해싱 알고리즘이 한번 수행되었음을 나타내고,단계 1650에서, 코드 블록은 해싱 알고리즘을 사용하여 프로세싱된다.
DO… WHILE loop will execute the block of code at least once.
따라서 do-while 루프는 코드 블록을 적어도 한 번 실행합니다.
At step 1345, the counter is incremented to indicate that the hashing algorithm has been performed once and,at step 1350, the block of code is processed using the hashing algorithm.
단계 1345에서, 카운터가 증분(increment)되어, 해싱 알고리즘이 한번 수행되었음을 나타내고,단계 1350에서 코드의 블록은 해싱 알고리즘을 이용하여 프로세싱된다.
If the condition is false, another block of code can be executed.
조건이 false이면 다른 코드 블록을 실행할 수 있습니다.
If the condition> is false, another block of code can be executed.
조건이 FALSE이면 ELSE 절의 코드 블록이 실행됩니다.
Loops provide a way of running a block of code repeatedly.
루프(Loops)는 코드 블록(a block of code)을 여러 번 실행할 수 있습니다.
You can also use code snippets,which are pre-defined blocks of code.
또한 미리 정의된 코드 블록인 코드 조각을 사용할 수도 있습니다. You can also use code snippets,which are pre-defined blocks of code.
You can expand and collapse different blocks of code by using outlining.
개요를 사용하여 여러 코드 블록을 확장 및 축소할 수 있습니다. You can expand and collapse different blocks of code by using outlining.
Functions are actually a special case of closures: blocks of code that can be called later.
함수는 실제로 클로저의 특별한 경우입니다: 나중에 호출될수 있는 코드 블록.
Results: 427, Time: 0.0419

How to use "block of code" in an English sentence

This block of code belongs to the “length” method.
This particular block of code had no unit tests.
This block of code was dubbed the Duqu Framework.
visible within the block of code that defines it.
Each block of code will enable a new tab.
Locate the block of code you want to transfer.
This block of code will be for the ball.
Copy this block of code by pressing Ctrl+C. 5.
Copy this block of code into the Script Editor.
Run a block of code with a given EntityManager.
Show more

How to use "코드 블록" in a Korean sentence

리스트 5의 코드는 코드 블록 1(await 사용 전)과 서버 호출을 수행하는 부분은 동일하게 진행된다.
그녀는 코드를 검토하고 파일 및 코드 블록 수준에서 주석을 쓴 다음 Peter에게 다시 코드 검토를 보냅니다.
이 예제들은 곧 다시 언급할 코드 블록 주석에 포함될 것이며, 그 때 더 자세하게 설명될 것입니다.
특정 조건이 적용되는 경우에만 전체 코드 블록 또는 코드 블록의 일부분을 실행하려면 다음 구문을 사용합니다.
서버 비헤이비어의 코드 블록 중 적어도 하나는 식별자여야 합니다.
while 문의 본문 코드 블록 안에서 필요에 따라 i의 값을 활용한다.
PHP 코드 블록 워드프레스는 기본적으로 php 프로그래밍 언어를 사용하기 때문에 템플릿 태그도 php로 돼 있습니다.
이 기능은 코드 블록 구조에 맞추어 에디터에 세로 선이 표시된다.
그리고 파일을 명시적으로 닫아줄 필요가 없이 코드 블록 내용의 실행이 끝나면 자동으로 close 된다는 의미다.
서버 비헤이비어를 적용하면 비헤이비어 내의 코드 블록 중 하나가 "선택할 코드 블록"으로 지정됩니다.

Word-for-word translation

Top dictionary queries

English - Korean