词语吧>英语词典>buffered翻译和用法

buffered

英 [ˈbʌfəd]

美 [ˈbʌfərd]

v.  减少,减缓(伤害); 保护; 使不受…的侵害; 缓冲存储; 缓存
buffer的过去分词和过去式

过去式:buffered 

医学

COCA.40383

柯林斯词典

  • N-COUNT 缓冲物
    Abufferis something that prevents something else from being harmed or that prevents two things from harming each other.
    1. Keep savings as a buffer against unexpected cash needs...
      存些积蓄以备不时之需。
    2. ...a multinational buffer force between the two sides...
      双方之间的多国缓冲力量
    3. The Prison Service acts as a buffer between the minister and his critics.
      监狱局在部长和他的批评者中间扮演缓冲角色。
  • VERB 保护;保障
    If somethingis buffered, it is protected from harm.
    1. The company is buffered by long-term contracts with growers.
      公司通过与种植户签订长期合同得到保障。
  • (火车上的)缓冲器;(火车轨道末端的)防撞栅
    Thebufferson a train or at the end of a railway line are two metal discs on springs that reduce the shock when a train hits them.
    1. (电脑内存的)缓冲区
      Abufferis an area in a computer's memory where information can be stored for a short time.
      1. N-COUNT 老糊涂;蠢老头
        If you say that someone, usually a man, is an oldbuffer, you mean that you think they are rather foolish.
        1. ...a collection of old buffers who meet at the Grosvenor House once a month for lunch.
          每月一次在格罗夫纳大厦进行午餐聚会的一群蠢老头们

      双语例句

      • If buffered data does exist, the MDA is activated.
        如果不存在缓冲数据,则激活该mda。
      • QoS is the negotiated QoS for the PDP context that initiates the paging procedure, and indicates the priority of this Paging Request relative to other Paging Request messages buffered in the BSS.
        QOS指的是发起寻呼流程为这个PDP上下文协商的QOS,并且指明了这个寻呼请求相对于那些缓存在BSS中的寻呼请求的优先级的对比。
      • Without file system caching, Q1 performs similarly on XML and CLOB columns, with a slight disadvantage ( 10%) for the CLOB column which is not buffered in the buffer pool.
        在没有文件系统缓存的情况下,XML和CLOB列的Q1执行效果类似,不在缓冲池进行缓冲的CLOB列略微落后(10%)。
      • A main thread will listen to the buffered queue and will service the requests it receives.
        主线程会侦听缓冲队列,并服务其接收的请求。
      • The changes made to the index are initially buffered in the memory and periodically flushed to the index directory.
        对索引所做的更改最初缓存在内存中,并周期性转储到索引目录。
      • The number of update statements sent to the remote data source for buffered tables. 1 is the default. Adjusting this value can greatly increase update performance.
        发送到缓冲表的远程数据源的更新语句数。默认值为1。调整该值可大大提高更新性能。
      • Additional components of the libevent library add further functionality, including a buffered event system ( for buffer data to/ from clients) and core implementations for HTTP, DNS and RPC systems.
        libevent库的其他组件提供其他功能,包括缓冲的事件系统(用于缓冲发送到客户端/从客户端接收的数据)以及HTTP、DNS和RPC系统的核心实现。
      • This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.
        在Python程序中这很重要,因为在默认情况下,文件输入和输出是缓冲的;在调用print语句时,数据实际未被写入;相反,数据是成批写入的。
      • The main program logic first turns buffered output off.
        主程序逻辑首先关闭了缓冲输出。
      • When BLOB data is written to a database, the data is not buffered but is written straight to disk, making the speed of the disk on which the data is located important.
        当BLOB数据被写到数据库的时候,数据没有被缓存而是直接写到磁盘,这使得数据所在的磁盘速度变得很重要。