-
Win32汇编写的端口映射器,构思精巧,效率极高。
Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
- 2023-03-20 12:45:04下载
- 积分:1
-
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用...
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用-courses on the interface of an experimental source code, the need for the combined use of experimental platform
- 2022-03-13 21:14:39下载
- 积分:1
-
this driver online circulation of different drive is used, can shift relatively...
此驱动程序不同网上流通的驱动,是具有时用性,可移值性相当高,是真正能使用的驱动子程序!程序中宏定义很清楚-this driver online circulation of different drive is used, can shift relatively high value property, really use the driver subroutine! Acer process definition is very clear
- 2023-06-20 15:05:03下载
- 积分:1
-
PHILIPS ARM IAP程序,用于远程更新
PHILIPS ARM IAP程序,用于远程更新-PHILIPS ARM IAP procedures for remote update
- 2022-01-27 16:15:13下载
- 积分:1
-
Digital stopwatch, can display hours, minutes, seconds, tenths of a second, hund...
数字秒表,可以显示时,分,秒,十分之一秒,百分之一秒-Digital stopwatch, can display hours, minutes, seconds, tenths of a second, hundredths of a second
- 2022-02-28 10:53: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
-
一个显示嚣控制程序,可以立即使显示器处于省电模工,用TASM32汇编的win32程序...
一个显示嚣控制程序,可以立即使显示器处于省电模工,用TASM32汇编的win32程序-a show clamor control procedures, can immediately display at a power-saving mode for use although the compilation process win32
- 2023-02-03 03:30:04下载
- 积分:1
-
一个好用的整数分频电路 保证你喜欢 能够实现对任意整数的分频电路设计...
一个好用的整数分频电路 保证你喜欢 能够实现对任意整数的分频电路设计-a handy integer frequency divider circuit assures you like to be able to achieve arbitrary integer frequency circuit design
- 2022-06-21 00:21:57下载
- 积分:1
-
接口课程设计,红绿灯2006.3.10DATA SEGMENT
LEDTAL DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7F...
接口课程设计,红绿灯2006.3.10DATA SEGMENT
LEDTAL DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7FH,6FH,0H-interface curriculum design, traffic lights SEGMENT DATA 2006 .3.10 LEDTAL DB 3FH, 06H, 5BH, 4FH, 66H, 6DH, NAS, 07H, 7FH, 6FH, OH
- 2022-03-30 00:57:40下载
- 积分:1
-
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计...
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计-1. Through the assembly language program designed to further understand the 80x86 instruction set. 2. To master assembly language programming, including: branch, loop, subroutine, macro, structure and records of the design
- 2022-03-18 02:55:42下载
- 积分:1