-
课程设计大炮打飞机!简易!
课程设计大炮打飞机!简易!-curriculum design aircraft artillery! Simple!
- 2022-02-03 14:55:20下载
- 积分:1
-
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。...
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。-An asm typing game. Includes features such as mouse control, direct video memory access, serial communication via rs232 and high score keeping and etc.
- 2023-03-22 00:15:03下载
- 积分:1
-
Stepper Motor Controlled by pic12F629
我发现在我的盒子里有电子设备单极步进电机-PM35L-048-HP04。这是我第一次接触步进电机。
- 2022-01-26 01:07:56下载
- 积分:1
-
Convert Binary number to Dec
是一个用于将二进制格式的整数转换为十进制的短代码段。
- 2022-10-19 04:00:03下载
- 积分:1
-
基于51的蓝牙车程序(内附手机APP)
基于51的蓝牙车程序,你只需按着程序接线即可,内附手机APP,有摇杆按钮控制,并且可实现重力感应
- 2023-03-16 14:20:08下载
- 积分:1
-
The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fa...
The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fastest finger first project-The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fastest finger first project...
- 2022-02-20 20:05:17下载
- 积分:1
-
mimasuo
密码锁 密码锁控制程序 汇编 实现-mimasuo
- 2022-12-11 23:55:03下载
- 积分:1
-
and vector interrupt settings and read the DOS function calls, which in this cas...
与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
- 2022-02-02 05:53:54下载
- 积分: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
-
240×128lcm测试程序,这是完全可能的。240×128lcm测试程序…
240*128LCM测试程序,完全可用。240*128LCM测试程序,完全可用-240* 128LCM test procedure and it is perfectly possible. 240* 128LCM test procedure and it is perfectly possible
- 2022-01-28 03:03:44下载
- 积分:1