-
中断列表(6) : WinHelp程序 263K
中断列表(6) : WinHelp程序 263K-suspended list (6) : WinHelp procedures 263K
- 2022-01-25 18:23:01下载
- 积分:1
-
24C01的汇编驱动程序。直接解压。 有注释
24C01的汇编驱动程序。直接解压。 有注释-24C01 compilation driver. Direct decompression. It Notes
- 2022-03-17 06:21:40下载
- 积分:1
-
十速单片机TM57PA40主要功能,对学习及使用十速单片机有很大帮助...
十速单片机TM57PA40主要功能,对学习及使用十速单片机有很大帮助-10-speed microcontroller TM57PA40 major functions of the learning and use of 10-speed microcontroller of great help
- 2023-07-19 12:45:03下载
- 积分:1
-
该文件是用MASM开发的,关于电子时钟的设计,内含有报告一篇...
该文件是用MASM开发的,关于电子时钟的设计,内含有报告一篇-the document is the development of the Shape of the electronic clock design, contain a report
- 2022-02-06 01:49:14下载
- 积分:1
-
HD44780在aduc812上的应用,汇编程序,调试成功
HD44780在aduc812上的应用,汇编程序,调试成功-HD44780 in the application procedure compilation, debugging success
- 2022-08-26 01:16:49下载
- 积分:1
-
用汇编语言实现加法,从1到N依次相加。比如N设为100,则结果为...
用汇编语言实现加法,从1到N依次相加。比如N设为100,则结果为-Compilation of experiments with the addition
- 2022-03-16 14:11:36下载
- 积分:1
-
将输入的十进制数转换为二进制数,程序为X86汇编中的宏模块...
将输入的十进制数转换为二进制数,程序为X86汇编中的宏模块-The input of a decimal number converted to binary number, the program for the X86 compilation of the macro module
- 2022-08-25 14:25:34下载
- 积分:1
-
LCD screen to start the procedure, including liquid crystal function, drawing a...
液晶屏启动程序,还包括液晶功能函数,画线画图等等。-LCD screen to start the procedure, including liquid crystal function, drawing a line drawing and so on.
- 2022-01-26 04:33:09下载
- 积分: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
-
用汇编语言写的了一个定时计数器的程序,已经通过,实现良好...
用汇编语言写的了一个定时计数器的程序,已经通过,实现良好-Written in assembly language with a regular counter procedures, have been adopted to achieve good
- 2023-05-08 04:15:02下载
- 积分:1