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

搜索资源列表

  1. mini-pl0-plus

    0下载:
  2. 扩展后的mini-pl0语法编译器,具体语法见压缩包中的文件介绍。用lex和yacc编写。含15个测试用例。-expansion of the mini-pl0 syntax compiler, the specific syntax compressed see the introduction of documents. Lex generates and with the preparation. With 15 Test Case.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17949
    • 提供者:李略
  1. 4356463453453

    0下载:
  2. 这里是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档.-LDS (lossless data-compression sourc es) of KIT. I fou
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6965
    • 提供者:王习
  1. 备份数据及回存数据的控件

    0下载:
  2. 能够备份数据及回存数据的控件,文件尺寸较大支持分片备份,并可以压缩料-to backup data and the data back to the controls, support for larger file size patch backup, and can be compressed material
  3. 所属分类:Windows编程

    • 发布日期:2010-06-29
    • 文件大小:261606
    • 提供者:tanwh
  1. AspxZipv1.0

    1下载:
  2. 通过友好的Web界面方便的对存放在远程Web服务器上的文档进行压缩打包和解压缩操作,从而方便备份/还原Web服务器上的各种数据,对 ZIP 格式档案文件提供完整支持 -through friendly Web interface for convenient storage in remote Web servers on the file compression package and decompress operation, thereby facilitating backup / re
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:126986
    • 提供者:livich
  1. G711G721G723

    0下载:
  2. 这是音频文件的压缩方式,拿来和大家一起学习研究-This is the compressed audio files, and we used to study together
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12802
    • 提供者:陈磊
  1. Thuffman

    0下载:
  2. 对文件进行Huffman编码压缩的算法程序,简单易懂。-the documents Huffman compression algorithm coding procedures, simple and understandable.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2975
    • 提供者:赵杰伊
  1. FREQU_ER

    0下载:
  2. 这是一个频率产生的VHDL程序源码,压缩文件,基于EMP7128STC100上运行-This is a frequency of the source VHDL procedures, compressed files, running on EMP7128STC100
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:4031
    • 提供者:刘军
  1. datagainVC++

    0下载:
  2. 此文件囊括了多种数字图象处理的算法,其中包括边缘检测腐蚀膨胀图象压缩直方图修正平滑等多种图象处理技术-,Visual C++,图形图象 Graph program -this document to include a wide range of digital image processing algorithms, Edge Detection including corrosion expansion Image Compression histogram that smoothing v
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:313699
    • 提供者:网络
  1. The.c.language.commonly.used.calculates.the.law.or

    0下载:
  2. c语言常用算法源代码 是压缩文件,解压不需要密码.-c language commonly used algorithm source code is compressed files, extracting the password.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:363529
    • 提供者:jun
  1. EasyZipUnZip_Demo

    0下载:
  2. 用c#封装的对文件进行压缩、解压缩的类。非常实用。-package with the right document compression, decompression class. Very practical.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8457
    • 提供者:张敏
  1. SrlPort

    0下载:
  2. 解开压缩包,有一个cpp和一个h文件,这是一个串口通信类。-untied compressed, a cpp and a h, which is a serial communication category.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2859
    • 提供者:gong
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:冯灿科
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:冯灿科
  1. 一个简单的软件开发包(SDK

    0下载:
  2. 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序-This is a simple software development kit (SDK), you can use this GPSLIB in their 32-bit Windows application program into the global positioning syste
  3. 所属分类:Windows编程

    • 发布日期:2010-06-30
    • 文件大小:94858
    • 提供者:fenglei
  1. soundplay

    0下载:
  2. 实现C#的声音播放,一个压缩文件,里面没设密码,主要用于初学者-achieve the voice playback, a compressed file containing no password, mainly for beginners
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:454675
    • 提供者:Emin
  1. HideInfo

    1下载:
  2. 使用java编写的LSB图像信息隐藏算法演示程序,可以将任何符合大小限制的文件拆分为一个一个bit隐藏到非压缩bmp图像中。支持在隐藏前通过zip类对文件进行压缩-prepared by the use of LSB image information hidden algorithm demo program, can be any size restrictions with the document for a split hidden bit of a non-compressed bm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45551
    • 提供者:乔月若
  1. huffman_coding_decoding

    0下载:
  2. 一个类似于压缩软件的程序,能够对任意文件进行Huffman编码,最后生成一个压缩文件-a similar compression software, it will be for arbitrary document Huffman coding, Finally generating a compressed files
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:某凌
  1. bc31

    1下载:
  2. borland c++3.1的压缩文件,是一个很好的编译器,比c++好用一点,不过差不多。-borland c 3.1 compressed files, is a good compiler, c handy, But almost.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7375152
    • 提供者:liu1234
  1. DelVcTmpFiles

    0下载:
  2. 删除vc生成的临时文件,包括debug,release中的obj等临时文件,最大线路压缩你的硬盘空间,支持递归路径,多级目录自动清除临时文件等功能-vc generated delete temporary files, including debug, release of obj temporary document, the largest line compression your disk space, support recursive path, automatic multi-l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:18018
    • 提供者:checkyvc6
  1. 1dFDTD

    0下载:
  2. 需要解压缩后将程序复制到MATLAB的M文件,然后运行使用-decompress will need to copy the documents MATLAB M, and then run the use of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:859
    • 提供者:王大龙
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com