-
mainly used for LCD driver, and some information about it, such as after a tame...
主要用于LCD的驱动,还有一些关于它的资料,等以后再传上来,它是驱动128*64大小的LCD,相当有用,也相当有价值,使用起也很简单!-mainly used for LCD driver, and some information about it, such as after a tame onto, it is 128* 64-size LCD, very useful and very valuable, since use is also very simple!
- 2022-01-26 03:39:54下载
- 积分:1
-
202.asm-- -演奏“八月桂花香”源程序
202.asm-- -演奏“八月桂花香”源程序-202.asm--- Recital 八月桂花香 source
- 2022-06-15 13:52:34下载
- 积分:1
-
有关c的各种类型编程题,有助于初学者更快更好的了解c!
有关c的各种类型编程题,有助于初学者更快更好的了解c!-Various types of programming questions related to c will help beginners faster and better understanding of c!
- 2022-01-25 14:29:32下载
- 积分:1
-
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func : 2-byte binary integers-- gt; Gt; BCD four byte conversion (Comped BCD) Input : 3 band several low byte to high-byte stored in the internal RAM50H, 51H, chick modules Output : BCD who were low to high deposit on internal RAM53H, 54H, 55H, Social modules USE : R7-R0, Social-50H
- 2023-04-19 05:10:02下载
- 积分: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
-
Procedures provided in the class realize the establishment of a sub
程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
- 2023-03-26 12:50:04下载
- 积分:1
-
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。...
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。-assembly language-enrichment Guide ~ ~! For beginners, so as soon as you enter the field of compilation.
- 2022-05-15 02:45:42下载
- 积分:1
-
利用PMW技术控制LED的RGB亮度。DMX512通讯。
利用PMW技术控制LED的RGB亮度。DMX512通讯。-PMW use technology to control LED brightness of the RGB. DMX512 communications.
- 2022-02-05 09:46:29下载
- 积分:1
-
本程序可用于读取计算机存储芯片flashROM上的bios程序
本程序可用于读取计算机存储芯片flashROM上的bios程序-This procedure can be used for computer memory chips to read the bios procedures FlashROM
- 2022-01-22 03:20:54下载
- 积分:1
-
在mdi client窗口的客户区域显示移动的星星的程序
在mdi client窗口的客户区域显示移动的星星的程序-Mdi client window in the customer area of the stars shows that the procedures for mobile
- 2022-03-06 02:14:06下载
- 积分:1