다중 스레드 영어 뜻 - 영어 번역 S

한국어에서 다중 스레드 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
이 유형은 다중 스레드 읽기 작업에 안전 합니다.
This type is safe for multithreaded operations.
다중 스레드를 제공함으로써, 더 많은 안정성이 실현될 수 있다.
By providing multiple threads, more stability can be achieved.
EagleGet은 다운로드를 가속 화 하기 위해 다중 스레드 기술을 사용 합니다.
EagleGet uses multi-threaded technology to accelerate downloads.
다중 스레드/처리: 많은 파일을 전송할 때 유용합니다.
Multi-threaded/processed: Useful when transferring large number of files.
이 값은 장치 내보내기 중 내부적으로 다중 스레드 처리에 사용됩니다.
This value is used internally for multithreading during device exports.
빠르게 다중 스레드 검색 등록된 도메인과 함께 작업을 검색 기준다.
Fast multithreaded search registered domains with the job search criteria.
이 모듈의 모든 클래스는 다중 스레드에서 안전하게 액세스할 수 있습니다.
All of the classes in this module may safely be accessed from multiple threads.
밑의 예제는 다중 스레드 Thin 서버를 시작하는 방법입니다.
The following example is a demonstration of how to start a multi-threaded Thin server.
다중 스레드에 관한 자세한 정보는 프로세스 및 스레드 를 참조하세요.
To learn more about multiple threads, see the topic Processes and Threads..
이 클래스는 다중 스레드 환경에서 사용하기에 전혀 안전하지 않다는 것을 이미 알았습니다.
We already saw that this class was not safe at all to use in multithreaded environment.
동시성 시각화 도우미를 사용하여 다중 스레드 앱이 어떻게 작업을 수행하는지 확인할 수 있습니다.
By using the Concurrency Visualizer, you can examine how your multithreaded app performs.
동작은 운영 체제마다 다를 수 있습니다, 특히 I/O 나 다중 스레드에 관해 이야기할 때 그렇습니다.
Behaviour can vary across operating systems, especially when talking about I/O or multi-threading.
또한 병렬화를 사용하면 다중 스레드 코드의 경우와 마찬가지로 프로그램 실행이 복잡해질 수 있습니다.
Furthermore, parallelization like any multithreaded code adds complexity to your program execution.
설정된 필터에 대한 모든 경우. 빠르게 다중 스레드 검색 등록된 도메인과 함께 작업을 검색 기준다.
A set of filters for all occasions. Fast multithreaded search registered domains with the job search criteria.
데이터 엔진 벡터화 및 병렬 집계는 오늘날의 다중 코어와 다중 스레드 CPU를 최대한 활용합니다.
Data Engine Vectorization and Parallel Aggregation fully leverage today's multi-core and multi-threaded CPU's.
이것은 비동기 스케줄러, 다중 스레드 명령 버퍼 등 GCN 고유의 혁신 덕분입니다.
This is thanks to GCN's unique innovations, such as asynchronous scheduler and multi-threaded command buffer.
다중 스레드 환경에서, LBYL 접근법은 "보기"와 "뛰기" 간에 경쟁 조건을 만들게 될 위험이 있습니다.
In a multi-threaded environment, the LBYL approach can risk introducing a race condition between“the looking” and“the leaping”.
확장 가능하며 효율적인 다중 스레드 방식으로 컬렉션에 액세스해야 하는 경우에는 System. Collections.
If you require scalable and efficient multi-threaded access to a collection, use one of the classes in the System. Collections.
다중 스레드 리소스 처리와 같은 새 API의 일부는 Direct3D 9/10/10.1 클래스 하드웨어에서 지원될 수 있습니다.
Parts of the new API such as multi-threaded resource handling can be supported on Direct3D 9/10/10.1-class hardware.
새로운 동시성 경고를 사용하면 다중 스레드 C/C++ 프로그램에서 올바른 잠금 분야를 사용하고 있는지 확인하여 동시성 버그를 방지할 수 있습니다.
New concurrency warnings to help you make sure that the correct locking disciplines in multithreaded C/C++ programs.
다중 스레드는 캐시 나 변환 색인 버퍼 (TLB)와 같은 하드웨어 리소스를 공유할 때 서로를 간섭할 수 있다.
Multiple threads can interfere with each other when sharing hardware resources such as caches or translation lookaside buffers(TLBs).
시스템에 다중 프로세서 또는 하나의 프로세스만 사용할 수 있는지 여부에 따라 다중 스레드 아키텍처가 영향을 받을 수 있습니다.
Whether there are multiple processors or only one processor available on a system can influence multithreaded architecture.
다중 스레드 애플리케이션과 여러 애플리케이션 인스턴스가 이벤트 저장소에 이벤트를 저장할 수 있습니다. Multi-threaded applications and multiple instances of applications might be storing events in the event store.
Multi-threaded applications and multiple instances of applications may be storing events in the event store.
파일 압축 및 압축 해제 성능 측면에서 WinRAR 단일 스레드 속도는 1748KB / s이고 다중 스레드 속도는 6143KB / s입니다.
In terms of file compression and decompression performance, WinRAR single-threaded speed is 1748 KB/s, and multi-threaded speed is 6143 KB/s.
이벤트 기반 비동기 패턴이 다중 스레드 디자인에 본질적으로 존재하는 복잡한 여러 가지 문제를 숨기면서 다중 스레드 애플리케이션의 장점을 이용할 수 있게 해주는 방법을 설명합니다.
Describes how the Event-based Asynchronous Pattern makes available the advantages of multithreaded applications while hiding many of the complex issues inherent in multithreaded design.
EmEditor의 대용량 파일 성능의 핵심은 EmEditor가 속도 저하 또는 너무 많은 메모리의 차지 없이 강력한 기능을 실행 할수 있도록 하는 단일 프로세스, 다중 스레드 디자인입니다.
The key to EmEditor's large file capabilities is its single-process, multithreaded design, which allows EmEditor to execute powerful functionality without compromising speed or taking up too much memory.
Andrea Parri는 최근 다중 스레드 작업 중에 메모리 읽기 순서를 변경하는 패치를 게시하여 한 읽기가 다음 읽기에 의존하면 두 번째 읽기가 첫 번째 읽기 전에 실제로 발생할 수 없도록했습니다.
Andrea Parri recently posted a patch to change the order of memory reads during multithreaded operation, such that if one read depended upon the next, the second could not actually occur before the first.
대용량 파일을 열기 위해 임시파일을 사용할 때도 다중 스레드 코드를 사용하여 찾기/바꾸기/필터링, 대문자로, 소문자로, 첫 글자를 대문자로, 전자, 그리고 반자 명령어의 속도를 매우 향상시켰습니다.
Greatly improved the speed of Find/Replace/Filter, the Uppercase, Lowercase, Capitalize, Full-width, and Half-width commands using multi-threaded code even when temporary files are used to open very large files.
다른 리소스를 필요로 하는 작업에 대해 다중 스레드를 사용하고 단일 리소스에 다중 스레드를 할당하지 마세요. Do use multiple threads for tasks that require different resources, and avoid assigning multiple threads to a single resource.
Do use multiple threads for tasks that require different resources, and avoid assigning multiple threads to a single resource.
NET Framework 4. NET Framework 4부터는 다중 스레드 및 병렬 코드를 작성하는 데 TPL을 사용하는 것이 좋습니다. Starting with the. NET Framework 4. NET Framework 4, the TPL is the preferred way to write multithreaded and parallel code.
The Task Parallel Library(TPL) was introduced with. NET Framework 4 and it is the preferred way to write multi threaded and parallel code starting from. NET Framework 4.
결과: 68, 시각: 0.0526

