搜索结果
找到约 126 项符合
printf 的查询结果
按分类筛选
- 全部分类
- 技术资料 (20)
- 单片机开发 (16)
- 源码 (15)
- Linux/Unix编程 (10)
- 嵌入式/单片机编程 (5)
- 微处理器开发 (5)
- VC书籍 (5)
- 其他嵌入式/单片机内容 (5)
- 数学计算 (4)
- VIP专区 (4)
- 其他 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- 中间件编程 (3)
- 单片机编程 (2)
- C/C++语言编程 (2)
- Internet/网络编程 (2)
- 磁盘编程 (2)
- uCOS (2)
- 嵌入式Linux (2)
- 软件设计/软件工程 (2)
- 软件 (1)
- Linux/uClinux/Unix编程 (1)
- 操作系统开发 (1)
- 教材/考试/认证 (1)
- *行业应用 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 家庭/个人应用 (1)
- 系统设计方案 (1)
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") ...
操作系统开发 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, ...
微处理器开发 STM32 "kickstart" program with newlib/stdio like sprintf&printf
STM32 "kickstart" program with
newlib/stdio like sprintf&printf
微处理器开发 在ARM上实现Printf,可以输出任何格式的变量
在ARM上实现Printf,可以输出任何格式的变量,调试时非常方便
微处理器开发 STM32 Printf for stm32f103 -> UART1
STM32 Printf for stm32f103 -> UART1
数据结构 "栈顶运算符为: %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进运算符栈
嵌入式/单片机编程 LPC2131 ,Printf函数通过串口1向上位机软件发送数据
LPC2131 ,Printf函数通过串口1向上位机软件发送数据,以后利用该模板即可正常使用Printf。
家庭/个人应用 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:
单片机开发 因为“飞思卡尔”S12单片机不支持Printf()函数
因为“飞思卡尔”S12单片机不支持Printf()函数,要想输出还得自己编写输出函数。所以我给大家提供一个Printp90函数吧!
单片机开发 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 ...