-
PIC 外部中断 控制程序
此电话用于工作面沿线,与控制台配接,具有沿线的报
警、通话、闭锁等功能。型号 1:开关为旋钮,可以远启远停破碎机、转载机、前部运输机、
后部运输机,对前部运输机或后部运输机进行锁定。型号 2:开关为按钮,与控制台配接可
以闭锁前部运输机或后部运输机。利用PIC16f628A单片机实现控制程序
- 2022-01-31 16:13: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
-
This procedure is soft clock procedure, if you do not have the hardware clock, y...
这个程序是软时钟程序,如果你不用硬时钟,可以使用这个程序-This procedure is soft clock procedure, if you do not have the hardware clock, you can use this procedure
- 2022-03-21 21:06:09下载
- 积分:1
-
本次设计的RS232 to USB转换器,RS232端所采用的baud rate仅为9600。并没有对其它baud rate
到 USB 作转换...
本次设计的RS232 to USB转换器,RS232端所采用的baud rate仅为9600。并没有对其它baud rate
到 USB 作转换-The design of the RS232 to USB converter, RS232 terminal baud rate used in 9600 only. There is no other baud rate to USB conversion
- 2022-02-05 04:37:19下载
- 积分:1
-
汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本...
汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本-very useful compilation of resources you may use his learning very convenient compilation it is a good sample
- 2023-04-05 03:55:03下载
- 积分:1
-
UASRT asynchronous serial receive routine, suitable for beginners to learn!
UASRT异步串行接收例程,适合初学者学习!-UASRT asynchronous serial receive routine, suitable for beginners to learn!
- 2022-01-23 11:13:41下载
- 积分:1
-
menuet os application source code, compile written many applications
menuet os应用程序源代码,很多汇编写的应用程序-menuet os application source code, compile written many applications
- 2022-01-21 18:12:54下载
- 积分:1
-
205.asm-----数码管循环显示00~99源程序
205.asm-----数码管循环显示00~99源程序-205.asm----- digital tube display 00 ~ 99 cycle source
- 2022-02-15 17:31:51下载
- 积分:1
-
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.-For the Chinese characters displayed OCM4X8C assembler is prepared using keil software.
- 2023-08-08 00:10:04下载
- 积分:1
-
HT46R23控制电磁炉程序功能齐全已经试验成功效果不错有人需要的请下载...
HT46R23控制电磁炉程序功能齐全已经试验成功效果不错有人需要的请下载-HT46R23 functional control Induction procedure has been successfully tested its effectiveness was required, download
- 2022-08-13 21:56:17下载
- 积分:1