한국어 문장에서 "다중 스레드"를 사용하는 방법

다중 스레드 정렬 수 설정 또는 해제 합니다.
이는 다중 스레드 적용이 유용한 이유 중 하나이다.
범용 다중 스레드 타이머들이 더 강력하고, 정확하고, 유연하다.
다중 스레드 프로그램에서는 한 프로세스 안에서 여러 스레드가 실행된다.
예컨대 다중 스레드 환경에서 난수를 발생하는 문제를 생각해 보자.
Java는 여러 스레드가 병렬로 실행되어 완료되는 다중 스레드 언어입니다.
다중 스레드 환경에서 Realm 사용법은 스레드 예제에서 볼 수 있습니다.
당신이 다중 스레드 작업을 하고 있다면 이것보다 좀더 복잡할 것입니다.
다중 스레드 적용 기법은 이런 골치 아픈 오류로 악명이 높다.

영어 문장에서 "multithreaded, multiple threads, multi-threaded"를 사용하는 방법

It converts single-threaded applications into multithreaded applications.
uWSGI with multiple threads per process.
It should be handled very carefully in multi threaded environment.
Automated Database Creation and Multi Threaded Export Features.
Much higher multi threaded performance (around 59% higher).
Multithreaded for faster data/content loading and processing.
Multi Threaded Java Applications are powerful.
Java job execution multithreaded with executorservice?
I would love some great information on multi threaded programming.
Included the Multi Threaded Debug and the Multi Threaded Debug DLL version.
자세히보기

단어 번역에 의한 워드

S

의 동의어 다중 스레드

최고 사전 질의

한국어 - 영어