搜索结果

找到约 104 项符合 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:
https://www.eeworm.com/dl/667/406716.html
下载: 124
查看: 1032

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

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

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

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

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

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

Linux/Unix编程 linux下的printf函数实现

linux下的printf函数实现,实现了部分功能
https://www.eeworm.com/dl/619/440274.html
下载: 166
查看: 1034

VC书籍 程序开发中写log用的实现代码, C语言代码, 可以不用修改再C++或MFC中使用, 可以将写log的函数使用方法同printf, 可以接收可变参数. 对于开发程序很有帮助.

程序开发中写log用的实现代码, C语言代码, 可以不用修改再C++或MFC中使用, 可以将写log的函数使用方法同printf, 可以接收可变参数. 对于开发程序很有帮助.
https://www.eeworm.com/dl/686/447764.html
下载: 64
查看: 1078

Linux/Unix编程 //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su

//颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) ...
https://www.eeworm.com/dl/619/451809.html
下载: 145
查看: 1042

Linux/Unix编程 本人参照linux 0.1内核源代码写的printf函数的实现,支持 c, s, o, d, x, f的打印输出

本人参照linux 0.1内核源代码写的printf函数的实现,支持 c, s, o, d, x, f的打印输出
https://www.eeworm.com/dl/619/480375.html
下载: 75
查看: 1061

其他嵌入式/单片机内容 printf implementation (small) for microcontrollers

printf implementation (small) for microcontrollers
https://www.eeworm.com/dl/687/483649.html
下载: 170
查看: 1103

微处理器开发 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
查看: 1092