CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sprintf
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sprintf - List
[
Other
]
sprintf
DL : 0
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题
Update
: 2008-10-13
Size
: 949byte
Publisher
:
mayi
[
Other resource
]
sprintf
DL : 0
详细介绍了C语言库函数sprintf的用法,以及他和printf的区别。sprintf提供了强大的格式功能,将结果输出到一个字符串中,对C语言开发人员很有用。
Update
: 2008-10-13
Size
: 9.37kb
Publisher
:
唐莎
[
Other
]
sprintf
DL : 0
C语言输入输出不同数据类型格式转换问题,字符串和数值-C language input and output data types different format conversion, and numerical string
Update
: 2025-03-14
Size
: 4kb
Publisher
:
ghost2008
[
Other
]
sprintf
DL : 0
不怕益出的SPRINTF只不过功能不及SPRINTF那么的完善罢了我已试国了基本无问题-Benefits are not afraid of the sprintf function as sprintf only so much I have try to improve the country without the basic problem
Update
: 2025-03-14
Size
: 1kb
Publisher
:
mayi
[
VC/MFC
]
sprintf
DL : 0
详细介绍了C语言库函数sprintf的用法,以及他和printf的区别。sprintf提供了强大的格式功能,将结果输出到一个字符串中,对C语言开发人员很有用。-Detailed information on C language library function sprintf usage, as well as the difference between him and printf. sprintf format provides a powerful function, the results output to a string of C language developers useful.
Update
: 2025-03-14
Size
: 9kb
Publisher
:
唐莎
[
Embeded Linux
]
rprintf
DL : 0
sprintf函数的简单功能实现。函数实现的功能不如库函数,请谅解。-sprintf function to achieve a simple function. Function to achieve the function as library function, please understanding.
Update
: 2025-03-14
Size
: 4kb
Publisher
:
leon
[
Software Engineering
]
sprintf
DL : 0
在将各种类型的数据构造成字符串时,sprintf 的强大功能很少会让你失望。由于sprintf 跟printf 在用法上几乎一样,只是打印的目的地不同而已,前者打印到字符串中,后者则直接在命令行上输出。这也导致sprintf 比printf 有用得多。-In all types of data structure into a string, sprintf power will rarely disappoint you. Printf as a result of sprintf with almost the same as in usage, but the destination of different print, print to a string in the former, the latter directly in the command-line output. Sprintf This also led to much more useful than printf.
Update
: 2025-03-14
Size
: 9kb
Publisher
:
w33839834
[
Printing program
]
sprintf
DL : 0
不怕溢出的sprintf int main() { string s stringprintf(s, "int: d, double: f, str: s", 18, 18.55, "test") cout << s << endl }-Not afraid of overflow sprintf int main () (string s stringprintf (s, " int: d, double: f, str: s" , 18, 18.55, " test" ) cout < < s < < endl )
Update
: 2025-03-14
Size
: 1kb
Publisher
:
zhuzhu
[
Algorithm
]
ftoa.c
DL : 0
This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages+inf,-inf, nnan (not a number).
Update
: 2025-03-14
Size
: 1kb
Publisher
:
steux
[
Printing program
]
Sprintf
DL : 0
This software help you to define your sprintf format variation, for decimal number, floating point number, and string.
Update
: 2025-03-14
Size
: 54kb
Publisher
:
arf
[
Other Embeded program
]
sprintf
DL : 0
sprintf源码。独立一个文件就可用。在嵌入式等系统中可能用到。网上找了很多,多数都不能用或功能不全。这个是本人下了一翻功夫完善过的代码。-sprintf source. Separate a file can be used. In the embedded and other systems may be used. The Internet is a lot, most are not usable or insufficiency. This is the effort I made a frightening sound off code.
Update
: 2025-03-14
Size
: 6kb
Publisher
:
WangDegang
[
VC/MFC
]
sprintf
DL : 0
在将各种类型的数据构造成字符串时,sprintf 的强大功能很少会让你失望。由于sprintf 跟printf 在用法上几乎一样,只是打印的目的地不同而已,前者打印到字符串中,后者则直接在命令行上输出。这也导致sprintf 比printf 有用得多。 -In the various types of data structures into a string, sprintf few powerful features let you down. As with printf sprintf almost identical in usage, but print a different destination, the former print to a string, which is directly on the command line output. This also led to sprintf much more useful than printf.
Update
: 2025-03-14
Size
: 9kb
Publisher
:
王民
[
SCM
]
sprintf
DL : 0
sprintf函数详细解释 -sprintf sprintf function is explained in detail the function explained in detail
Update
: 2025-03-14
Size
: 11kb
Publisher
:
假如
[
Linux-Unix
]
sprintf
DL : 0
BSD unix sprintf函数的实现
Update
: 2025-03-14
Size
: 1kb
Publisher
:
dsre
[
Books
]
sprintf
DL : 0
sprintf函数的使用说明,大家可以-how to use sprintf
Update
: 2025-03-14
Size
: 11kb
Publisher
:
liucheng
[
VC/MFC
]
sprintf_sscanf_usage
DL : 0
本文详细阐述了Sprintf与SScanf的用法,这两个函数对于想深入研究C语言的童鞋很有作用-This paper describes the Sprintf and SScanf usage, these two functions for the C language to study in depth the role of children' s shoes is very
Update
: 2025-03-14
Size
: 7kb
Publisher
:
曹乐
[
assembly language
]
make-sprintf
DL : 0
模拟实现sprintf函数简单过程及使用__stdcall调用协定实现变长传参-Simulate simple sprintf function the process and use __stdcall to call agreements to achieve change long pass parameters
Update
: 2025-03-14
Size
: 1kb
Publisher
:
许寒
[
Embeded-SCM Develop
]
sprintf
DL : 0
关于sprintf的用法,我一开始不会,看到之后会了,感觉很好,我就复制粘贴保存下来了-Sprintf usage, I would not, after seeing the good feeling, I copy and paste the saved
Update
: 2025-03-14
Size
: 19kb
Publisher
:
张涛
[
Other Embeded program
]
sprintf
DL : 0
replaces sprintf using flash memory and little RAM puca microcontroller 8051
Update
: 2025-03-14
Size
: 1kb
Publisher
:
[
Embeded-SCM Develop
]
sprintf
DL : 0
replaces sprintf using flash memory and little RAM puca microcontroller 8051
Update
: 2025-03-14
Size
: 1kb
Publisher
:
rnment
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.