您要查找的是不是:
- It is useful for applications that want to use the same transaction across multiple function calls or multiple thread calls. 此方法十分适合于想要跨多个函数调用或多个线程调用使用相同事务的应用程序。
- Class for applications that require the use of the same transaction across multiple function calls or multiple thread calls. 对于需要跨多个函数调用或多个线程调用使用相同事务的应用程序,您还应该使用。
- The paper offered a way to fix the chip flute number for the multiple thread Hindley hob.In the way,high surface quality of Hindley-wheel teeth is got. 目前国内外资料介绍的关于直廓环面蜗轮滚刀容屑槽数选取准则,对多头小直径直廓环面蜗轮滚刀并非完全适用。本文提出了一种新的选取方法,可以有效地提高环面蜗轮齿面质量。
- According to the modularization standard, the Windows multiple thread mechanism is adequately utilized, which make the thread run under the event trigger of per thread. 在设计过程中,按照模块化的标准,充分利用了Windows 多线程机制,每个线程都拥有一个事件,通过事件的触发来控制线程的运行。
- Have multiple threads acquire a group of locks in the same order. 让所有的线程按照同样的顺序获得一组锁。
- A new TestCase that better supports tests in multiple threads. 一种更好支持多线程的新测试用例。
- String buffers are safe for use by multiple threads. 可将字符串缓冲区安全地用于多个线程。
- The Office object model is not thread safe, but it is possible to work with multiple threads in an Office solution. Office对象模型不是线程安全的,但可在Office解决方案中用于多个线程。
- In the next section you will use the Thread class to add multiple threads of execution to your component. 在下一节中,您将使用Thread类向组件添加多个执行线程。
- Multiple threads are allowed to access the methods and fields, but only a single thread is allowed at any one time. 允许多个线程访问方法和字段,但在任一时刻只允许一个线程访问。
- FIFO Queue is Used if There Are Multiple Threads With the Same Priority. 对多个相同优先级的进程将使用FIFO队列来调度。
- This class is thread safe; multiple threads can concurrently read from an instance of this type. 这个类是线程安全的;多个线程可以同时从此类型的一个实例读取数据。
- If you wish to use a dispatcher in multiple threads, you should "clone" it for each thread. 如果您希望在多线程中使用分派器,那么您应该为每个线程“克隆”分派器。
- You should also use the TransactionScope and DependentTransaction class for applications that require the use of the same transaction across multiple function calls or multiple thread calls. 对于需要跨多个函数调用或多个线程调用使用相同事务的应用程序,您还应该使用TransactionScope和DependentTransaction类。
- This paper describes how to use Multiple Thread technology and TAPI function to manage communication under Borland C ++Builder environment, and realize Full Duplex MODEM communication. 文中叙述了如何在Borland C~(++) Builder开发系统下利用多线程技术和TAPI函数来管理通信链路,实现MODEM全双工通信的编程技术。
- Allows multiple threads to read a resource concurrently, but requires a thread to wait for an exclusive lock in order to write to the resource. 允许多个线程同时读取一个资源,但在向该资源写入时要求线程等待获得独占锁。
- When running as a threaded server, multiple threads of execution can be active in the server at the same time, generating the reply to more than one user at once. 当作为一个采用线程的服务器运行时,服务器中可以同时有多个线程都处于活动状态在执行,一次可以为多个用户生成响应信息。
- His black hair was threaded with silver. 他的黑发中夹杂着银发。
- It may take an hour to wind off all the thread. 把所有线都松下需一个小时。
- There are special considerations involved when working with multiple threads of execution. 当使用多个执行线程时,涉及到多个特殊注意事项。