-
tv controller
电视pic控制器,pic项目,十六进制代码,pic代码,免费pic代码项目,所有pic项目代码电视控制器
- 2022-07-02 02:41:51下载
- 积分:1
-
4*4键盘扫描,依据键值,8个LED显示相应键值
4*4键盘扫描,依据键值,8个LED显示相应键值-4* 4 keyboard scanning, based on keys, 8 LED display the corresponding key
- 2022-05-22 20:01:40下载
- 积分:1
-
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.-U disk source code, including FAT16 and USB all Dongdong are open, please carefully looked.
- 2022-04-18 06:30:35下载
- 积分:1
-
8位微程序控制计算机设计实验 汇编控制CPU简单乘法
8位微程序控制计算机设计实验 汇编控制CPU简单乘法-eight microprocessor-controlled experimental design compilation of computer control CPU simple multiplication
- 2022-03-05 14:48:50下载
- 积分: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
-
用汇编语言实现任意两个十进制数的加法
用汇编语言实现任意两个十进制数的加法,附有详细解析。应用了跳转指令,模拟进位机制实现带进位的两数相加。
- 2022-12-15 18:40:08下载
- 积分:1
-
大小写转换
大小写转换- The big small letter transforms
- 2022-05-01 02:22:38下载
- 积分:1
-
cwdp1203
CWDP1203-433、868、915型无线收发模块,是应用XEMICS公司的XE1203芯片开发的射频模块,工作频率为426-441MHz、856-882MHz、902-928MHz。工作频率稳定可靠。 -CWDP1203-433, 868,915 wireless transceiver module, is the application XEMICS the development of the company" s XE1203 chip RF modules, the working frequency 426-441MHz ,856-882MHz ,902-928MHz. Operating frequency of stable and reliable.
- 2022-11-06 02:30:04下载
- 积分:1
-
其中k1
其中k1-k5,5个分程序可以单独执行,在k0程序中以子程序出现,注意:每个
程序作为子程序后,加上ret,去掉ljmp-Where k1-k5, 5 sub-programs can be individually implemented programs to subroutines in k0 appear NOTE: each program as a subroutine, coupled with the ret, remove ljmp
- 2022-07-17 22:09:02下载
- 积分:1
-
GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…
gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed
- 2022-09-14 07:45:02下载
- 积分:1