搜索结果

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

中间件编程 打印日志文件

打印日志文件,带可变参数,类似与printf函数,可以把文件直接打印到文件中
https://www.eeworm.com/dl/682/224474.html
下载: 59
查看: 1022

其他 学会对文件的记录锁定

学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) ...
https://www.eeworm.com/dl/534/242419.html
下载: 95
查看: 1100

单片机开发 S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(

S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar ...
https://www.eeworm.com/dl/648/272315.html
下载: 65
查看: 1300

单片机开发 avr单片机的api编程

avr单片机的api编程,包含printf函数影射和端口的直接操作。
https://www.eeworm.com/dl/648/293524.html
下载: 95
查看: 1016

VC书籍 详细介绍了C语言库函数sprintf的用法

详细介绍了C语言库函数sprintf的用法,以及他和printf的区别。sprintf提供了强大的格式功能,将结果输出到一个字符串中,对C语言开发人员很有用。
https://www.eeworm.com/dl/686/297056.html
下载: 133
查看: 1092

汇编语言 C语言的名里使用方法

C语言的名里使用方法,包括输入输出函数,scanf,printf,define,还有ASCII码表
https://www.eeworm.com/dl/644/300917.html
下载: 187
查看: 1023

其他嵌入式/单片机内容 HS12中的一个有关printp函数的详细实现代码

HS12中的一个有关printp函数的详细实现代码,类似于windows里边的printf,在调试时很有用
https://www.eeworm.com/dl/687/304857.html
下载: 129
查看: 1029

单片机开发 S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash contro

S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。
https://www.eeworm.com/dl/648/319545.html
下载: 134
查看: 1041

编译器/解释器 编译原理

编译原理,很有用的源代码printf("所得first集为:") ShowCollect(first) printf("所得follow集为:")
https://www.eeworm.com/dl/628/320294.html
下载: 94
查看: 1015

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376185.html
下载: 136
查看: 1120