-
几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)
几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)-Several algorithm procedure about compression (improvements including lzw,lz77,compress,huffeman)
- 2022-03-22 03:18:54下载
- 积分:1
-
satellite 2100cds驱动程序
satellite 2100cds驱动程序-satellite 2100cds
- 2022-07-12 17:57:55下载
- 积分:1
-
实现LZW的编码和解码,适用于gif图像格式。
实现LZW的编码和解码,适用于gif图像格式。-Realize the encoding and decoding LZW, applicable to gif image format.
- 2022-07-21 08:45:38下载
- 积分:1
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
- 2022-10-29 01:55:05下载
- 积分:1
-
Java编写的简单的Mail发送程序,包含了邮件的发送过程,相应过程的演示。
可以被其它Serverlet调用来发送邮件。...
Java编写的简单的Mail发送程序,包含了邮件的发送过程,相应过程的演示。
可以被其它Serverlet调用来发送邮件。-Mail procedure ,written in Java to send a simple , contains the e-mail sending process, the corresponding demonstration of the process. Other Serverlet can be invoked to send mail.
- 2022-06-18 13:02:31下载
- 积分:1
-
通过循环实现线条的渐变,实现方法是一个像素一个像素地画线...
通过循环实现线条的渐变,实现方法是一个像素一个像素地画线-cycle through the gradual realization of lines to achieve a pixel is a pixel Draw Line
- 2022-05-12 20:27:21下载
- 积分:1
-
c#多线程池的操作实例,绝对好使!已经经过 测试了!
c#多线程池的操作实例,绝对好使!已经经过 测试了!-good!
- 2022-12-28 15:35:03下载
- 积分:1
-
在Delphi环境下可运行
在Delphi环境下可运行-environment in Delphi running
- 2022-04-16 22:40:01下载
- 积分:1
-
open i think you shoud open idea
prepared by the pivotal games, and we can usu...
关于vb的一些代码
C#制作的拼图游戏C#制作的拼图游戏C
・拼图游戏,可以回退等。练手用的。
・-open i think you shoud open idea
prepared by the pivotal games, and we can usually common are very similar. readers can learn code, the reference program, of course, can also entertainment for the readers.
- 2022-12-09 15:40:03下载
- 积分:1
-
with Short dictionary Huffman compression algorithm (VB.NET Source)
Huffman with Short dictionary压缩算法(VB.NET Source)-with Short dictionary Huffman compression algorithm (VB.NET Source)
- 2022-07-23 03:34:14下载
- 积分:1