string buffer的意思
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.