-
51 traffic lights designed for use 74LS273 as the output port with assembler, ci...
51交通灯设计用74LS273作为输出口,带汇编程序,电路图。-51 traffic lights designed for use 74LS273 as the output port with assembler, circuit diagrams.
- 2022-01-25 23:16:59下载
- 积分:1
-
一些关于FPGA的重要的PING语句,相当好的东西
一些关于FPGA的重要的PING语句,相当好的东西-Number of FPGA
- 2022-11-12 02:10:03下载
- 积分:1
-
汇编程序案例9音乐演奏music.rar
汇编程序案例9音乐演奏music.rar-Nine cases assembler music music.rar
- 2022-04-22 01:49:52下载
- 积分:1
-
汇编语言实现学生成绩信息系统
一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到1位小数。实现以下功能:
(1) 可以录入学生成绩(十进制形式);
(2) 可以按要求(如学号或成绩)进行排序显示;
(3) 可以统计不及格成绩、60~70、70~80、80~90、90~100各分数段的人数。
- 2022-03-13 05:15:43下载
- 积分:1
-
用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。...
用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-assembly language of a simple student records management system interfaces to operate, through the mountains around the mouse button to select the menu for the corresponding execution.
- 2022-03-22 05:18:19下载
- 积分: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
-
80x86asm Programming Guide based Chinese version
80x86asm程序设计基础教程中文版-80x86asm Programming Guide based Chinese version
- 2022-06-14 01:27:39下载
- 积分:1
-
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用...
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用-using Matlab as in the use of the transfer matrix method photonic crystal reflectivity, Lieutenant General procedures documents written in word document, together with the painting under Matlab plans, feeling useful
- 2022-12-11 00:05:03下载
- 积分:1
-
C语言编译器的源代码
C语言编译器的源代码-C language compiler source code
- 2022-06-19 18:14:49下载
- 积分:1
-
Fortran 的矩阵求逆程序
Fortran 的矩阵求逆程序-Fortran the matrix inversion process
- 2022-02-19 21:43:19下载
- 积分:1