-
各色各样的霓虹灯汇编源程序和exe执行程序
各色各样的霓虹灯汇编源程序和exe执行程序-all kinds of neon source and compilation procedures exe
- 2022-12-04 10:05:03下载
- 积分:1
-
6路红外遥控电路,用3010遥控器1
6路红外遥控电路,用3010遥控器1-8键加电源按键。-6-channel infrared remote control circuit
- 2022-08-19 23:04:25下载
- 积分:1
-
老实说了,那些我还不知道是什么来的,希望有能力的人,可以告诉我吧
老实说了,那些我还不知道是什么来的,希望有能力的人,可以告诉我吧-Frankly speaking, and those I do not know what to hope that those who have the ability, you can tell me
- 2022-03-22 08:07:18下载
- 积分:1
-
pe 文件编程:pe
pe 文件编程:pe-locknt 的解密程序.rar-pe programming documents : pe-locknt the declassification procedures. Rar
- 2022-02-12 04:17:29下载
- 积分:1
-
手机中用的I2C代码,包含GPIO口说明
手机中用的I2C代码,包含GPIO口说明-phone using I2C code, the oral statement contains GPIO
- 2023-01-09 15:45:03下载
- 积分:1
-
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。...
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。-Electronic clock source is correct, try Oh! Microcomputer Principle and Interface applies.
- 2023-02-21 17:55:04下载
- 积分: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
-
解码程序,用PIC16C57C来解PT2262
解码程序,用PIC16C57C来解PT2262-Decoding procedure, with PIC16C57C solved PT2262
- 2022-06-02 22:50:20下载
- 积分:1
-
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.-Written in assembly language using 18B20 written procedures for temperature measurement and display using LCD display.
- 2023-04-13 02:10:03下载
- 积分:1
-
Info compilation manual .. is a practical tool for beginners ...
汇编速查手册..是初学者的实用工具-Info compilation manual .. is a practical tool for beginners ...
- 2023-08-13 03:00:03下载
- 积分:1