printf
美
英 
- 網(wǎng)絡(luò)輸出函數(shù);格式化輸出;輸出格式化字串
例句
When the SPU needs to do any standard library calls like printf or exit, it has to call back to the main thread.
當SPU需要執(zhí)行任何標準的庫調(diào)用時,例如printf或exit,它都需要回調(diào)主線程。
Use printf tokens for dynamic content in a full sentence rather than breaking up the sentence into multiple strings.
在完整的句子中使用printf標記來標記動態(tài)內(nèi)容而不要將句子分割為多個字符串。
After computing the factorial, you now want to print it out using printf.
計算了階乘之后,現(xiàn)在需要用printf將其打印出來。
If any of the tests fail, an appropriate message is printed in the Purify console or log by calling purify_printf.
如果任何一個測試失敗,就會有一個適當的消息都會通過調(diào)用purify_printf打印在Purify控制臺或者日志中。
The code in fork1. c simply makes the call to fork and prints the integer result through a call to printf.
c中的代碼不過就是發(fā)出fork調(diào)用,并通過一個printf調(diào)用來打印整數(shù)結(jié)果。
In this case, each string in the collection is passed as an argument to printf.
這樣,集合的每一個字符串會被作為printf的參數(shù)傳入。
Also, many "helper" functions like atoi, printf, memcpy, strcmp, etc. were needed.
此外,我還需要一些“工具”函數(shù),如atoi、printf、memcpy、strcmp等等。
Some of the most convenient features added in C99 are in the printf family of functions.
C99中增加的最方便的特性在printf函數(shù)家族中。
The first parameter to printf is the address of an output string.
printf的第一個參數(shù)是輸出字符串的地址。
In C, a common mistake is to pass attacker data into format string parameters (such as the first parameter of printf(3)).
在C語言中,一個常見的錯誤是將攻擊者的數(shù)據(jù)傳遞到格式化字符串參數(shù)中(例如printf(3)的第一個參數(shù))。
The %03d is a printf-style format specifier.
03d是printf風格的格式說明符。
Please note, however, that printfis not executed on the SPE because the SPE is incapable of input and output.
請注意,printf并不在SPE上執(zhí)行,原因是SPE不能輸入和輸出。
In the example below, the printf (3) assumes that a pointer is 32-bits.
在下面的例子中,printf(3)假設(shè)指針是32位的。
Note the use of printk here: this is the kernel printf function.
注意此處printk的用法:這是內(nèi)核的printf函數(shù)。
It simply uses printf, but this could easily send an SNMP trap, for example.
(它只使用printf,但是也可以輕松地發(fā)送一個(比如)SNMPtrap。)
printf is used instead of println.
使用了printf而非println。
printf( "Input the number of retainers to this bank: " );
“輸入回此岸隨從的人數(shù):”);