在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)
上传时间: 2014-01-23
上传用户:comua
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 Keil CA ARM Compiler run-time library which is tuned for single chip systems.
标签: KEIL_IODemo allocation routines project
上传时间: 2013-12-08
上传用户:ve3344
小型的PRINTF函数原码,省略了浮点数的支持,可明显减小原码大小.
上传时间: 2015-05-28
上传用户:四只眼
类似于PRINTF的函数,可以实现其输出的功能,
上传时间: 2014-01-15
上传用户:fhzm5658
实现PRINTF功能的变长函数程序,适合初学者学习
上传时间: 2015-09-06
上传用户:klin3139
在sco unix 下显示前n天或后n天日期的处理程序。 PRINTF("功能: 时间戳与时间格式字符串的转换程序\n") PRINTF(" -i 输入的参数为时间戳\n") PRINTF(" -s 输入的参数为格式化时间\n") PRINTF(" -t 输入的时间取当前系统时间\n") PRINTF(" -x 输入的时间增加或减少的天数\n") PRINTF(" -o 输出的时间为时间戳格式\n") PRINTF(" -O 输出的时间为格式化时间\n") PRINTF(" -h 帮助文件-查看[format]如何定义,例 %s -h\n",procname) PRINTF("范例:1 取当前日期的前2天的时间显示 %s -t -x -2\n",procname) PRINTF(" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\n",procname) PRINTF(" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \"%%D %%T\"\n",procname) PRINTF(" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \n",procname) PRINTF(" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \n",procname)
上传时间: 2015-10-17
上传用户:TRIFCT
自己写的C语言代码用来实现PRINTF,经典的就是经典,可以随便拿来用
上传时间: 2015-12-24
上传用户:sardinescn
"栈顶运算符为: %c\n",getTop(optr)) PRINTF("此时运算符为:%c\n",e) PRINTF("栈顶运算符优先级低,%c进栈\n",e) push(optr,e) //e进运算符栈
上传时间: 2016-02-25
上传用户:英雄
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 {
标签: Status CreateSMatrix RLSMatrix Triple
上传时间: 2013-12-22
上传用户:shanml
Tiny PRINTF function for embedded programming
标签: programming function embedded PRINTF
上传时间: 2016-03-20
上传用户:ls530720646