연산은 영어 뜻 - 영어 번역

명사
operations
가동
운영
작동
작업
작전
조작
동작
수술
오퍼레이션
연산
operation
가동
운영
작동
작업
작전
조작
동작
수술
오퍼레이션
연산

한국어에서 연산은 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
유효한 연산은 다음과 같다.
Operation operation is one of the following.
파일은 fd 로 지정된다. 유효한 연산은 다음과 같다.
The argument operation is one of the following.
TEST 연산은 CF와 OF 플래그를 0으로 설정한다.
The TEST operation sets the flags CF and OF to zero.
정수에 대해 다른 일반적인 수학 연산은 다음과 같습니다.
Other common mathematical operations for integers include.
DOM에 수행하는 모든 연산은 document 객체에서 시작합니다.
All operations on the DOM start with the document object.
Delete 연산은 객체에 직접 적용됩니다. delete rabbit.
All delete operations are applied directly to the object. Here delete rabbit.
모든 슬라이스 연산은 요청한 항목들을 포함하는 새 리스트를 돌려줍니다.
All slice operations return a new list containing the requested elements.
연산은 다음을 포함하지만 이에 한정되지 않는다: The operations include, but are not limited to.
The operations include but are not limited to.
예를 들어, 두 값의 최댓값을 주는 연산은 멱등법칙을 만족한다: max(x, x) ≡ x.
For example, the operation giving the maximum value of two values is idempotent: max(x, x)≡ x.
모든 연산은 추상화(abstraction)와 동일한 수준에 있는 메서드에 유지하라.
Keep all of the operations in a method at the same level of abstraction.
Contains() 같이 자주 쓰이는 연산은 효율적인 구현을 직접 제공하기로 했습니다.
Often used computations such as BlockChain. Contains() will be directly provided for efficient implementation.
C++ 수학 연산은 고등학교 수학과 거의 동일한 특정 순서를 따릅니다.
Keep in mind that C++ mathematical operations follow a particular order much the same as high school math.
대신, 예외 상황에서 부동 소수점 연산은 아래에 설명 된 대로 0, 무한대 또는 NaN을 생성 합니다.
Instead, in exceptional situations, floating point operations produce zero, infinity, or NaN, as described below.
그리고 O (n) 연산은 각 요소에 대해 일련의 연산을 수행한다는 것을 의미합니다.
And an O(n) operation would mean that you would perform a set of operations on each element.
열려진 파일에 권고 잠금을 적용하거나 제거한다. 파일은 fd 로 지정된다. 유효한 연산은 다음과 같다.
Apply or remove an advisory lock on the open file specified by fd. The argument operation is one of the following.
수학 연산은 모든 프로그래밍 언어의 가장 기본적이고 보편적인 기능 중 하나 입니다.
Mathematical operations are among the most fundamental and universal features of any programming language.
유연한 구조로 인해 그 결과, 어떤 연산은 긴 시간이 소요될 수 있으나, 반면 다른 연산은 매우 빠르게 수행된다.
As a result of a relaxed structure, some operations can take a long time while others are done very quickly.
객체 연산은 사용자 정의 형의 데이타 구성원에 접근하는 것과 같은 방식으로, 점 연산자를 통하여 접근된다.
Object operations are accessed in the same way as data members of a user defined type, via the dot operator.
그러나 내적 함수 연산은 CPU 시간이 훨씬 적게 걸리며 따라서 유용한 최적화 방법이 될 수 있습니다.
However, calculating the dot product function takes much less CPU time and so it can be a valuable optimization.
아커만 함수의 한 흥미로운 양상은 이것이 쓰는 유일한 산술적인 연산은 덧셈과 1을 빼는 것 뿐이다.
One interesting aspect of the Ackermann function is that the only arithmetic operations it ever uses are addition and subtraction of 1.
예를 들어, 부동 소수점 연산은 8비트 마이크로프로세서에서는 가능하지 않았고, 소프트웨어 안에서만 실행되어야 했다.
Floating-point arithmetic, for example, was often not available on 8-bit microprocessors, but had to be carried out in software.
요청된 URI는 더 이상 사용되지 않으며 요청에서 지정한 연산은 수행되지 않았다.
The requested URI is no longer used by the server, and the operation specified in the request was not performed.
자가 균형 이진 탐색 트리의 삽입 연산은 O(log n )시간이 걸리기 때문에, 전체 알고리즘은 선형 로그 시간이 걸린다.
Since the insert operation on a self-balancing binary search tree takes O(log n) time, the entire algorithm takes linearithmic time.
데이타는 많은 형으로 나타나며 여러분이 성공적으로 수행할수 있는 연산은 여러분이 사용하고 있는 데이타의 형에 의존한다.
Data comes in many types and the operations you can successfully perform will depend on the type of data you are using.
비슷하게, 자주 사용되는 6x6x6x6 곱셈 연산은 새로운 기호, 즉 전력 표현을 사용하여 간단히 작성할 수 있습니다: 64.
Similarly, the frequently used 6x6x6x6 multiplication operation can be briefly written down using a new symbol, a power expression: 64.
대부분의 경우 양의 0과 음수 0은 단순 값 0과 동일 하 게 작동 하지만 특정 연산은 두 (나누기 연산자)를 구분 합니다.
In most situations, positive zero and negative zero behave identically as the simple value zero, but certain operations distinguish between the two.
이 메서드가 호출된 후, 뷰에 대한 더 이상의 연산은 ValueError 를 일으킵니다 (여러 번 호출 될 수 있는 release() 자신은 예외입니다).
After this method has been called, any further operation on the view raises a ValueError(except release() itself which can be called multiple times).
이러한 하부 계층이 파일들을 기입하기 위한 새로운 오퍼레이팅 시스템 컴포넌트들로 대체된다면, 상부 계층 소프트웨어 애플리케이션들의 연산은 영향을 받지 않는다.
If this lower layer is replaced with new operating system components for writing files, the operation of the upper layer software applications remains unaffected.
이터레이터의 출력에 대한 두 가지 일반적인 연산은 1 모든 요소에 대해 어떤 연산을 수행하고, 2 어떤 조건을 만족하는 요소의 부분 집합을 선택하는 것입니다.
Two common operations on an iterator's output are 1 performing some operation for every element, 2 selecting a subset of elements that meet some condition.
In 과 not in 연산은 일반적으로 단순한 포함 검사를 위해서만 사용되지만, 몇몇 특수한 시퀀스 (str, bytes, bytearray 같은) 들은 서브 시퀀스 검사에 사용하기도 합니다.
While the in and not in operations are used only for simple containment testing in the general case, some specialised sequences(such as str, bytes and bytearray) also use them for subsequence testing.
결과: 32, 시각: 0.0392

