-
LCD 240* 128 T6963C C51 (1: the main program)
LCD 240*128 T6963C C51程序(1:主程序)-LCD 240* 128 T6963C C51 (1: the main program)
- 2023-02-06 00:30:04下载
- 积分:1
-
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。...
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。-This is a clock program, prepared by the VB, I VB beginners, problem areas you will excuse me please. Hope you have a master exhibitions.
- 2022-09-30 01:20:02下载
- 积分:1
-
一个显示系统时间的程序!!因为用了BIOS中断~所以不能在win下使用哦...
一个显示系统时间的程序!!因为用了BIOS中断~所以不能在win下使用哦-time the procedure! ! Because of the disruption to the BIOS can not win in the use of oh
- 2022-03-03 23:26:26下载
- 积分: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
-
hui汇编语言资料 教程 一部值得收藏的经典教程
hui汇编语言资料 教程 一部值得收藏的经典教程-汇编资料
- 2022-01-31 09:23:40下载
- 积分:1
-
利用51单片机对自行车/电动自行车的速度进行测量,并显示里程和速度...
利用51单片机对自行车/电动自行车的速度进行测量,并显示里程和速度-The use of single-chip microcomputer 51 of the bike/electric bicycle speed measurement, and display the mileage and speed
- 2022-02-06 16:33:32下载
- 积分:1
-
EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入...
EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入-EEPROM driver, you can realize continuous read out, a single input, I hope you can help improve the following to achieve the continuous input
- 2022-05-31 06:49:07下载
- 积分:1
-
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助....
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助.-children will be playing the game Need for Speed small. Assembler. Members of the original compilation of learning some help.
- 2023-07-26 12:50:03下载
- 积分:1
-
VC内联汇编示例代码
VC内联汇编示例代码-VC associated sample code compilation
- 2023-08-16 13:00:02下载
- 积分:1
-
一个小小汇编程序 可以进行翻牌
一个小小汇编程序 可以进行翻牌-a little compilation procedures for transforming
- 2022-02-04 02:48:10下载
- 积分:1