环形缓冲区 meaning in Chinese
circle of buffer
ring buffer
Examples
- Defines the size of the ring buffer : the bigger the better , up to a point
定义了环形缓冲区的大小:在一定程度上,越大越好。 - Used internally by sql server to initialize the synchronization of the creation of an allocation ring buffer
供sql server内部使用,用于初始化对分配环形缓冲区创建过程的同步。 - Another form of object loitering arises when arrays are used to implement data structures such as stacks or circular buffers
当数组用于实现诸如堆栈或环形缓冲区之类的数据结构时,会出现另一种形式的对象游离。 - Abstract : the application of multipprocess in testing systems is introduced and the implementation of ring buffer area for sharing between each process by using dll is described
文摘:介绍了多进程在测试系统中的应用以及如何通过dll在各个进程之间实现共享的环形缓冲区。 - A process in the wait state . a process waits on a ring buffer or semaphore , unable to change state and resume execution until the ring buffer or semaphore has been signalled by another process
处于等待状态的一个进程,该进程在一个环形缓冲区或信号灯处等待,直到另一个进程发出释放信号才能改变状态,恢复执行。