-
Text block of the calendar in detail the algorithm, except to the accurate data,...
此文挡详细的阐述了万年历的算法,给除了精确的数据,运行调试即可-Text block of the calendar in detail the algorithm, except to the accurate data, run debug can
- 2022-10-02 18:55:03下载
- 积分:1
-
简单51程序,主要针对初学者的51程序,跑马灯的
简单51程序,主要针对初学者的51程序,跑马灯的-51 simple procedures, mainly for beginners of 51 procedures, the Marquee
- 2022-03-07 03:26:31下载
- 积分: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
-
jpxs程序功能可以实现,但本人认为算法比较混乱,待以后作出好的算法。
键盘用p2.2...
jpxs程序功能可以实现,但本人认为算法比较混乱,待以后作出好的算法。
键盘用p2.2--p2.7
码显示用p3.6,p3.7-jpxs program features can be achieved, but I think that the algorithm a bit confusing, to be later made a good algorithm. P2.2 p2.7 code using the keyboard display with p3.6, p3.7
- 2022-08-16 09:47:28下载
- 积分:1
-
This example prints out "HELLO WORLD!" by writing directly to the video memory.
This example prints out "HELLO WORLD!" by writing directly to the video memory.
- 2023-02-21 22:40:04下载
- 积分:1
-
汇编电子琴
汇编电子琴-An asembly electronic piano.
- 2022-01-26 02:27:48下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1
-
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。...
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。-This is the author spent his early years developed a single-chip image data read摄象头procedures, is the compilation of written procedures for design ideas and style can draw on, is the author
- 2022-10-12 06:20:03下载
- 积分:1
-
source code for alarming
source code for alarming
- 2023-04-09 18:50:04下载
- 积分:1
-
一个游戏,玩克林特打planew。看谁能先打吨。
一款人与客户端打飞机的人工智能游戏,,,
和美观的界面-a game that play with the clint to hit the planew .look: who can the First hit the enemy s the head of the plane
- 2022-02-10 16:33:08下载
- 积分:1