单词 | semaphores |
释义 | semaphores是semaphore的第三人称单数
过去分词:semaphored 现在分词:semaphoring 第三人称单数:semaphores 例句释义: 臂板信号,信号装置,旗语通信,打信号通知,打旗语,信号量,信号灯,号志 1. Because named semaphores are system wide, it is possible to have multiple Semaphore objects that represent the same named semaphore. 因为命名信号量是针对整个系统范围的,所以可以具有多个表示同一命名信号量的。 msdn2.microsoft.com 2. Wordlessly, relying on the heart's semaphores, the mother says all an infant needs to hear, communicating through eyes, face and voice. 不必言说,仅靠着心灵的密语,母亲就能说出婴儿需要听到的一切,就能通过眼神、表情和声音进行交流。 www.bing.com 3. In multiprocessor systems, semaphores are not always the best solution to the synchronization problems. 在多处理器系统中,信号量并不是同步问题的最佳解决方案。 dictsearch.appspot.com 4. used for inter task synchronization. Semaphores are usually provided by the operating system. 用于进程间同步的数据结构。信号灯常常由操作系统提供。 dictsearch.appspot.com 5. A real application would use semaphores or other techniques to control reading and writing to the shared segment. 真实的应用程序会使用信号量或其他技术控制对共享内存段的读写。 www.ibm.com 6. Refer to the section on semaphores in this article for the prototype for each of these System V semaphores. 关于每个SystemV信号量的原型,请参阅本文中有关信号量一节的内容。 www.ibm.com 7. This second part of the series has introduced synchronization objects and primitives, starting with semaphores and events. 本文是这一系列的第2部分,这篇文章从信号量和事件入手,介绍了有关同步对象和原语的内容。 www.ibm.com 8. Semaphores are another type of synchronization primitive that come in two flavors: binary and counting. 信号量是又一种以两种风格出现的基本方法:二进制和计数模式。 dictsearch.appspot.com 9. Message queues are a really simple concept that derives from the power of queueing semaphores . 消息队列是个从信号量队列引申出的简单的概念。 dictsearch.appspot.com 10. To prevent undetectable over rflow conditions, the kernel imposes a maximum value limit beyond which semaphores cannot be incremented. 为了防止无法检测的溢出情况,系统内核规定了一个最大值的极限,超过了这个值信号量就不能被增加了。 dictsearch.appspot.com 1. Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation. 信号允许进程通过一个单一的原子操作来测试和设置那个整数的值,以此实现同步。 www.ibm.com 2. In Linux, POSIX semaphores and System V semaphores are asynchronous but pthreads conditional variables are not asynchronous. 在Linux中,POSIX信号量和SystemV信号量也都是异步的,不过pthreads条件变量不是异步的。 www.ibm.com 3. this includes memory, open files, and any other odds and ends that we will encounter in this book, such as semaphores. 包括内存,打开的文件和其他杂七杂八的东西,比如信号量。 bbs.chinaunix.net 4. Notice that in System V semaphores, key is used to uniquely identify the semaphore; in Windows, the semaphore is identified by a name. 注意,在SystemV信号量中,key被用来惟一标识信号量;在Windows中,信号量是使用一个名称来标识的。 www.ibm.com 5. In Linux, pthreads does not provide an initial state, but POSIX semaphores provide an initial state. 在Linux中,pthreads并没有提供初始状态,而POSIX信号量则提供了一个初始状态。 www.ibm.com 6. With mutually exclusive production volume of consumer questions use semaphores to solve the production of consumer issues. 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 3333355555.com 7. The threading module does provide many synchronization primatives, including semaphores, condition variables, events, and locks. 线程模块提供了许多同步原语,包括信号量、条件变量、事件和锁。 www.ibm.com 8. Added sys. Dm_exec_query_memory_grants and sys. Dm_exec_query_resource_semaphores to the list of dynamic management objects. 在动态管理对象的列表中添加了sys.dm_exec_query_memory_grants和sys.dm_exec_query_resource_semaphores。 msdn2.microsoft.com 9. Named semaphores extend the synchronization between processes. 有名信号量可以在进程之间进行同步。 www.ibm.com 10. The next article in this series will cover semaphores. 本系列的下一篇文章将阐述信号量。 www-128.ibm.com 1. This can also increase the semaphores available and enables the server to be more efficient when dealing with large bursts of activity. 这还可以增加可用的信号量,让服务器能够更高效地处理活动高峰。 www.ibm.com 2. In Linux, conditional variable and POSIX semaphores are of the auto-reset type. 在Linux中,条件变量和POSIX信号量都是自动重置类型的。 www.ibm.com 3. Everything soft and enchanting as we walk over the bridge. Smoke coming up between our legs, the tracks creaking, semaphores in our blood. 过桥时一切都是软绵绵的、迷人的,烟雾从我们两腿间袅袅上升。 www.bing.com 4. Windows access control security is meaningful only for named system semaphores. Windows访问控制安全性仅对命名的系统信号量有意义。 msdn2.microsoft.com 5. A widely used mechanism, effective in both uniprocessor and multiprocessor systems, relies on the use of semaphores . 信号量作为一种同步机制,在单处理器和多处理器系统里都是有效的,因而得到广泛使用。 dictsearch.appspot.com 6. Though semaphores are not directly supported in the Java language, they are easily implemented on top of object locks. 尽管信号量并未直接被Java语言所支持,却很容易在给对象上锁的基础上实现。 www-128.ibm.com 7. With every tick, the process will run, do work and, optionally, set other semaphores to signal other processes that it is time to do work. 在每一个时间片到来时,该进程就运行,作业并有必要时置位其他的信号量来通知相应进程准备运行。 dictsearch.appspot.com 8. On Linux, POSIX semaphores are used only between the threads of same process. 在Linux上,在相同进程的不同线程之间,则只使用POSIX信号量。 www.ibm.com 9. The host can provide events, critical sections, and semaphores. 宿主可提供事件、临界区和信号量。 msdn2.microsoft.com 10. Part 2 in the series covers synchronization objects and primitives, starting with semaphores and events. 系列的第2部分介绍了同步对象和原语,首先是信号量和事件。 www.ibm.com 1. The named semaphores are shared across processes. 有名称的信号是在多个进程间共享的。 www.ibm.com 2. Between processes, System V semaphores can be used. 在进程之间,可以使用SystemV信号量。 www.ibm.com 3. A text file showing the semaphores that were contended for. 一个文本文件,显示被争用的信号量。 www.ibm.com 4. Caution is advised in using named semaphores. 建议在使用命名信号量时要小心。 msdn2.microsoft.com 5. Figure 4 is a sample of the busiest semaphores (total count) for D01MLC96 over our study period. 图4是我们研究期间D01MLC96最繁忙的信息量(总数)的一个例子。 www.ibm.com 6. Almost free as code size, you need no semaphores nor mutexes. * Almost free as code size, you need no semaphores nor mutexes. 基本上没有代码空间开销,你不需要信号量或互斥锁。 dictsearch.appspot.com 7. The most common building blocks of intertask communication are semaphores and mutexes. 大进程间通讯的的基石是信号灯和互斥。 www.ttxyy.com 8. What kind of ORA errors are related to semaphores? 与信号量相关的的ORA错误 blog.sina.com.cn 9. Other resources, such as semaphores, network handles, database connections, and so on, deserve the same consideration. 其他资源(如信号量、网络句柄、数据库连接等)同样值得考虑。 www.ibm.com 10. You can also see the reduction in the semaphores in this production workload with Domino 7. 您还可以看到使用Domino7后此生产工作负载中信号量的减少。 www.ibm.com 1. The various points that needs to be considered for semaphores during the mapping process are as follows 在对进程进行映射时,我们需要考虑以下问题 www.ibm.com 2. Semaphores must be initialized before use. Scull performs this initialization at load time in this loop 信号量在被使用之前必须初始化。scull在模块加载期间通过以下循环进行初始化操作 saviee.blogbus.com 3. The Application of Semaphores in Serial Communication with Multithread 信号灯在多线程串行通讯中的应用 www.ilib.cn 4. SEMMNS maximum number of semaphores in the system 系统中信号灯的最大数目 school.21tx.com 5. Performance Degradations such as failure to correctly release resources including file handles, connections, semaphores, and streams 性能下降问题,诸如释放资源(包括文件句柄、连接、信号和流)失败。 www.infoq.com 6. Optimizing server performance: Semaphores (Part 1) 优化服务器性能:Semaphores(第1部分) www.ibm.com 7. SEMMNS Maximum number of semaphores system-wide 系统范围内最大信号对象数; blog.sina.com.cn 8. It should be noted that the maximum semaphores systemwide (semmns) is equal to 注意,系统范围内最多信号量个数(semmns)等于 www.ibm.com 9. max number of arrays (semmni) * max semaphores per array (semmsl) 数组的最多个数(semmni)*每个数组的最多信号量个数(semmsl) www.ibm.com 10. Design of on-line measures for new LED semaphores based on CAN bus 基于CAN总线的新型LED信号机状态在线检测的设计 www.ilib.cn 1. You may want to pursue a clustering strategy if the database semaphores 0244 and 0245 appear and you notice the following 如果出现数据库信号量0244和0245并发现了以下情况,就可以考虑使用集群战略 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。