-
factorial of a number in visual basic
factorial of a number in visual basic
- 2022-03-03 19:14:20下载
- 积分:1
-
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及...
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存.
(2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存.
(3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来.
-At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
- 2022-02-10 10:40:46下载
- 积分:1
-
百元买百鸡程序
- 2022-09-01 08:50:04下载
- 积分:1
-
wince界面开发demo文件,图像显示界面WINCEUI
wince界面开发demo文件,图像显示界面WINCEUI-wince interface evl
- 2022-03-21 11:37:02下载
- 积分:1
-
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法....
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法.-This is a small program. For the magic language, interested persons can look down under. Also a very good algorithm.
- 2022-02-15 02:44:21下载
- 积分:1
-
An examination program designed to test your vocabulary. It is designed to be fl...
An examination program designed to test your vocabulary. It is designed to be flexible and to fit to different kind of exam. It allows user to create their own sets of questions and choose from different types of exam(Identification, Flashcard, Hardcopy)
- 2022-02-15 10:19:44下载
- 积分:1
-
自己编写的一款小巧的YUV格式视频文件的播放器
自己编写的一款小巧的YUV格式视频文件的播放器-I have written a compact of the YUV format video file player
- 2022-03-07 08:41:20下载
- 积分:1
-
图片存入取出 FROM SQL
之间的转化,简单上手,,,,
WELCOME TO DOWNLOAD...
图片存入取出 FROM SQL
之间的转化,简单上手,,,,
WELCOME TO DOWNLOAD-Remove the picture into between the FROM SQL transform, simple to use,,,, WELCOME TO DOWNLOAD
- 2022-10-11 03:55:03下载
- 积分:1
-
Windows NT Services library
Windows NT Services library-This library is full encapsulation of Microsoft Windows NT (NT4, 2k, XP and Vista) services API. > SERVICES IMPLEMENTATION* almost full Windows NT API encapsulation* full customization via callback* embeddable in DLL s* full logging support (via Windows events logs)* converts any C/C++ application (and others that support C linkage) in an NT service with just a function call > SERVICES CONTROL* install, modify, remove services* start, stop, pause, restart service* check service status* list services* get extended service informations* dependencies management* remote machine services access > MISC.* ansi/unicode support
- 2022-03-23 19:58:12下载
- 积分: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