CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 压缩

搜索资源列表

  1. BCB编程技巧——将Wav格式压缩成Mp3

    0下载:
  2. 将Wav格式压缩成Mp3-to Wav compressed into MP3 format
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10273
    • 提供者:邓世彪
  1. 图象压缩

    0下载:
  2. 图像压缩问题要求确定象素序列{p1,p2,…,pn}的最优分段,使得依此分段所需的存储空间最少。每个分段的长度不超过256位。数字化图像是m×m的像素阵列。假定每个像素有一个0 ~ 2 5 5的灰度值。因此存储一个像素至多需8位。若每个像素存储都用最大位8位,则总的存储空间为8m^2 位。为了减少存储空间,我们将采用变长模式( variable bit scheme),即不同像素用不同位数来存储。像素值为0和1时只需1位存储空间; 值2、3各需2位;值4,5,6和7各需3位;以此类推。-imag
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1910
    • 提供者:姚翊
  1. 压缩和解压文件

    0下载:
  2. 该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:41597
    • 提供者:张连成
  1. 压缩access数据库

    0下载:
  2. ACCESS资料压缩源码,详见压缩档,请启动DELPHI后,引入comobj,然后复制本程序源程序即可.-ACCESS data compression source, as detailed in the tarball, please start Delphi, the introduction comobj and then copy the source of the present procedures can be.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:吴洪军
  1. 压缩和修复数据库

    0下载:
  2. 一个非常简单的压缩和修复Accsee数据库的实例-a very simple compression and restoration of the database example Accsee
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1834
    • 提供者:倪明
  1. 类似WinZip的压缩源代码

    0下载:
  2. 压缩软件,有源代码,供大家研究研究,如果有所需要改进的话,请联系我了-a compression application with source code provided, for research, please contact me if improvement is needed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:48606
    • 提供者:杭州
  1. 一般的9-7小波滤波器及其图像压缩性能研究

    0下载:
  2. 一般的9-7小波滤波器及其图像压缩性能研究,introduce the wavelet filters and its application in image processing-general 9-7 wavelet filter and image compression performance research, and introduce the wavelet filters and its application in image processing
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:209299
    • 提供者:晓波
  1. 用于文件压缩的huffman算法

    1下载:
  2. 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13827
    • 提供者:张雷
  1. huffman解压缩

    0下载:
  2. 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3378
    • 提供者:陈帅
  1. 哈夫蔓编码(压缩)

    0下载:
  2. 哈夫蔓编码(压缩),源代码。通过这个算法,能对文件压缩达到很好的效果。-Halff vines encoding (compression), the source code. Through this algorithm, the file compression can achieve very good results.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3588
    • 提供者:黄伟
  1. 文本压缩

    1下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33527
    • 提供者:朱金晨
  1. 视频压缩-ckmm

    0下载:
  2. 视频压缩原理的英文白皮书和imagine的英文原版用户手册-video compression tenets of the White Paper in English and imagine the English original user's manual
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4543904
    • 提供者:陈锟
  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:王月
  1. zip压缩算法

    1下载:
  2. 压缩算法之一  ZIP压缩格式是在基于互联网进行数据传输过程中,被广泛采用的数据文件压缩格式。由于ZIP格式压缩文件可由多个压缩源文件构成,因此,在单个压缩文件内容的最后,是整个压缩文件的名称和定义目录结构的描述内容。-One of the compression algorithms .The type of zip is regarded as the widely used style of data compression on the basis of internet.ForBec
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:100906
    • 提供者:王强
  1. 用VB压缩文件

    0下载:
  2. 呵呵,小东西 一个VB压缩程序。。。。 可以用来压缩文件-Oh, what a small VB compression process. . . . Compressed files can be used
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1763
    • 提供者:顺有国
  1. 基于小波零树的图像压缩方法

    0下载:
  2. 基于小波零树的图像压缩方法,采用最流行的ezw方法,将图像压缩,特点,压缩比高,质量好!-The method of image compression based on zero-tree adopts the most popular method -ezw.It can reach the high compression rate.And the compression effect is very good!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36582
    • 提供者:贾琦
  1. Huffman文件压缩与解压

    1下载:
  2. 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10457
    • 提供者:楚随风
  1. 压缩解压复制删除新建等操作组件

    0下载:
  2. 进行新建文件夹,下载,上传,打开,分割文件,合并文件,Unzip解压,Zip压缩,剪切 复制 粘贴 删除 全选 清除 重命名 等操作-for new folders, download, upload, opened separate document, the merger documents, Unzip unpack, Zip compression, shear copy and paste delete the entire election to remove rename etc
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:368068
    • 提供者:无言
  1. JPEG压缩编码系统源代码

    0下载:
  2. 应用c++编程实现jpeg压缩编码,腐蚀,膨胀-Application Programming jpeg compression coding, corrosion, expansion
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:60067
    • 提供者:常丽莎
  1. 用C压缩文件

    0下载:
  2. 用C实现不同压缩 霍夫曼等等
  3. 所属分类:Windows编程

    • 发布日期:2009-02-19
    • 文件大小:248014
    • 提供者:fogfly
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com