데이터 구조가 영어 뜻 - 영어 번역 S

한국어에서 데이터 구조가 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
자 어떤 종류의 데이터 구조가 우선 필요할까요?
So what kind of data structures are going to need first of all?
인쇄 중인 데이터 구조가 너무 깊으면, 다음에 포함된 수준은… 로 대체됩니다.
If the data structure being printed is too deep, the next contained level is replaced by….
다른 경우로, 포인터가 메모리 쓰기에 사용될 때 몇몇 다른 데이터 구조가 오염될 수 있다.
If the pointer is used for writing to memory, some other data structure may be corrupted.
나무라는 데이터 구조가 바닥에 뿌리를 갖는 자연의 전통에 어긋나면, 우리는 그것을 쉽게 받아들입니다 본보기.
When a data structure called trees goes against nature's tradition of having roots at the bottom, we accept it handily.
각 패킷에는 데이터를 분석하는 방법을 설명하는 JSON 데이터 구조가 포함된다.
Each packet comes with a JSON data structure explaining how the data can be parsed.
데이터 과학에서는 알고리즘 및 데이터 구조가 데이터 수집의 기능과 저장소를 형성합니다.
In data science, algorithms and data structures make up the function and storage of data collecting.
비록 함수형 프로그래밍 언어들이cons list를 자주 사용할지라도, 러스트에서는 흔히 사용되는 데이터 구조가 아닙니다.
Although functional programming languagesuse cons lists frequently, the cons list isn't a commonly used data structure in Rust.
MVC 아키텍처의 “모델” 부분은 Govind에 의해 열려 있었고 거의 모든 데이터 구조가 요구 사항을 충족할 수 있다는 제안이었습니다.
The"Model" part of the MVC architecture was left open by Govind, with a suggestion that nearly any data-structure could meet the requirements.
따라서 한쪽에 요소를 추가하고 나중에 특정 컨테이너에서 요소를 제거하면 이 두 데이터 구조가 좋은 선택이 될 수 있습니다.
So, if you add elements on one side and later remove them from your particular container, those two data structures could be good pick.
자연나무와 컴퓨터 과학의 나무의 차이점은 나무 데이터 구조가 루트를 맨 위에 있고 아래쪽에 나뭇잎이 있다는 것입니다.
The difference between a tree in nature and a tree in computer science is that a tree data structure has its root at the top and its leaves on the bottom.
이 두개의 타입 연산자가 자신과 4개의 기본 데이터 타입에 적용될 수 있다면,많은 데이터 구조가 정의될 수 있다.
If the two type operators can be applied to themselves and the four primitive data types,a large number of data structures can be defined.
인쇄될 수 있는 수준의 수는 depth로 제어합니다; 인쇄 중인 데이터 구조가 너무 깊으면, 다음에 포함된 수준은… 로 대체됩니다.
The number of levels which may be printed is controlled by depth; if the data structure being printed is too deep, the next contained level is replaced by.
데이터 구조가 어떤 이유로 변경하는 경우, 스키마 최적화 구성 작업이 필요하며, 일반적으로 데이터베이스는 변경을 반영하기 전에 몇 주간의 재구성 작업을 필요로 합니다.
If the data structure changes for any reason, the optimization scheme must be reworked, and usually, the database needs to be reorganized, requiring weeks before the changes can be implemented.
커널 모드 코드의 경우, 데이터 구조가 어떻게 구현되었는지 정확히 이해하는 것이 그 데이터 구조가 커널 공간의 요구 사항을 위반하지 않는지 확인하는데 도움이 됩니다.
In the case of kernel-mode code, understanding precisely how a particular data structure is implemented helps assure that it does not violate the requirements of kernel space.
문을 다시 실행한 후에도 이 오류가 지속되면 DBCC CHECKDB를 사용하여 데이터베이스의 구조적 무결성을 확인하거나 서버를 다시 시작하여 메모리 내부 데이터 구조가 손상되지 않도록 하십시오.
If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
중요한 점은 데이터 구조가 효율적으로 구현할 수 있는 가장 일반적인 개념의 모델을 반환한다는 것입니다. 계산 복잡성 요구 사항은 개념 정의의 일부로 명시적으로 표시됩니다.
An important point is that a data structure will return a model of the most general concept that can be implemented efficiently- computational complexity requirements are explicitly part of the concept definition.
MMR 문서(500)가 다수의 핫스폿(506)을 가질 수 있고 이러한 경우에 데이터 구조가 다수의 표시, 다수의 제2 미디어 파일, 및 인쇄된 문서(118) 내의 다수의 위치 간의 링크를 생성한다는 것을 잘 알 것이다.
It should be understood that the MMR document 500 could have multiple hotspots 506, and in such a case the data structure creates links between multiple representations, multiple second media files, and multiple locations within the printed document 118.
Serialize 할 수 있는 형식의 필드에 특정 환경에 해당 하는 포인터,핸들 또는 다른 데이터 구조가 포함 되어 있고 다른 환경에서 의미 없는 다시 구성 경우 해당 필드에 NonSerializedAttribute 특성을 적용 하는 것이 좋습니다. If a field of a serializable type contains a pointer, a handle, or some other data structure that is specific to a particular environment, and cannot be meaningfully reconstituted in a different environment, then you might want to apply the NonSerializedAttribute attribute to that field.
If a field of a serializable type contains a pointer, a handle,or some other data structure that is specific to a particular environment, and the field cannot be meaningfully reconstituted in a different environment, then you may want to make it nonserializable.
이것은 사용자 정의 PGC정보와 원래 타입의 정보의 데이터 구조가 타이틀 종류로서 주어진 값에서 다르기 때문이며, 실제편집에 의해 구해진 VOB의 섹션이 실제편집 전에 사용자 정의 PGC정보에 의해 표시된 섹션이기 때문이다.
This is because the data construction of the user-defined PGC information and the original type information only differ in the value given as the title type, and because the sections of a VOB obtained by a real edit are the sections that were indicated by the user-defined PGC information before the real edit.
적용 하려는 경우 직렬화 가능한 형식의 필드에 대 한 포인터, 핸들 또는 다른 환경에서 의미 있게 재구성할 수 없는 특정 환경에 관련 된 다른 데이터 구조가 포함 된 NonSerializedAttribute 특성 해당 필드입니다. If a field of a serializable type contains a pointer, a handle, or some other data structure that is specific to a particular environment, and cannot be meaningfully reconstituted in a different environment, then you might want to apply the NonSerializedAttribute attribute to that field.
If a field of a serializable type contains a pointer, a handle, or some other data structure that is specific to a particular environment, and the field cannot be meaningfully reconstituted in a different environment, then you may want to make it nonserializable.
그리고 여러분들은 이러한 데이터구조가 작동하는 법에 호감을 느끼게 될 것입니다.
And you will have a good feeling for how this data structure works.
변화 속도가 데이터 구조의 안정적인 단일 해석보다 더 중요합니다.
Change velocity is more important than a single, stable interpretation of data structures.
디스크에서 파일을 연 경우 R-Studio가 데이터 구조를 제대로 표시합니다.
When I opened files on a disk, R-Studio shows the data structure quite correctly.
데이터 구조.
Data structures.
데이터 구조.
Data Structure.
데이터 구조.
Active data structure.
데이터 구조.
Data structure augmentation.
데이터 구조.
Augmenting Data Structures.
스캔 정보는 데이터 자체가 아닌 디스크의 데이터 구조에 대한 정보입니다.
Scan info is the information on the data structure on the disk, not the data themselves.
데이터 구조, 특히 이진 힙은 1964년 J. W. J. Williams가 힙 정렬 알고리즘의 데이터 구조로 도입했습니다.
The heap data structure, specifically the binary heap, was introduced by J. W. J. Williams in 1964, as a data structure for the heapsort sorting algorithm.
결과: 1397, 시각: 0.0446

