代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/425426/10357487
o printf.o
www.eeworm.com/read/425426/10357547
c printf.c
/*
*********************************************************************************************************
* 文件: Printf.C.
* 描述: 串口输出函数.
* 编写: 深思 (001-12345@sohu.com).
*************************
www.eeworm.com/read/425209/10370556
o printf.o
www.eeworm.com/read/425209/10370619
c printf.c
/*
*********************************************************************************************************
* 文件: Printf.C.
* 描述: 串口输出函数.
* 编写: 深思 (001-12345@sohu.com).
*************************
www.eeworm.com/read/161772/10376237
c printf.c
/* Demonstration of printf(). */
#include
char *m1 = "Binary";
char *m2 = "Decimal";
char *m3 = "Octal";
char *m4 = "Hexadecimal";
int main( void )
{
float d1 = 10000.123;
www.eeworm.com/read/161772/10376262
exe printf.exe
www.eeworm.com/read/354053/10393928
gfx printf.gfx
www.eeworm.com/read/278864/10501348
test-printf
www.eeworm.com/read/278864/10501364
test-printf
www.eeworm.com/read/352733/10520600
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful