-
TI个实现同步电机的SVPWM控制算法的使用
使用TI TMS2407 实现SVPWM同步电机控制算法-TI TMS2407 realize the use of SVPWM control algorithm for synchronous motor
- 2022-03-10 03:28:16下载
- 积分:1
-
P1口LED灯实现各种渐变效果,有真正的流水灯程序!!1
P1口LED灯实现各种渐变效果,有真正的流水灯程序!!1-P1 port LED lamps to achieve a variety of gradient effects, there is a real water light program! ! 1
- 2022-02-26 14:38:28下载
- 积分:1
-
对于反实验,操作环境,集成环境为W。
用于计数器实验,运行环境为Winxp Xingyan集成环境-For the counter experiments, operating environment, integrated environment for Winxp Xingyan
- 2022-01-31 04:25:43下载
- 积分:1
-
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的...
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的-instructions on the compilation is a small dictionary, used to be very uncomfortable for some beginners should help
- 2022-06-01 14:46:15下载
- 积分:1
-
8951系列延时子程序——汇编语言
我自己用的汇编语言子程序,分享给大家。有不愿意自己琢磨的朋友可以拿来就用。
我会陆续上传我的应用。
希望能对朋友们有所帮助。
- 2022-07-03 23:01:06下载
- 积分:1
-
配合mp3硬件之源程序,用于zip播放机。里面较为详细的收录
配合mp3硬件之源程序,用于zip播放机。里面较为详细的收录-Mp3 hardware with the source code for the zip player. Which included more detailed
- 2022-07-23 08:29:06下载
- 积分:1
-
Proteus simulation Keil C and cell phone in English to realize the simulation in...
Keil C 和proteus仿真
实现对手机英文输入方式的仿真
-Proteus simulation Keil C and cell phone in English to realize the simulation input
- 2023-01-26 22:05:03下载
- 积分: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
-
89s51' s 9AT24C02 bus testing procedures
89s51的9AT24C02总线试验程序-89s51" s 9AT24C02 bus testing procedures
- 2022-01-25 20:17:50下载
- 积分:1
-
err
《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。-err
- 2023-07-29 07:55:04下载
- 积分:1