-
读写24C01。PI
C写 读写24C01。PI
C写
读写24C01。PI
C写 读写24C01。PI
C写-读写24C01。PI
C写读写24C01。PI
C写
- 2022-02-26 10:58:25下载
- 积分:1
-
DS1302 to read and write procedures for calendar DS1302 digital tube display to...
DS1302读写程序 万年历 数码管子显示
DS1302读写程序 万年历 数码管子显示-DS1302 to read and write procedures for calendar DS1302 digital tube display to read and write procedures for calendar digital tube display
- 2022-09-06 07:15:03下载
- 积分:1
-
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够...
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间;
实物演示时要求讲出程序原理和设计思想;
程序运行良好、界面清晰。
-The use of assembly language implementation on a show in the display hours, minutes and seconds of electronic clock, and can provide the whole point timekeeping function. Designed with a basic display hour, minute, second electronic clock. The whole point of the book or the alarm time, be able to carry out a different time in music, you can set their own alarm clock time kind demonstration program called the principle of speaking the idea and design program is running good, clear interface.
- 2022-05-07 23:11:00下载
- 积分:1
-
From the first time the procedure is " C++ Programming Guide" series, s...
第一次上传的程序,是《C++程序设计教程》系列的部分辅助代码。作者是钱能-From the first time the procedure is " C++ Programming Guide" series, some people in the supplementary code. The author is money to
- 2023-08-01 07:00:03下载
- 积分:1
-
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。...
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。-Recursive descent analysis so that we can know and understand more of the lexical analysis of the content and annotations.
- 2022-01-26 07:33:53下载
- 积分:1
-
关于LCD液晶的开发应用等技术文章包括驱动程序,硬件开发等...
关于LCD液晶的开发应用等技术文章包括驱动程序,硬件开发等-LCD on the development and application of technical articles driver and hardware development
- 2023-04-21 03:20:02下载
- 积分:1
-
6. Electronic advertising (8X8) display, digital tube display 5 words
6.电子广告(8X8)显示屏,数码管上显示5的字样-6. Electronic advertising (8X8) display, digital tube display 5 words
- 2022-11-16 13:20:03下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
matlab
比较有用的matlab实例,给matlab初学者参考,有需要的还可以联系我-matlab
- 2022-07-22 01:36:45下载
- 积分:1
-
Assembly Language Programming
*****汇编语言程序设计 源代码-Assembly Language Programming
- 2022-01-31 16:41:32下载
- 积分:1