-
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇
一款用24L01给美的电器做的2.4G无线遥控器,用来控制风扇-A 24L01 to the United States used to do electrical of 2.4G wireless remote control, used to control fan
- 2022-07-12 17:40:03下载
- 积分:1
-
8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。
8086下的求一个序列的波峰波谷值的程序。 可以任意输入序列,显示波峰波谷值和相对位置。-under 8,086 for a sequence of the troughs trough values procedures. Can arbitrary input sequence, showing peaks and trough values relative position.
- 2022-08-08 22:45:08下载
- 积分:1
-
间歇式LED的装配hcs08se8
这是一个在所述微控制器 HCS08SE8,这使用的 I/O 端口到权力 ─ 断断续续地下了一系列的 LED 的汇编语言代码。此外,通过交换机我们控制序列。
- 2022-05-21 00:19:59下载
- 积分:1
-
Ping.exe similar to Windows
类似于Windows自带的Ping.exe程序,用 ICMP 协议实现 Ping 的功能;socket的另一种用法-Ping.exe similar to Windows
- 2022-04-12 03:50:39下载
- 积分:1
-
On a printer assembly language procedure, can be used, but would like to have a...
关于打印机的一个汇编语言程序,能用,但是希望有高手能够翻译成c语言的供大家分享-On a printer assembly language procedure, can be used, but would like to have a master can be translated into the language of c for everyone to share
- 2022-01-25 21:13:06下载
- 积分:1
-
MSP430F135的UART操作代码,绝对的真实可行.放心下载
MSP430F135的UART操作代码,绝对的真实可行.放心下载-MSP430F135 the UART operation code, is absolutely true feasible. Rest assured Download
- 2022-03-10 15:57: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
-
8951系列延时子程序——汇编语言
我自己用的汇编语言子程序,分享给大家。有不愿意自己琢磨的朋友可以拿来就用。
我会陆续上传我的应用。
希望能对朋友们有所帮助。
- 2022-07-03 23:01:06下载
- 积分:1
-
control interrupted code compilation
控制中断的汇编代码-control interrupted code compilation
- 2022-07-18 12:42:41下载
- 积分:1
-
带液晶显示屏的1拖8的EEPROM抄写器原代码,抄写速度很快,带校验功能.
带液晶显示屏的1拖8的EEPROM抄写器原代码,抄写速度很快,带校验功能.-LCD screen with one of the 8 trailers EEPROM device copying the original code, copying fast, with calibration function.
- 2022-03-24 20:08:31下载
- 积分:1