-
暴力搜索API的汇编代码,代码注释详细,一具有一般汇编功底的人都能掌握....
暴力搜索API的汇编代码,代码注释详细,一具有一般汇编功底的人都能掌握.-Violence english API assembly code, code notes in detail, one has a general compilation of people able to master the skills.
- 2022-08-07 21:02:26下载
- 积分:1
-
介绍tc35i与单片机通信的汇编语言编程方法。
介绍tc35i与单片机通信的汇编语言编程方法。-TC35i introduce single-chip communications and assembly language programming.
- 2022-03-15 23:27:50下载
- 积分:1
-
鼠标控制CD
鼠标控制CD-Audio播放程序!!!!!汇编语言-mouse control CD-Audio player! ! ! ! ! Assembly language
- 2022-02-06 08:56:36下载
- 积分:1
-
一个由asm编写的程序,程序用于自动产生若干个随机数
一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
- 2023-08-03 19:45:02下载
- 积分:1
-
也是一个打字联系的程序 与以前的那个做了改动
测试通过
masm6.0 编译成功
生成exe文件可以运行...
也是一个打字联系的程序 与以前的那个做了改动
测试通过
masm6.0 编译成功
生成exe文件可以运行-Typing is a procedure associated with the previous changes that have done a successful test masm6.0 compiler generated exe file can run
- 2023-02-21 08:50:03下载
- 积分:1
-
we do Interface Technology Experiment 8255, on the need to download it
我们接口技术做的实验8255,有需要的就下载吧-we do Interface Technology Experiment 8255, on the need to download it
- 2023-06-17 05:15:03下载
- 积分:1
-
点阵LED字符显示器的设计
可以显示四个汉字。
并且可以按照不同的方式显示出来。...
点阵LED字符显示器的设计
可以显示四个汉字。
并且可以按照不同的方式显示出来。
-lattice LED character display will show the design of four Chinese characters. And according to different ways of show.
- 2022-07-18 11:23:28下载
- 积分: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
-
该源计算机实验的步进电机控制有其自身通过转移…
步进电机控制的源计算机实验,有自己的传递平台,可以在ASM中使用
- 2022-04-08 10:57:08下载
- 积分:1
-
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善...
简易文本编辑器,提供基本文本编辑功能,作为样本,可以更新完善-Simple text editor, text editor providing basic functionality, as samples can be updated to improve
- 2022-03-14 22:45:04下载
- 积分:1