网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 printf
释义

printf /'printf/

英汉-汉英词典
n. 写格式化输出;[计]打印函数
词组 | 习惯用语
您要查找的是不是:
  • print n. 印刷业;印刷字体;印记;印花布;印章 vt. 印刷;打印;用印刷体写;刊载;在…印花样
  • pronto adv. 很快地
printf n. 写格式化输出;打印函数

网络短语:
define PR printf 宏定义
awk printf 制表符
DBGPRINTF printf 调试输出
o printf 输出到终端
memory printf free ansi 内存
No manual entry for printf 没有入口
英语例句库
  1. fprintf stderr "One segment found.\n";
    听 听 听 听 听 听 听 听 Printf.
  2. fprintf stderr "Last segment found.\n";
    听 听 听 听 听 听 听 Printf.

声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

原声例句
CS50

So I didn't have to use printf.

所以我不用用printf

CS50

I can then surround my printf with curly braces.

然后我可以用大括号把printf围起来。

CS50

Well, again, printf is your friend.

再说一遍,printf是你的朋友。

CS50

A moment ago, I proposed that we just use printf to see the value of i.

刚才,我提议使用printf来查看I的值。

CS50

You can't just say while and then say printf hello, world.

你不能只说一会儿,然后说printf你好,世界。

CS50

Let me go ahead and just printf meow here.

让我继续,在这里打印喵喵。

CS50

And we've seen that after printf for instance.

我们在printf之后就看到了。

CS50

You're actually going to say printf, for reasons we'll eventually see.

你实际上会说printf,因为我们最终会明白的原因。

CS50

So printf is the analog in C of say in Scratch.

所以printf是C的模拟,比如Scratch。

CS50

Again, printf is going to be the analog for say.

再说一遍,printf将是say的模拟值。

英语百科

printf format string

Printf format string (of which "printf" stands for "print formatted") refers to a control parameter used by a class of functions in the string-processing libraries of various programming languages. The format string is written in a simple template language, and specifies a method for rendering an arbitrary number of varied data type parameters into a string. This string is then by default printed on the standard output stream, but variants exist that perform other tasks with the result, such as returning it as the value of the function. Characters in the format string are usually copied literally into the function's output, as is usual for templates, with the other parameters being rendered into the resulting text in place of certain placeholders – points marked by format specifiers, which are typically introduced by a % character, though syntax varies. The format string itself is very often a string literal, which allows static analysis of the function call. However, it can also be the value of a variable, which allows for dynamic formatting but also a security vulnerability known as an uncontrolled format string exploit.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/23 8:30:12