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

搜索资源列表

  1. SharpZipLib_0852_BinDoc

    0下载:
  2. SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revam
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:407100
    • 提供者:binarytree
  1. SharpZipLib_0852_SourceSamples

    0下载:
  2. SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:655959
    • 提供者:binarytree
  1. Zip

    0下载:
  2. C# 实现的ICSharpCode.SharpZipLib.dll 压缩实例。自己写,可用
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:83491
    • 提供者:RobinWang
  1. SharpZipLib

    0下载:
  2. C#压缩、解压缩类库和示例源码
  3. 所属分类:其它

  1. SharpZipLib

    0下载:
  2. #ZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). #ZipLib was porte
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:913744
    • 提供者:limeijian
  1. ICSharpCode.SharpZipLib

    0下载:
  2. 连接组件 可以连接程序没有问题的 可以使用的 很多软件在用的程序-Connected components can be connected procedure
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:43404
    • 提供者:edison
  1. NET2PDF

    0下载:
  2. 用C#制作PDF文件全攻略,其中包括,文档,itextsharp-0.04源码和dll,ICSharpCode.SharpZipLib 源码和de-C# produced by the entire Raiders PDF documents, including documents, itextsharp-0.04 source code and dll, ICSharpCode.SharpZipLib source and dell
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2034685
    • 提供者:明杰
  1. CompressFile

    0下载:
  2. 进行文件的压缩,计算其文件的压缩比。主要是利用SharpZipLib库对任何文件进行多种形式的文件压缩-Compressed files, calculate the file compression ratio. The main library is the use of any SharpZipLib document various forms of file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6643426
    • 提供者:hryang
  1. lzonet_1.0.1

    0下载:
  2. LZO.net是对LZO压缩算法的.Net包装类。LZO的压缩/解压操作都比其它算法要快。-LZO.Net is a small .NET-Wrapper around the native LZO compression library. Compression and especially decompression is much faster than with managed libraries like SharpZipLib.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:511743
    • 提供者:hwind
  1. FastZipExample

    0下载:
  2. C#下的zip压缩程序源代码,引用sharpziplib-Under the C# source code zip compression, citing sharpziplib
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:108333
    • 提供者:李卓
  1. SharpZipLib

    0下载:
  2. C#的SharpZipLib压缩类.一个成品类,带说明文档,全英文的,主要用途是C#编程中的执行文件的压缩类。这是最新版。-C#, SharpZipLib compression class. A product category, with documentation, all in English, the main purpose is to C# programming in the implementation of the file compression category. Thi
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:646740
    • 提供者:256
  1. SharpZipLib

    0下载:
  2. C#文件压缩,C#语言编写的文件压缩代码(转在国外某著名网站)-SharpZipLib
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:933723
    • 提供者:zhangyunfei
  1. SharpZipLib

    1下载:
  2. 一个C#的zip压缩和解压缩的源码,支持多种zip格式-A C#, zip compression and decompression of the source code, supports multiple formats zip
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:459499
    • 提供者:carken
  1. ICSharpCode.SharpZipLib

    0下载:
  2. 我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project w
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:26733
    • 提供者:解旭朝
  1. SharpZipLib

    0下载:
  2. SharpZipLib是一个使用C#编写的Zip操作类库,在VB.NET、C#或其他的.NET语言中都可以使用它创建Zip文件、并进行读取和更新等操作。-#ZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET framework. It is implemented as an assembly (installable in the GAC), and can easily be inc
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:458189
    • 提供者:laohe
  1. SharpZipLib_dll

    0下载:
  2. sharpziplib,用于C#中压缩和解压文件以及文件夹等-sharpziplib, for C# that compresses and decompresses files and folders, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:221375
    • 提供者:prdeng
  1. SharpZipLib_0860_SourceSamples

    0下载:
  2. Sharpziplib源代码,用于学习和了解其中的原理-Sharpziplib source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:724579
    • 提供者:prdeng
  1. ICSharpCode.SharpZipLib-

    0下载:
  2. 关于C_压缩类ICSharpCode.SharpZipLib的使用方法-C_ Class ICSharpCode.SharpZipLib on the use of compression
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1797002
    • 提供者:ccy
  1. SharpZipLib

    0下载:
  2. 压缩代码 可以压缩 请使用 里面包含代码案例 放心使用-SharpZipLib is free
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:2148300
    • 提供者:余胜
  1. ICSharpCode.SharpZipLib.dll

    0下载:
  2. ICSharpCode.SharpZipLib.dll.rar含有ICSharpCode.SharpZipLib.d-ICSharpCode.SharpZipLib.dll.rar cantains ICSharpCode.SharpZipLib.dll
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:42389
    • 提供者:tf
« 12 »
搜珍网 www.dssz.com