• 实验结果表明:使用FLC算法提高了光波长的资源利用率同时降低数据阻塞率,提升了波长路由器的性能。

    The result of simulating experiment indicated that the FLC algorithm enhanced the rate of resource utilization and reduced the rate of data block in the optical wavelength router.

    youdao

  • 假如不熟悉阻塞队列概念实质上就是一种带有一点扭曲FIFO数据结构

    For those unfamiliar with the concept of a blocking queue, it is essentially a FIFO data structure, with a twist.

    youdao

  • 是否应该阻塞直到足够的数据到达

    Should it block until enough data has arrived.

    youdao

  • 这里我们线程单独负责处理阻塞通道(生产者),让另一个线程单独负责把数据作为消费(消费者)。

    Here, we have a thread solely responsible for processing a nonblocking channel (the producer) and another thread solely responsible for consuming the data as a stream (the consumer).

    youdao

  • 异步I/O应用程序能够阻塞的情况下读写数据

    The asynchronous I/O allows applications to read and write data without blocking.

    youdao

  • 阻塞连接情况下,返回0表示没有可以获得数据,返回-1表示连接出错

    On a non-blocking connection, a return of 0 means no data was available, and -1 indicates an error.

    youdao

  • 但是这种做法总是我们要的,线程可能希望等待(阻塞自身),直到数据可用为止。

    This may not always be the desired approach, however, and it is likely that the reader thread might want to wait or block itself until the time data becomes available.

    youdao

  • 可能会考虑使用一个阻塞日志系统防止终端用户等待您记录数据

    You may want to consider using a logging system that is non-blocking, so that your end user never waits for you to log data.

    youdao

  • 阻塞的系统调用读取来说,直到数据准备好的时候返回

    A blocking syscall, like a read will only return once data is available.

    youdao

  • 这种安全高容量、抗阻塞无线(非卫星系统通过数字数据以及话音通信使战场用户互连。

    The secure, high-capacity, jam-resistant wireless (non-satellite) system connects users with both digital data and voice communications.

    youdao

  • 对于阻塞队列只有线程需要队列没有数据等待

    In a blocking queue, only the reader thread needs to wait when there is no data in the queue.

    youdao

  • 如果在读的时候,数据尚未完全到达接字,线程在读操作阻塞,一直到数据可用

    If during a read, data has not completely arrived at the socket, the thread will block on the read operation until all the data is available.

    youdao

  • 注意触发选项控制其他跟踪属性已经选择跟踪数据正常生成还是阻塞

    Note that the trigger option controls whether what has been selected by the other trace properties is produced as normal or whether it is blocked.

    youdao

  • 可以数据系统没有离线的情况下执行离线备份,方法是复制数据目录时候冻结系统(阻塞所有操作)。

    Offline backup can also be performed without bringing the database system offline by freezing the system (blocking all write operations) while copying the database directory.

    youdao

  • 这个堆栈没有这种无锁并发数据结构称为阻塞数据结构。

    No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure.

    youdao

  • 不幸的是,read方法一直阻塞数据可用为止,write 方法也一样,。

    Unfortunately, the read method also blocks until data is available, as does the write method.

    youdao

  • 比如service可以用户执行另一个应用后台播放音乐或者阻塞用户与activity交互通过网络抓取数据

    For example, a service might play music in the background while the user is in a different application, or it might fetch data over the network without blocking user interaction with an activity.

    youdao

  • 数据是以阻塞方式通道读取的,写到Client对象中。

    Data is read from the channel in a nonblocking fashion and written to the Client object.

    youdao

  • 所有数据请求解析浏览器处理因此可以减少服务器负载避免阻塞页面其它portlet呈现

    All the data requests and parsing are handled by the browser, thereby reducing the server load and avoiding blocking other portlets on the page from rendering.

    youdao

  • 以前例子中,每当0字节的接收完成,返回存储了的数据,马上执行阻塞接收。

    In the previous example, a non-blocking receive was performed once the zero-byte receive completes retrieving the buffered data.

    youdao

  • 清单5显示了用于创建与xev监视程序之间的阻塞链接createpipe例程,以及用于将数据信息输出STDERR中的printheader子例程。

    Listing 5 shows the createPipe subroutine used to create a nonblocking link to the xev monitoring program, as well as the printHeader subroutine, which prints the data header information to STDERR.

    youdao

  • (例如客户控制事务中,)一个客户端的失败长久阻塞数据资源超出我们忍受程度。

    Client managed transactions because a client failure can tie up database resources for longer than we can tolerate.

    youdao

  • 这些具有无等待端的队列,在这里一个NHRT可以请求某些数据(具体取决于类),存在阻塞风险

    These are queues that have a wait free side where an NHRT can request to read or write some data (depending on the class) without the danger of blocking.

    youdao

  • 如果需要等待一个阻塞操作比如对于来自远程数据查询结果—您不会确切地知道可以使用结果之前究竟等待多长时间。

    If you need to wait on a blocking actionsay, the results from a remote database query — it is not clear exactly how long you will need to wait for results to be available.

    youdao

  • 利用丢弃组成员阻塞或者取消阻塞来自特定地址数据报、以及返回有关通道消息

    Using the key you can drop the membership, block and unblock datagrams from certain addresses, and return information about the group and channel.

    youdao

  • 阻塞模式中,线程读取已经可用数据(不论多少),然后返回执行其它任务

    In nonblocking mode, the thread will read whatever amount of data is available and return to perform other tasks.

    youdao

  • 是因为大多数操作都是异步地进行的,其中套接字进行检查数据是否出现不是使得应用程序处于阻塞(等待)状态以等待响应

    This is because most socket operations are made asynchronously in that the socket is polled to see if data is present rather than having the application block (wait) for the response.

    youdao

  • 所以构建阻塞哈希需要找到一种方式可以CAS更新多个指针,同时不会让数据结构处于不一致的状态

    So to construct a nonblocking linked list, tree, or hash table, we need to find a way to update multiple Pointers with CAS without leaving the data structure in an inconsistent state.

    youdao

  • 特别是如果把所有事件放在主线程中来处理,需要长时间来处理的事件比如网络访问或者数据查询,会阻塞整个UI

    Specifically, if everything is happening in a single thread, performing long operations such as network access or database queries on the UI thread will block the whole user interface.

    youdao

  • 如果UI线程需要处理一件事情那些耗时很长的操作——诸如访问网络查询数据等——将会阻塞整个UI(线程)。

    Specifically, if everything is happening in the UI thread, performing long operations such as network access or database queries will block the whole UI.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定