搜索结果

找到约 126 项符合 PRINTF 的查询结果

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
查看: 1191

操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************

int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2, ...
https://www.eeworm.com/dl/531/388505.html
下载: 166
查看: 1209

微处理器开发 STM32 "kickstart" program with newlib/stdio like sprintf&printf

STM32 "kickstart" program with newlib/stdio like sprintf&printf
https://www.eeworm.com/dl/655/489475.html
下载: 136
查看: 1132

微处理器开发 在ARM上实现Printf,可以输出任何格式的变量

在ARM上实现Printf,可以输出任何格式的变量,调试时非常方便
https://www.eeworm.com/dl/655/436196.html
下载: 131
查看: 1051

微处理器开发 STM32 Printf for stm32f103 -> UART1

STM32 Printf for stm32f103 -> UART1
https://www.eeworm.com/dl/655/439565.html
下载: 44
查看: 1181

数据结构 "栈顶运算符为: %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
查看: 1254

嵌入式/单片机编程 LPC2131 ,Printf函数通过串口1向上位机软件发送数据

LPC2131 ,Printf函数通过串口1向上位机软件发送数据,以后利用该模板即可正常使用Printf。
https://www.eeworm.com/dl/647/372758.html
下载: 101
查看: 1094

家庭/个人应用 What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirem

What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirements: . CPU has CP0 structure (r4k compatible) Configure:
https://www.eeworm.com/dl/667/406716.html
下载: 124
查看: 1067

单片机开发 因为“飞思卡尔”S12单片机不支持Printf()函数

因为“飞思卡尔”S12单片机不支持Printf()函数,要想输出还得自己编写输出函数。所以我给大家提供一个Printp90函数吧!
https://www.eeworm.com/dl/648/421583.html
下载: 107
查看: 1207

单片机开发 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
查看: 1116