MULTI-THREADING 한국어 뜻 - 한국어 번역 S

멀티 스레딩
멀티 스레딩을
멀티스레딩을

영어에서 Multi-threading 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
This optimization uses multi-threading.
이 최적화는 멀티-스레딩을 사용합니다.
Phase 3- Multi-threading& IPFS(In Development).
단계 - 멀티 스레딩 및 IPFS(개발 중).
Multiple windows now run as multi-threading.
다중 창은 이제 다중 스레딩으로 실행됩니다.
Supports multi-threading, greatly reducing input/ output and processing time.
멀티 스레드를 지원하고 입출력 및 처리 시간을 크게 단축합니다.
Light-Weight, Single-Process, Multi-Threading, and Low Memory Usage.
경량, 단일 프로세스, 멀티 스레딩, 그리고 적은 메모리 사용.
Its core computations use Acceleration Framework and multi-threading.
핵심 계산은 Acceleration Framework 및 멀티 스레딩을 사용합니다.
Light-Weight, Single-Process, Multi-Threading, and Low Memory Usage.
경량, 단일 프로세스, 다중 스레딩, 그리고 저용량 메모리 사용.
The multi-threading advantages of the TS-2477XU-RP are especially suited for virtualization.
TS-2477XU-RP의 멀티 스레딩 이점은 특히 가상화에 적합합니다.
Worker is invented for supporting multi-threading in the web browsers.
Worker 는 웹 브라우저에서 멀티 스레딩을 지원하기 위하여 창안된 개념입니다.
Behaviour can vary across operating systems, especially when talking about I/O or multi-threading.
동작은 운영 체제마다 다를 수 있습니다, 특히 I/O 나 다중 스레드에 관해 이야기할 때 그렇습니다.
Audio and voice processing also use multi-threading to run in the background and avoid dropouts.
오디오와 음성은 또한 다중스레딩을 사용하여 배경에서 실행하면서도 끊기지 않게 처리됩니다.
Multi-threading capabilities have also been added so that you can perform analyses on single-machine deployments.
멀티 스레딩 기능 또한 단일 시스템 구축에 대한 분석을 수행 할 수 있도록 추가되었습니다.
Any Video Downloader Pro all have tool to speed up multi-threading can speed up your download faster up to 500%.
Any Video Downloader Pro 가 도구 속도 멀티-스레딩할 수 있는 속도로 빨리 500%.
Creates a work queuethat passes one intent at a time to your onHandleIntent() implementation, so you never have to worry about multi-threading.
한 번에 인텐트를 하나씩 onHandleIntent()구현에 전달하는 작업 큐를 생성하므로, 다중 스레딩에 대해 염려할 필요가 전혀 없습니다.
Adobe Dimension uses multi-threading and can consume as much computing power as is available on your computer.
Adobe Dimension은 멀티스레딩을 사용하며 컴퓨터에서 사용할 수 있는 만큼의 컴퓨팅 성능을 사용할 수 있습니다.
CVL allows developers to write their own vision tools, configure multi-threading, and access all tool properties and options.
CVL은 개발자가 자체 비전 툴을 제작하고 멀티스레딩을 구성하며 모든 툴 속성 및 옵션에 액세스할 수 있도록 합니다.
Using a Messenger for your interface is simpler than using AIDL because Messenger queues all calls to the service. A pure AIDL interface sends simultaneous requests to the service, which must then handle multi-threading.
왜냐하면 Messenger 는 모든 호출을 서비스에 대기시키지만 순수한 AIDL 인터페이스는 서비스에 동시에 요청을 전송하여 다중 스레딩을 처리해야 하기 때문입니다.
Sonic Visualizer is a multitasking program andworks well with multi-core and multi-threading CPU, thus not loading the system too.
소닉 비주얼은 멀티 태스킹 프로그램이며, 따라서 너무 체제를로드하지,멀티 코어 및 멀티 스레딩 CPU와 함께 잘 작동합니다.
If, however, you require your service to perform multi-threading(instead of processing start requests through a work queue), you can extend the Service class to handle each intent.
하지만 서비스가 멀티스레딩을 수행해야 하는 경우(작업 큐를 통해 시작 요청을 처리하는 대신), 그때는 Service 클래스를 확장하여 각 인텐트를 처리하게 할 수 있습니다.
PTC's R&D department has overlooked how Creo Parametric handles this problem and allowed its algorithm to use multi-threading to improve the time to render the views.
PTC의 R&D 부서는 Creo Parametric이 이 문제를 처리하는 방법을 간과하고 알고리즘이 멀티 스레딩을 사용하여 뷰를 렌더링하는 시간을 개선할 수 있도록 했습니다.
For most applications, the service doesn't need to perform multi-threading, so using a Messenger allows the service to handle one call at a time.
대부분의 애플리이션에서는 서비스가 다중 스레딩을 수행할 필요가 없으므로 Messenger 를 사용하면 호출을 한 번에 하나씩 처리할 수 있습니다.
The 8th Generation Intel Core Processors redefine desktop computing delivering blistering performance with up to 6 cores/ 12 threadsof pure processing power, up to a 4.7GHz clock, 12MB cache and multi-threading on certain 8th generation processors.
제 8 세대 인텔 코어 프로세서는 최대에 젖어 성능을 제공하는 데스크톱 컴퓨팅을 재정의 6 코어 / 12순수 처리 능력의 스레드, 4.7GHz 클럭까지, 12MB 캐시 및 특정 8 세대 프로세서에서 멀티 스레딩.
For example, the following macro cbrt(x) translates to cbrtl(x), cbrt(x) or cbrtf(x) depending on the type of x: define cbrt(x)_Generic((x), long double: cbrtl,\ default: cbrt,\ float:cbrtf)(x) Multi-threading support_Thread_local storage-class specifier,<threads. h> header including thread creation/management functions, mutex, condition variable and thread-specific storage functionality, as well as<stdatomic. h> for atomic operations supporting the C11 memory model.
예를 들면 다음 매크로 cbrt(x)는 x의 형에 따라 cbrtl, cbrtf, cbrt로 호출 됨. define cbrt(x) _Generic((x), long double: cbrtl, \ default: cbrt, \ float:cbrtf)(x) 멀티스레드 지원. _Thread_local 스토리지 한정자, <threads. h> 헤더에 스레드 생성 관리 함수, 뮤텍스, 컨디션, 로컬 스레드 저장소 함수 지원.
Make breath-taking visuals, unwavering performance and surgical levels of detail your new standard thanks to advanced GPU multi-threading, optimized for the latest DirectX®12 and Vulkan® titles.
획기적인 성능 최신 DirectX®12 및 Vulkan® 타이틀에 최적화된 첨단 GPU 멀티-스레딩을 활용해 숨막히는 비주얼, 한결 같은 성능, 외과적 레벨의 디테일을 당신의 새로운 기준으로 삼아보세요.
Combine jaw-dropping visuals and unshakable performance to set a new high-bar for graphics and stability thanks to advanced GPU multi-threading, optimized for the latest DirectX®12 and Vulkan® game titles.2.
최신 DirectX®12 및 Vulkan® 게임 타이틀에 최적화된 첨단 GPU 멀티-스레딩을 활용해 놀라운 비주얼과 흔들림 없는 성능을 결합하여 그래픽과 안정성의 새로운 기준을 세웠습니다.
결과: 25, 시각: 0.0402

