string buffer信息详情
字符串缓冲区
string───n.线,弦,细绳;一串,一行;vt.悬挂;系;扎;用线(或细绳等)串,把……连在一起
cacodylate buffer───[医]二甲胂酸-二甲胂酸钠缓冲液,二甲砷酸盐缓冲液;二甲胂酸缓冲液
buffer space───缓冲间隔
staining buffer───染色缓冲液
body buffer───车身缓冲器
stencil buffer───模板缓冲
buffer stock───缓冲库存;调节性库存储备
buffer fly───缓冲飞行
buffer tank───缓冲罐
Iterate though it, adding the absolute file names to a string buffer.───循环检查选择,将绝对文件名添加到字符串缓冲区。
Interestingly, Ruby 1.9.0 has the lowest CPU usage, with an implementation that uses readpartial, "no timeout for socket reads" and "pre-allocated String buffer for each read".───有趣的是,Ruby 1.9.0对CPU的占有率最低,其实现采用了 readpartial:“不对socket读取设置超时”,同时“提前为每次读取分配字符串缓存”。
Why do I obtain different sizes in a string buffer?───为什么我获取一个字符串缓冲区大小不同?。
A pointer to a string buffer that holds the current path to the manifest file.───指向包含清单文件当前路径的字符串缓冲区的指针。
The first line in this new block initializes a string buffer as an empty string.───这一新块的第一行将字符串buffer初始化为空字符串。
Class creates a string buffer that offers better performance if your program performs a lot of string manipulation.───类创建了一个字符串缓冲区,用于在程序执行大量字符串操作时提供更好的性能。
In addition to implementing a simple string buffer, the code implements a variabl-sized array of strings.───除了一个简单的字符串缓冲区的实现之外,这段代码还实现了一个可变大小的字符串数组。
What is the initial capacity of the following string buffer?
The code in the getKeyAverages subroutine processes the input string buffer as a file handle and extracts the relevant time, event type, and key name from the input buffer.
If the second group matched the string foo, for example, then passing the replacement string $2bar would cause foobar to be appended to the string buffer.