buffer size中文翻譯,buffer size是什么意思,buffer size發(fā)音、用法及例句
?buffer size
buffer size發(fā)音
英: 美:
buffer size中文意思翻譯
常用釋義:緩沖區大?。涸谟嬎銠C科學(xué)中
緩沖區大小
buffer size雙語(yǔ)使用場(chǎng)景
1、In the case of PRU_SENDOOB, the send buffer size can exceed up to 512 bytes more in which any allocated memory is freed and control breaks.───對于PRU_SENDOOB,發(fā)送緩沖區大小可以超過(guò)512字節,將釋放任何分配的內存并中斷控制。
2、To calculate the maximum buffer size, DB2 considers all other storage utilization, the operating system, and any other applications.───要計算最大的緩沖區大小,DB2、操作系統以及其它任何應用程序都必須考慮其它所有存儲器的利用率。
3、delete duplicate, nonconsecutive lines from a file. Beware not to # overflow the buffer size of the hold space, or else use GNU sed.───刪除文件中重復的,但不連續的行。注意不要溢出保留空間的緩沖器的大小,
4、The general recommendation is to increase the buffer size to the maximum of 9 , 000 if the replication is over fibre channels .───通常,如果通過(guò)光纖通道進(jìn)行復制,則建議將緩沖區大小增大到最大值9,000。
5、Method to specify a byte location to start the read operation , and a limited buffer size for the data being returned .───方法來(lái)指定開(kāi)始讀取操作的字節位置以及正在返回的數據的有限的緩沖區大小。
6、The minimum buffer size is 1 megabyte.───緩沖區大小最少也要達到 1 兆字節。
7、Increase the log buffer size to 256 pages or larger.───將日志緩沖區大小增加到256個(gè)頁(yè)面或更大。
8、The constructors of this class assume that the default character encoding and the default byte-buffer size are appropriate.───該類(lèi)的構造函數假定默認的字符編碼和默認的字節緩沖大小是合適的。
9、Selecting the input buffer size.───選擇輸入緩沖區的大小。
buffer size相似詞語(yǔ)短語(yǔ)
1、cacodylate buffer───[醫]二甲胂酸-二甲胂酸鈉緩沖液,二甲砷酸鹽緩沖液;二甲胂酸緩沖液
2、body buffer───車(chē)身緩沖器
3、buffer space───緩沖間隔
4、buffer tank───緩沖罐
5、buffer stock───緩沖庫存;調節性庫存儲備
6、size───adj.一定尺寸的;n.大??;尺寸;vi.可比擬;vt.依大小排列
7、staining buffer───染色緩沖液
8、stencil buffer───模板緩沖
9、buffer fly───緩沖飛行
//#define BufferSize (countof(Tx_Buffer)-1) //#define countof(a) (sizeof(a) / sizeof(*(a)))
#define countof(a) (sizeof(a) / sizeof(*(a)))
計算a的成員個(gè)數,例如 字符串指針a,
那么a的大小是a指向字符串的長(cháng)度
*a就是a指向字符串的第一個(gè)字符,
countof計算a的字符個(gè)數,
#define BufferSize (countof(Tx_Buffer)-1)
個(gè)數-1
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。