-
split air
分体空调的说明文件 名厂机型 几W台量 有PG电机 遥控 马达-split air-conditioning in the documentation for aircraft manufacturers in Taiwan have in W PG electrical motor control
- 2022-03-21 03:26:05下载
- 积分: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
-
read character
读取字母,用来检测用户以键盘输入的字符,并将其储存起来-read character
- 2022-03-24 06:07:49下载
- 积分:1
-
这个是关于实现同步电机FOC的控制程序源代码,是基于DSP开发平台,芯片是TITMSLF2407...
这个是关于实现同步电机FOC的控制程序源代码,是基于DSP开发平台,芯片是TITMSLF2407-This is on the realization of the control of synchronous motor FOC source code is based on a DSP development platform, the chip is TITMSLF2407
- 2022-10-27 23:25:03下载
- 积分:1
-
易语言,DLL源码.利用DLL调用检验程序完整性!
易语言,DLL源码.利用DLL调用检验程序完整性!-Yi language, DLL source code. The use of DLL calls the integrity of testing procedures!
- 2022-08-14 11:13:46下载
- 积分:1
-
PIC 外部中断 控制程序
此电话用于工作面沿线,与控制台配接,具有沿线的报
警、通话、闭锁等功能。型号 1:开关为旋钮,可以远启远停破碎机、转载机、前部运输机、
后部运输机,对前部运输机或后部运输机进行锁定。型号 2:开关为按钮,与控制台配接可
以闭锁前部运输机或后部运输机。利用PIC16f628A单片机实现控制程序
- 2022-01-31 16:13:03下载
- 积分:1
-
a compilation procedure but forgot what
一个汇编程序 不过什么忘了-a compilation procedure but forgot what
- 2022-03-19 02:12:42下载
- 积分:1
-
用来自动测算你在1分钟内的操作次数的即敲击键盘次数
用来自动测算你在1分钟内的操作次数的即敲击键盘次数-Is used to automatically measure your operation within 1 minute the number of keystrokes that the number of
- 2022-07-04 10:21:36下载
- 积分:1
-
LABVIEW make use of a calculator, procedures concise.
用LABVIEW做的一款计算器,程序简洁明了.-LABVIEW make use of a calculator, procedures concise.
- 2022-07-04 13:19:24下载
- 积分:1
-
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解....
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
- 2022-02-15 08:05:06下载
- 积分:1