搜索资源列表
riliLCD
- 熟悉SP3530 日历时钟的编程方法熟悉SMBUS 编程方法 读取SP3530 的时间并在LCD 上显示出来通过键盘修改时间-SP3530 familiar with the programming method of the calendar clock SMBUS familiar programming method SP3530 time to read and displayed in the LCD through the modified keyboard
shiyan
- 用来从键盘读取本班同学的期末成绩,并把该成绩保存在score.dat文件中。-This class is used to read the final grade students from the keyboard, and save the results in the score.dat file.
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c