-
字母小到大
字母小到大---汇编-alphabetical small to large compilation
- 2022-02-18 15:59:02下载
- 积分:1
-
4*4键盘扫描,依据键值,LCD双行显示,双行显示满后,清屏,重新显示...
4*4键盘扫描,依据键值,LCD双行显示,双行显示满后,清屏,重新显示-4* 4 keyboard scanning, based on keys, LCD double display, double line after the expiry of the Qing-ping, re-display
- 2022-04-19 03:18:47下载
- 积分:1
-
Traffic lights control the source, including the phase, multiple programs can be...
交通灯控制源程序,包括各相位、可保存多种方案在E2ROM,可根据需要调整方案。-Traffic lights control the source, including the phase, multiple programs can be stored in E2ROM, may need to be adjusted in accordance with the program.
- 2022-01-26 08:22:08下载
- 积分:1
-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-02-13 19:43:01下载
- 积分:1
-
串口测试程序,方便初学者调单片机串行通讯
串口测试程序,方便初学者调单片机串行通讯 -12333333333
- 2022-02-01 22:29:44下载
- 积分:1
-
实现H.264图像编结吗的优化,重点对DCT模块以及先行预测模块进行...
实现H.264图像编结吗的优化,重点对DCT模块以及先行预测模块进行-achieve H.264 image of knitting? Optimization, with a focus on the DCT module and module to forecast
- 2022-02-15 16:36:03下载
- 积分:1
-
PC机的串口收发软件 !!!C语言 PC机的串口收发软件 !!!C语言...
PC机的串口收发软件 !!!C语言 PC机的串口收发软件 !!!C语言-PC serial port transceiver software! ! ! C language PC serial port transceiver software! ! ! C language PC serial port transceiver software! ! ! C Language
- 2022-04-08 15:51: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
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2023-02-19 23:40:03下载
- 积分:1
-
基于汇编语言的学生管理系统
资源描述学生管理系统。由汇编语言编写的,有学生信息录入、排序、输出等功能。
- 2022-03-22 09:49:52下载
- 积分:1