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

搜索资源列表

  1. 2005NETexample

    0下载:
  2. 本书用200个独立实例程序重点展示Microsoft Visual C# 2005(Microsoft.NET Framework 2.0)编程技术精华。全书摒弃语法说教,通篇贯穿实例,主要内容包括:使用ADO.NET 2.0访问数据库技巧、使用ASP.NET 2.0设计网站技巧、使用GDI+开发图形文字特效技巧、使用水晶报表专家创建报表技巧及VST0 2005新技术编程技巧等。在本书中,还介绍了托管状态下的Office自动化技术、WMI管理规范应用、XML文件读写、系统API函数调用、注册表个
  3. 所属分类:.net编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:41597
    • 提供者:张连成
  1. javabar

    0下载:
  2. 个压缩归档实用程序。按照文件的时间、大小、类型(文件或者目录)、最后修改时间等进行筛选 能够把这些文件压缩,并添加适当的注释帮助辨认 能够添加校验值以确保复制和网络传输时不出错 保持备份时的目录结构以便恢复。-000 compressed archive utility. According to the document, size, type (file or directory), last modified time to screen these documents compressi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6423
    • 提供者:潘振瑶
  1. cn700_ibqszipv1.5

    0下载:
  2. 文件压缩的一个小的软件(推荐)比较实用方便-compression of a small software (recommended) are more practical convenience
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1856907
    • 提供者:张反
  1. firefox_patch

    0下载:
  2. VC完整应用程序代码本代码实现利用FCI/FDI库进行文件压缩-VC integrity of the application code using code to achieve FCI / FDI library file compression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1135480
    • 提供者:张反
  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. 用VB压缩文件

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

    • 发布日期:2008-10-13
    • 文件大小:1763
    • 提供者:顺有国
  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. 用C压缩文件

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

    • 发布日期:2009-02-19
    • 文件大小:248014
    • 提供者:fogfly
  1. VB.NET解压与解压

    1下载:
  2. 用VB.NET2008编写,利用线程技术外调WinRAR,解压与解压文件。普通的用Shell方式外调WinRAR,是无法准确掌握压缩完成和解压完成时间的。
  3. 所属分类:其它

  1. X264最新版本091223

    1下载:
  2. x264是一种免费的、具有更优秀算法的H.264/MPEG-4 AVC视频压缩编码格式。它同xvid一样都是开源项目,但x264是采用H.264标准的,而xvid是采用MPEG-4早期标准的。由于H.264是2003年正式发布的最新的视频编码标准,因此,在通常情况下,x264压缩出的视频文件在相同质量下要比xvid压缩出的文件要小,或者也可以说,在相同体积下比xvid压缩出的文件质量要好。它符合GPL许可证。 x264-snapshot-20091222-2245是最新的版本之一
  3. 所属分类:多媒体编程

    • 发布日期:2009-12-26
    • 文件大小:388190
    • 提供者:plgg0814
  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. SSD4 exersise2 答案 整个工程压缩文件

    0下载:
  2. SSD4 exersise2 答案 整个工程压缩文件,Answer to the whole project SSD4 exersise2 compressed file
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2014-03-06
    • 文件大小:68888
    • 提供者:王喆
  1. BackupT1_1228.rar

    0下载:
  2. 一个自动备份指定路径下的文件的程序,并可以对备份的文件进行压缩,使用了RAR的命令行格式。路径保存到注册表,延时自动运行。,an automatic backup designated trails in the paper under the procedures, and can backup files compressed using the command line RAR format. Path to the preservation registry, delay automat
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:66755
    • 提供者:人民币
  1. SocketEx.rar

    0下载:
  2. 文件传输工具,通过压缩文件,减少数据量,提高传输速度,达到快速传输文件的效果。socket实现传输。,File transfer tool, compressed file, reducing the amount of data, improve speed to achieve the effect of fast transfer of files. socket to achieve transfer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:380005
    • 提供者:shane
  1. pca.rar

    0下载:
  2. 使用PCA进行数据预处理和数据压缩,用C++程序实现,所得主成分保存在文件中,PCA carried out using data pre-processing and data compression, and C++ Program, derived from the principal component in the document preservation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:22354
    • 提供者:shanjie
  1. cabview

    0下载:
  2. 在虚拟文件夹内察看cab压缩文件内的文件列表。可以学习Shell Namespace extension编程。编译时可能用到cabinet api- Observes in the cab compressed file in the hypothesized folder the document to tabulate. May study Shell Namespace the extension programming. When translation possibly uses
  3. 所属分类:Shell api

    • 发布日期:2017-11-08
    • 文件大小:15224
    • 提供者:站长
  1. BMP

    1下载:
  2. bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间
  3. 所属分类:Windows编程

    • 发布日期:2013-02-19
    • 文件大小:48367
    • 提供者:xu
  1. huffman_algorithm

    0下载:
  2. VC写的huffman压缩算法,包括数据流以及文件方式实现的huffman数据压缩算法-huffman compression algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:74532
    • 提供者:ting yang
  1. cab

    0下载:
  2. cab文件压缩、解压程序源代码,cab文件不用解释了吧 -cab file compression, decompression program source code, cab files do not explain the bar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:136132
    • 提供者:291
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com