-
图像处理高通和低通滤波器及重建
图像处理高通和低通滤波器及重建-matlab code
- 2022-02-04 05:03:41下载
- 积分:1
-
Is a document management system, I feel that beginners have a lot of help, the w...
是一个文件管理系统,觉得对初学者有很大的帮助,对文件的上下传有一个感性的认识.-Is a document management system, I feel that beginners have a lot of help, the whole mass of documents has a perceptual awareness.
- 2022-01-25 16:01:31下载
- 积分:1
-
this procedure is what I want to write a week to help out please see ah
这个程序是我想了一个星期写出来 请大家帮忙看看呀-this procedure is what I want to write a week to help out please see ah
- 2022-05-20 19:13:03下载
- 积分: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
-
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件
压缩与解压-Procedure to build a tree haffman using Huffman tree algorithm to 0-1 on the text file of code, and simulate file compression and decompression
- 2022-05-13 06:55:39下载
- 积分:1
-
Quick Mutli Search算法,对QuickSearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找...
Quick Mutli Search算法,对QuickSearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找-Quick Search algorithm, right QuickSearch algorithm, to support a number of search-string is/Reverse Search, Search is case insensitive
- 2022-06-16 10:27:20下载
- 积分:1
-
一种无损压缩算法,采用了lzss结合huffman动态编码,速度快
一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
- 2023-01-22 11:30:03下载
- 积分:1
-
这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。
这是一个小游戏,也是用vc++缟的,用的是汉诺塔数学原理。-This is a game, but also with the vc++ Pseudocaranx, using a mathematical principle of Tower of Hanoi.
- 2022-02-14 09:13:53下载
- 积分:1
-
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩...
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
- 2022-06-03 20:18:56下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1