-
对汇编语言的基本入门知识,你可以学号汇编语言
对汇编语言的基本入门知识,你可以学号汇编语言-you are so smart.and you a
- 2023-01-13 15:45:04下载
- 积分:1
-
Compilation of statistics to achieve a string of alphanumeric characters which h...
汇编实现统计一个串中 数字 字母 其他字符个有几个-Compilation of statistics to achieve a string of alphanumeric characters which have a number of other
- 2023-07-23 15:50:03下载
- 积分:1
-
此程序的功能是把红外遥控器的地址码(16位)和控制码及反码显示出来,每按一次遥控器都能显示这些数据(用8只数码管16进制显示).
此程序的功能是把红外遥控器的地址码(16位)和控制码及反码显示出来,每按一次遥控器都能显示这些数据(用8只数码管16进制显示).-The function of this program is to address the infrared remote control code (16) and the control code and anti-code displayed every time the remote control can display these data (8 by 16-band digital tube display).
- 2022-08-18 17:14:45下载
- 积分:1
-
单源最短路径问题
单源最短路径问题-single source shortest path problem
- 2023-01-05 19:20:03下载
- 积分:1
-
ARM_Embedded_C_Programming_Language.rar look, ARM C programming teaching materia...
ARM_Embedded_C_Programming_Language.rar看一下,ARM C编写程序的教材。-ARM_Embedded_C_Programming_Language.rar look, ARM C programming teaching materials.
- 2022-02-22 06:28:01下载
- 积分:1
-
with DSP PN code, assembly language programming,
用DSP实现PN码,用汇编语言编程实现,-with DSP PN code, assembly language programming,
- 2022-11-17 04:10:04下载
- 积分:1
-
电子密码锁,报警,修改密码,输入三次错误自动结束。
电子密码锁,报警,修改密码,输入三次错误自动结束。-Electronic password lock, alarm, change your password, enter the three errors automatically end.
- 2022-04-25 16:33:52下载
- 积分: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
-
Matrix Operation in Assembly Language
Matrix Operation in Assembly Language
- 2022-07-07 20:14:46下载
- 积分:1
-
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序...
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序-This is a compilation of the package, which contains a compilation of the general beginners by reference to the compilation of small programs
- 2022-02-02 19:46:07下载
- 积分:1