-
汇编实例教程,内有汇编源代码多个,有详细注释说明。
汇编实例教程,内有汇编源代码多个,有详细注释说明。-Compilation of tutorial examples with source code has compiled more than detailed notes.
- 2023-01-31 10:25:04下载
- 积分:1
-
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张...
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张-Metro ticket class, the fare from 2 to 7 yuan, can be time to buy a variety of fare tickets, the maximum number of sheets of 10
- 2023-06-20 03:15:04下载
- 积分:1
-
KEY scanning line inversion method. Asm
矩阵键盘扫描扫描之线反转法.asm把扫描到的键值,通过计算机的串口发送出去。-KEY scanning line inversion method. Asm
- 2022-07-13 07:33:27下载
- 积分:1
-
delete the file of the blanks
删除文件中的空格-delete the file of the blanks
- 2022-03-20 02:57:12下载
- 积分:1
-
MSP430单片机的USART实验程序使用IAR嵌入式软件开发workbenc H…
msp430usart实验程序采用IAR嵌入式工作台软件开发
- 2022-03-20 14:01:10下载
- 积分:1
-
语音电压表。
// 文件来源:《SPCE061A单片机实验指导书》,"实验三十八 0~3V电压测量表"...
语音电压表。
// 文件来源:《SPCE061A单片机实验指导书》,"实验三十八 0~3V电压测量表"-voice voltage meter.// Source of the document : "SPCE061A experimental guide book", "Experiment 38 0 ~ 3V voltage measurement table"
- 2022-11-09 08:45:04下载
- 积分:1
-
absolutely convenient, but I will not tell the teacher! ! This operation but my...
绝对好用,不过不要告诉俺老师!!这可是我的作业阿!-absolutely convenient, but I will not tell the teacher! ! This operation but my A!
- 2022-04-14 23:23:37下载
- 积分:1
-
8051单片机的监控程序
8051监控程序:-使用外部ram运行用户程序-使用EEPROM保存用户程序-提供单步去毛刺,可以读取内部寄存器和ram
- 2022-08-22 01:20:44下载
- 积分: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
-
VC内联汇编示例代码
VC内联汇编示例代码-VC associated sample code compilation
- 2023-08-16 13:00:02下载
- 积分:1