한국어 문장에서 "연산은"를 사용하는 방법

컴퓨터의 대부분의 연산은 CPU에서 이루어집니다.
BoltDB에서 데이터베이스 연산은 트랜잭션내에서 실행된다.
만약에 비었다면 이 연산은 정의불가의 상태입니다.
공길과 장생이 본 연산은 조금씩 다르다.
그렇다면, 5번 연산은 무시하고 넘어가도록 하자.
연산은 반복하면 분명히 실력이 늘긴 늡니다.
이 슬라이스의 컨볼루션 연산은 다음과 같습니다.
연산은 다른 연산들과 |연산이 가능하다.
따라서 첫 번째 연산은 3*6이 된다.
연산은 상수에는 사용할 수 없다.

영어 문장에서 "operations, operation"를 사용하는 방법

legacy operations systems for these trades.
Finance and Operations stores your preferences.
Operation results: success(0): The query succeeds.
That’s where Operation Technology comes in.
Touch screen with English operation words.
One man operations are easily overwhelmed.
Refurb and repair operations were there.
Inspection and operation from the front.
The two operations complement each other.
Hydraulic drive苹果电影片,欧美家庭淫乱故事,色情网站色图插插插综合 ,convenient operation ,simple maintenance.
자세히보기

최고 사전 질의

한국어 - 영어