-
java实现zip文件压缩解压,功能封装在一个类中,支持中文及多级目录,可以一直移植windows和unix上使用,包中提供了源代码及代码中用到的外部包...
java实现zip文件压缩解压,功能封装在一个类中,支持中文及多级目录,可以一直移植windows和unix上使用,包中提供了源代码及代码中用到的外部包-java realize extracting zip file compression, functional class in a package to support Chinese and multi-level directory, you can always transplant the use of windows and unix, package provides the source code and the code used in the external packet
- 2022-08-25 12:38:13下载
- 积分:1
-
DM642的H.264编码,钛
h.264的DM642上的代码,TI的CCS上开发并运行-h.264 code of DM642 on, TI
- 2022-01-30 22:15:18下载
- 积分:1
-
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输...
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输出形式:
输出相应的编码压缩文件和解码原文件
3) 程序所能达到的功能:
利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。
比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。
如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈夫曼树的特点
a) 是二叉树的一种,而且是一种没有度数是1的二叉树
b) 一棵树有n个叶子,就会用2n-1个节点
c) 一种“最优”二叉树,由于树的带权路径(WPL)最小
d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
- 2022-03-21 06:23:05下载
- 积分:1
-
我写的基于bandelet域的spiht图像压缩算法。效果比经典的SPIHT好。文章已发,希望代码对大家有用。...
我写的基于bandelet域的spiht图像压缩算法。效果比经典的SPIHT好。文章已发,希望代码对大家有用。-I wrote bandelet domain-based SPIHT image compression algorithm. SPIHT is better than a good classic. Article has been distributed, I hope the code useful for everyone.
- 2022-04-18 00:04:47下载
- 积分:1
-
That is, can understand the principle of Huffman coding, you can understand the...
That is, can understand the principle of Huffman coding, you can understand the image compression technology
- 2022-11-19 00:45:04下载
- 积分:1
-
Huffman coding Tree Algorithm
哈夫曼编码树算法-Huffman coding Tree Algorithm
- 2022-02-01 21:16:27下载
- 积分:1
-
ZPAV(H.265)是音频
ZPAV (H.265) is audio-visual codec protocol, very different from H264/MPEG4,
ZPAV (H.265) basic algorithm is wavelets, SPIHT, BSW, MMW, ......
ZPAV (H.265) basic algorithm :
1, analysis/synthesis : wavelets
2, denoise : GCV (generalized cross validation)
3, bit-rate controller : entropic bit-rate controller
4, quantizer : entropic quantizer
5, DC/AC : NDLD (near-domain lower dimension)
6, MV/QP codec : BSW (generalized (broad-sense) wavelets)
7, bitplanes codec : SPIHT, EZW,
MMW (mathematical morphological wavelets),
BPLD (bitplanes lower dimension)
8, bitstreams codec : arithmetic, entropy
9, motion estimate : MBOD (macro block optimal decision),
MVP (motion vector prediction)
A, motion search : EPZS, diamond(normal, advance, small), square
B, post process : low_pass, default, dering filter .
- 2022-01-28 18:42:59下载
- 积分:1
-
具有成绩查询功能
适合初学者
表单 连编等功能
做的比较粗糙
刚学半年...
具有成绩查询功能
适合初学者
表单 连编等功能
做的比较粗糙
刚学半年-Inquiry function with the performance forms suitable for beginners and other functions do not even prepared a rough six months just learning
- 2023-07-07 01:55:03下载
- 积分:1
-
Do not use WinRAR, in the process of extracting RAR files free development envir...
不使用WinRAR,在程序中自由解压缩RAR文档
开发环境:VisualBasic-Do not use WinRAR, in the process of extracting RAR files free development environment: VisualBasic
- 2022-03-09 16:17:29下载
- 积分:1
-
我发现这个网站上缺少关于3D
我发现这个网站上缺少关于3D-SPIHT编码。这个是我收集的3D-SPIHT,也是来自于Pro.Peraman的官网。 可以用来做实验,写论文。希望对大家有用。-i found that the website lack of 3d-spiht coding, this 3d-spiht coding is from websites of Pro.Pearlman. i hope it is useful for you.
- 2022-04-20 10:36:21下载
- 积分:1