-
这是我最近制作的,觉得还可以,请大家评论以下
这是我最近制作的,觉得还可以,请大家评论以下-This is my most recent production, I felt that I could, please comment on the following
- 2022-11-19 00:00:03下载
- 积分:1
-
This a program that I wrote many years ago. It is a floppy disk , disk copy,disk...
This a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs.
There are many asm tricks in the source code.
Have fun with this old code.-This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs.
There are many asm tricks in the source c
- 2022-04-02 00:01:45下载
- 积分:1
-
Input 8 bit binary number and print out its decimal equivalent.
Input 8 bit binary number and print out its decimal equivalent.
- 2022-10-28 10:25:04下载
- 积分:1
-
HT46R47,HT46R22,
HT46R23,HT46R24
A/D 型单片机
中文资料...
HT46R47,HT46R22,
HT46R23,HT46R24
A/D 型单片机
中文资料
- HT46R47,HT46R22,
HT46R23,HT46R24
- 2022-02-22 00:29:42下载
- 积分:1
-
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教...
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
- 2023-06-22 18:05:04下载
- 积分:1
-
MCS51 LCD坐标显示调试程序
MCS51 LCD坐标显示调试程序-coordinates MCS51 LCD display debugger
- 2022-02-09 14:15:56下载
- 积分:1
-
CY7C63723的完整固件CY7C63723 cy7c63001相比有优势。
Cy7c63723的完整固件
cy7c63723和CY7C63001相比,他的优点是不需加太多外部器件(包括晶振),这样就简化了电路设计,也节省了成本。
本程序就是CY7C63723的完整固件。
-Cy7c63723 the integrity and firmware cy7c63723 CY7C63001 compared He has the advantage of not increase too many external devices (including Crystal Oscillator), thus simplifying the circuit design and cost savings. The procedure is a complete firmware CY7C63723.
- 2023-01-04 17:40:03下载
- 积分:1
-
单片机实验板自检程序,
汇编语言编写,可检测实验板上所有功能...
单片机实验板自检程序,
汇编语言编写,可检测实验板上所有功能-Self-test procedures for single-chip board, assembly language development, can detect all the features of the experimental board
- 2022-03-28 14:09:49下载
- 积分: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
-
时钟程序 简单的汇编语言
时钟程序 简单的汇编语言-clock simple compilation of language
- 2022-01-24 17:41:24下载
- 积分:1