搜索结果

找到约 104 项符合 Printf 的查询结果

嵌入式Linux 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试

在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
https://www.eeworm.com/dl/653/142132.html
下载: 162
查看: 1055

单片机开发 The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s

The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the ...
https://www.eeworm.com/dl/648/148542.html
下载: 125
查看: 1077

其他嵌入式/单片机内容 小型的printf函数原码,省略了浮点数的支持,可明显减小原码大小.

小型的printf函数原码,省略了浮点数的支持,可明显减小原码大小.
https://www.eeworm.com/dl/687/158047.html
下载: 100
查看: 1028

中间件编程 类似于printf的函数

类似于printf的函数,可以实现其输出的功能,
https://www.eeworm.com/dl/682/180217.html
下载: 178
查看: 1061

Linux/Unix编程 实现printf功能的变长函数程序

实现printf功能的变长函数程序,适合初学者学习
https://www.eeworm.com/dl/619/193407.html
下载: 129
查看: 1049

Linux/Unix编程 在sco unix 下显示前n天或后n天日期的处理程序。 printf("功能: 时间戳与时间格式字符串的转换程序 ") printf(" -i 输入的参数为时间戳 ") printf("

在sco unix 下显示前n天或后n天日期的处理程序。 printf("功能: 时间戳与时间格式字符串的转换程序\n") printf(" -i 输入的参数为时间戳\n") printf(" -s 输入的参数为格式化时间\n") printf(" -t 输入的时间取当前系统时间\n") printf(" -x 输入的时间增加或减少的天数\n") printf(" -o 输出的时间为时间戳格式\n") ...
https://www.eeworm.com/dl/619/210415.html
下载: 187
查看: 1151

单片机开发 自己写的C语言代码用来实现printf,经典的就是经典,可以随便拿来用

自己写的C语言代码用来实现printf,经典的就是经典,可以随便拿来用
https://www.eeworm.com/dl/648/237678.html
下载: 109
查看: 1062

数据结构 "栈顶运算符为: %c ",getTop(optr)) printf("此时运算符为:%c ",e) printf("栈顶运算符优先级低,%c进栈 ",e)

"栈顶运算符为: %c\n",getTop(optr)) printf("此时运算符为:%c\n",e) printf("栈顶运算符优先级低,%c进栈\n",e) push(optr,e) //e进运算符栈
https://www.eeworm.com/dl/654/263618.html
下载: 23
查看: 1217

其他 Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行

Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行数,列数,非零元素数:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
https://www.eeworm.com/dl/534/266768.html
下载: 69
查看: 1294

嵌入式/单片机编程 Tiny printf function for embedded programming

Tiny printf function for embedded programming
https://www.eeworm.com/dl/647/273501.html
下载: 59
查看: 1088