-
a good master boot drives to read and write the procedures. Suitable for improve...
一个很好的读写硬盘主引导区的程序.
适合于改进后做一键还原及BOOTMANAGER
等软件.
-a good master boot drives to read and write the procedures. Suitable for improvement after doing a bond reduction and BOOTMANAGER software.
- 2022-07-07 18:02:54下载
- 积分:1
-
计时程序,对8253进行分频,使用二个计数器,使第二个计数器的OUT作为中断源,送到8259产生中断,在LED上显示时间...
计时程序,对8253进行分频,使用二个计数器,使第二个计数器的OUT作为中断源,送到8259产生中断,在LED上显示时间-time procedures for the 8,253-frequency, the use of two counters, so that a second counter OUT interrupted as a source to have interrupted 8259, the time shown on the LED
- 2022-05-24 19:23:29下载
- 积分:1
-
汇编语言实验作业,调试正确的语法分析.帮助有需要的朋友少走弯路...
汇编语言实验作业,调试正确的语法分析.帮助有需要的朋友少走弯路-assembly language experiment operations, debugging correct grammar analysis. Help the needy friends detours!
- 2022-06-28 13:24:09下载
- 积分:1
-
一个非常小的程序
朋友编的
不知道能不能用
一个非常小的程序
朋友编的
不知道能不能用-A very small series of procedures friends do not know can not
- 2022-01-24 19:08:45下载
- 积分:1
-
汇编逻辑尺的应用!
汇编逻辑尺的应用!-compilation of the application logic feet!
- 2022-02-05 15:12:51下载
- 积分:1
-
汇编,bios功能调用,直接控制光驱开关
汇编,bios功能调用,直接控制光驱开关-compilation, bios function, direct control drive Switches
- 2022-08-05 16:49:10下载
- 积分:1
-
Cutting graphics computer graphics processing is very important aspect, the proc...
图形的裁剪是计算机图形处理中很重要的环节,本程序介绍了这一功能。-Cutting graphics computer graphics processing is very important aspect, the procedures introduced this feature.
- 2022-01-28 05:01:09下载
- 积分:1
-
汇编语言程序设计
汇编语言程序设计-assembly language programming
- 2022-02-24 21:08:17下载
- 积分: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
-
模拟Vista风格窗口..................易源码
模拟Vista风格窗口..................易源码-Analog Vista-style windows .................. Yi Source
- 2022-06-12 15:45:21下载
- 积分:1