-
操作系统的一个小程序,进程的创建与撤消,仅供学习使用
操作系统的一个小程序,进程的创建与撤消,仅供学习使用-a small operating system procedures, processes and the creation of withdrawal, only learning to use
- 2022-09-25 13:50:03下载
- 积分:1
-
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办...
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。-Recent study for a period of time C, feeling good, and this single-chip programming is also helpful in this offer, a small program (to run in VC6.0 so, can see more clearly), its function is to display any calendar year, no way, learning is not a lot, so that the procedures used Chuan. . I hope everyone will forgive, but I think this also has the advantage of him.
- 2022-05-08 07:54:29下载
- 积分:1
-
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件...
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件-The use of hash table convert Pinyin to Chinese characters, through the establishment of hash tables, will be in Chinese and Pinyin establish contacts, and then call this hash table to translate the document to be translated
- 2022-03-04 06:09:08下载
- 积分:1
-
一个编辑java计算器
用JAVA编的计算器,功能好,运行没有出错-a calculator edited by java
- 2023-01-07 08:35:03下载
- 积分:1
-
《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能...
《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能的怪物,有大量怪物聚居的地域供玩家练级,也有强大的怪物供玩家组队挑战,如高地战神、黑龙、巫妖等,怪物分为4种类型,分别是魔法型、战士型、力量射手型、魔法射手型,各有不同的特长,能力基本平衡,玩家可根据爱好选择游戏角色,游戏做过很充足的测试,在平衡性方面做了很多努力,有很强的可玩性,加上华丽的魔法效果,动感的音乐和动作,方便高效的设置和连线功能,是一款值得试玩的游戏。
-"confusion arena," a free people line games, the game supports multiple connections with the players in a scene militia, for itself and PK, the game set a 4000* 4000 and the size of the scenes have a total of 43 different skills monster. a large number of monster populated area for players for itself, but also a strong team player for a monster challenge, such as the upland God of War, Heilonggang. Wu Yao, a monster is divided into four types, namely the magic type, the soldiers type, strength-shooter, shooter-type magic, have different skills, and abilities of balance, players can choose game-loving roles, games done very well in testing, the balance have done a lot of hard work, a strong buzz, plus gorgeous mag
- 2022-10-24 03:55:03下载
- 积分:1
-
make use of serial port communication to relay messages for use wince
利用串口通信转发消息供wince使用
- 2022-06-15 13:33:47下载
- 积分:1
-
仿真Windows的查找文件功能
仿真Windows的查找文件功能-simulation Windows search function documents
- 2022-03-06 03:17:16下载
- 积分:1
-
Labview打开PDF文件
首先需要安装PDF阅读器,通过Labview调用PDF的控件实现对PDF文件的阅读。
- 2022-02-01 19:47:25下载
- 积分:1
-
GDI水波效果(DELPHI源码)
GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)
- 2022-07-25 01:37:57下载
- 积分:1
-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1