한국어 문장에서 "데이터 구조가"를 사용하는 방법

데이터 백업/복원하는 데이터 구조가 지난 4-5년간.
데이터 구조가 많이 변경되어서 백업기능을 제공 못한다?
데이터 구조가 엉망이면 데이터를 사용할 수 없습니다.
데이터 구조가 데이터 자체와 결합되어 있기 때문 입니다.
MP3의 데이터 구조가 고정적인 반면 AAC의 데이터는 유동적이다.
여기서 데이터 구조가 변경될 뿐, 데이터의 순서는 변경되지 않습니다.
최근에 저장 된 것이 먼저 출력되는 데이터 구조가 필요합니다.
현재 데이터 구조가 열 구조이므로 열 입력셀을 선택한 것입니다.
워드프레스와 태터툴즈의 데이터 구조가 달라서 일일히 복사해와야 할 형편입니다.
즉, 도 5와 같은 데이터 구조가 수신 시스템으로 전송된다.

영어 문장에서 "data structure, data structures"를 사용하는 방법

FIG. 4B is a data structure diagram illustrating the stubs data structure 124.
Study Data structure and algorithm thoroughly.
Open source, in-memory data structure store.
Key data structures are also described.
Data structures – We’ve added schema.org recommended data structures to K2 blog.
And that data structures are important.
Data structures for range-aggregate extent queries.
Barcode-relevant data structures are also renamed.
Contain basic data structures and content.
Data Structures Tutorial, free data structures tutorial freeware software downloads.
자세히보기

단어 번역에 의한 워드

S

의 동의어 데이터 구조가

최고 사전 질의

한국어 - 영어