buffers

小编 分享 时间:
buffers是什么意思
英式音标:['bʌfəz]英式读音
美式音标:['bʌfəz]美式读音
词义:

n.

起缓冲作用的人(或物)( buffer的名词复数 );缓冲器;减震器;愚蠢老头

v.

减轻( buffer的第三人称单数 );保护;使不受…的侵害;

英英释义

buffer[ 'bʌfəz ]

n.

an ionic compound that resists changes in its pH

an inclined metal frame at the front of a locomotive to clear the track

同义词:fendercowcatcherpilot

(computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device; used to compensate for differences in the rate of flow of data between components of a computer system

同义词:buffer storagebuffer store

a power tool used to buff surfaces

同义词:polisher

a cushion-like device that reduces shock due to contact

同义词:fender

an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)

同义词:buff

v.

add a buffer (a solution)

"buffered saline solution for the eyes"

protect from impact

同义词:cushionsoften

用法:

词组短语

buffer solution缓冲溶液

buffer zone缓冲区,缓冲带

buffer overflow缓冲区溢出

data buffer数据缓冲区

buffer layer缓冲层

buffer capacity缓冲容量,消震能力

phosphate buffer磷酸盐缓冲剂

buffer area缓冲区

frame buffer帧缓冲器

buffer system缓冲系统;缓冲体系

buffer gas缓冲气体

buffer pool缓冲池;缓冲器组

memory buffer存储缓冲器;存储缓冲区

buffer memory缓冲存储器;超高速缓冲存储器

buffer circuit缓冲电路,阻尼电路

buffer time缓冲时间;机动时分

oil buffer油压缓冲器,油压减震器

buffer action缓冲作用;缓冲酌

buffer state n. 缓冲国

intermediate buffer中间缓冲器

双语例句

His sense of humour was a useful buffer when things were going badly for him.
他有幽默感,这使他在逆境中聊以自慰。

Buffers absorbed most of the shock.
缓冲器使震动减少了许多。

权威例句

Transmitter release modulation in nerve terminals of rat neocortical pyramidal cells by intracellular calcium buffers

Improving direct-mapped cache performance by the addition of a small fully-associative cache and prefetch buffers

New calcium indicators and buffers with high selectivity against magnesium and protons: design, synthesis, and properties of prototy...

Hydrogen ion buffers for biological research.

Hydrogen ion buffers for biological research

Starch Gel Electrophoresis of Ferns: A Compilation of Grinding Buffers, Gel and Electrode Buffers, and Staining Schedules

...fully-associative cache and prefetch buffers

Ultracompact optical buffers on a silicon chip

Calcium gradients and buffers in bovine chromaffin cells.

Sizing router buffers
造句:

1. You have to have some buffers.

你必须有一些缓冲。

article.yeeyan.org

2. Now, it will return all available buffers, but you only want one.

目前,它将返回所有可用的缓冲区,但是我们只需要一个。

www.ibm.com

3. BUFFERS specifies the maximum number of shared-memory buffers; LOCKS specifies the maximum number of locks available for user sessions.

BUFFERS指定共享内存缓冲区的最大数目;LOCKS指定用户会话可以使用的锁的最大数目。

www.ibm.com

4. The fourth line starts with the number of times we have exceeded locks, user threads or buffers (all 0 and should generally be so).

第四行以超出锁的次数、用户线程或者缓存数来开始(通常所有的0会是这样)。

www.ibm.com

5. This information is stored in trace buffers that have been allocated for each processor.

这一信息存储在已经为每个处理器分配的追踪缓冲区中。

www.ibm.com

6. Another problem is that precision fields only specify the maximum size of one parameter, but buffers need to be sized for the maximum size of all data combined instead.

另一个问题在于,精确字段仅指定一个参数的最大长度,但是缓冲区需要针对组合起来的数据的最大尺寸调整大小。

www.ibm.com

7. Depending on your device driver, you may need to have a copy of the buffers, if the device has any.

根据设备驱动程序的不同,如果设备具有缓冲区,可能需要使用一个缓冲区的拷贝。

www.ibm.com

8. You need to eliminate as many buffers as possible between you and the real voices of your customers.

你需要尽力去消除尽可能多的这种缓冲区,它挡在你和客户的真实声音之间。

article.yeeyan.org

9. Note that since this code only deals with buffers, there is almost no code except the function call which is specific to uppercase-conversion.

注意,因为这段代码只处理缓冲区,所以除了大写转换特有的函数调用之外几乎没有特殊代码。

www.ibm.com

10. To eliminate overhead, we could start by eliminating some of the copying between the kernel and user buffers.

为了减少开销,我们可以从消除内核缓冲区与用户缓冲区之间的复制入手。

blog.sina.com.cn

11. The next line shows us that while 231MB is being used, only 86MB of this is actually being used by applications; the rest is being used for buffers and cache.

下一行告诉我们尽管有231MB 内存正在使用,但是应用程序只使用了其中的86MB;缓冲区和高速缓存使用了其余的内存。

www.ibm.com

12. Most likely, on your server, you will have fixed buffers.

极有可能,在你的服务器上,你有固定的缓冲区。

blog.sina.com.cn

13. You can then reference these buffers in substitutions using the buffer references 1 to 9.

在执行替换时,可以用缓冲区引用号 1到 9引用这些缓冲区。

www.ibm.com

14. This incorporates Tip 1: Use the technique of sprints and buffers.

这个合并在策略1中:使用突发和缓冲的技术。

www.ibm.com

15. The functions in the programs in this article operate on whole buffers at a time.

本文中这个程序中的函数都是每次对整个缓冲区进行操作的。

www.ibm.com

16. If members do not share data buffers, then each member has the potential of buffering the same data.

如果成员不共享数据缓冲区,那么每个成员就有可能缓冲相同的数据。

www.ibm.com

17. When writing to buffers, C programmers must take care not to store more data in the buffer than it can hold.

在写入缓冲区时,C程式员必须注意储存在缓冲区中的资料不能超过它所能容纳的量。

www.ibm.com

18. The third copy happens as the DMA engine passes the data from the kernel socket buffers to the protocol engine.

数据的第三次复制发生在DMA引擎将数据从内核套接字缓冲区传到协议引擎时。

www.ibm.com

19. The contents of these buffers can sometimes identify root cause, as well.

这些缓冲区的内容有时候能够指出问题的原因。

www.ibm.com

20. Before log files are written to the log files, they are first written into buffers.

在日志记录被写入日志文件之前,它们首先会被写到缓冲区。

www.ibm.com

21. For an I/O, the guest provides one or more buffers representing the request.

对于I/O,来宾操作系统提供一个或多个表示请求的缓冲池。

www.ibm.com

22. Static methods can also create the buffers, because no constructors exist.

静态方法也可以创建缓冲区,因为不存在构造函数。

www.ibm.com

23. Both of these tests were from a cold start with no data in the memory buffers.

这两个测试都是采用了冷启动,内存缓冲器中没有数据。

www.ibm.com

24. If the goal of a change is to reduce the memory footprint of the database, eliminating various buffers will certainly help, at the expense of query speed and application performance.

如果一项修改的目标是减少数据库的内存占用量,那么取消各种缓冲区肯定会有帮助,但是这会牺牲查询速度和应用程序性能。

www.ibm.com

25. This parameter defines the upper limit for network kernel buffers.

这个参数定义了网络内核缓冲区的上限。

www.ibm.com

26. This parameter defines the upper limit for network kernel buffers.

这个参数定义了网络内核缓冲区的上限。

www.ibm.com

27. To allocate and schedule the use of buffers.

分配和计划缓冲器的使用。

-- 来源 -- 英汉 - 辞典例句

28. The special methods and systems designed to achieve concurrency by separating programs into two or more interrelated tasks that share the same code, buffers, files, and equipment.

一种特殊方法或体系,被设计成通过把程序分成两个或多个互相联系的、共享同一编码、缓冲区、文件和设备的任务以获得并行执行的能力。

-- 来源 -- 英汉 - 辞典例句

29. The raised areas serve as buffers between our skin and an object,

突起的部分可作为皮肤与物品之间的缓冲器,

-- 来源 -- 空中美语-科普篇-怒发冲冠为哪桩? - Why Do We Have Fingerprints?

30. Buffers absorbed most of the shock.

缓冲器使震动减少了许多.

-- 来源 -- 汉英 - 翻译参考

31. By frequently calling upon their strengths, people can build up natural buffers against misfortune and negative emotions, he said.

他说,人们不断依靠自身的力量,就可以更自如地应付不幸和消极情绪。

-- 来源 -- 汉英 - 翻译参考

32. Execute Buffers

执行缓冲区

-- 来源 -- 计算机缩写术语完全介绍[网络]

33. amino-acid buffers

氨基酸缓冲剂

-- 来源 -- 英汉 - 翻译参考[网络]

34. Using multiple vertex buffers in round-robin fashion can help with concurrency.

使用多顶点缓存轮流操作能够促进并行性。

-- 来源 -- www.newbooks.com.cn

35. flush Buffers

刷新缓冲区

-- 来源 -- 英汉 - 翻译样例 - 行业

36. If more programs had modal Undo tools, users would soon adapt to them. They would even come to expect them the way they expect to find the Backspace key on word processors. Deleted data buffers

如果更多的程序有着模型化的撤销工具,用户会很快习惯它们,他们甚至会更加期望在其他软件中找到类似于字处理程序中的退格键工作方式。

-- 来源 -- About Face 3交互设计精髓

buffers

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式