영어 문장에서 "multi-threading"를 사용하는 방법

To avoid this, multi threading can be made use of.
Hence multi threading is the need of modern Operating Systems.
Find palindromic words using Multi threading in Java Source Code.
In XlsIO, We are not support with multi threading process.
Basically multi threading programming takes the idea of multi tasking.
Only Erlang was designed specifically with multi threading in mind.
This features is same as multi threading at Desktops OS.
Traditionally, server programs will use multi threading to handle concurrency.
This app is multi threading and has simple user interface.
For Multi Threading Implementation there is implicit support of architecture.

한국어 문장에서 "멀티 스레딩, 멀티스레딩을"를 사용하는 방법

OneDrive로 매핑된 네트워크 디스크는 표시되지 않습니다. 1. 파티션 백업은 멀티 스레딩 기술을 사용하여 속도를 향상시킵니다.
오늘날 대부분의 운영체계는 멀티태스킹과 멀티스레딩을 모두 지원한다.
이유는 OpenSSL 각종 알고리즘엔진이 멀티 스레딩 환경을 고려하지 않은 엔진이라, 경합이 발생하여 충돌이 발생하기 때문이다.
그래서 고급 테크닉들을 보면 대부분 어떻게 멀티 스레딩 환경에서 효율적으로 작업을 나누어 그림을 그리는가가 대부분이다.
즉, 멀티스레딩을 끄고 디버깅할 수 있어야 할 것.
It 만든 완벽하게 지원하는 멀티 스레딩 및 배치와 WAV 오디오 DVD를 추출하는 데 도움이.
이것은 ØMQ에서 멀티스레딩을 위한 자연스러은 패턴입니다.
또한 완벽한 멀티스레딩을 구현하지 못하고 있었으며, 대용량 프로그램을 운영하는 것이 매우 비효율적인 운영체제였다.
1장, ‘멀티스레딩 검토’에서는 C++에서의 멀티스레딩을 요약하고 숙지하고 있어야 할 개념을 살펴본다.
Core i3 시리즈는 이제 멀티 스레딩 지원을 받게 될 것입니다.
S

의 동의어 Multi-threading

최고 사전 질의

영어 - 한국어