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

搜索资源列表

  1. 模拟退火算法、遗传算法求解TSP修改版2

    1下载:
  2. 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.35mb
    • 提供者:美丽
  1. lzw源码

    0下载:
  2. lzw源码,比较好压缩解压算法源码网页的字体、大小、颜色及页面布局的语言,使用任何的文本编辑器都可以 对它进行编辑,与VB、C++等编程...最多可包含 256 种颜色(包括透明色)。文 件的大小取决于实际使用的颜色数目。它使用 LZW 压缩算法来... (2005-6-7,VB,61KB,下载0次)【向站长-4,558,302 source, the better compression decompression algorithm source web font, size, color
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.22kb
    • 提供者:高压
  1. ASP.NET(sourcecode)

    0下载:
  2. ASP.NET简明教程(C#篇)代码,下载后解压缩后,便可运行。-ASP.NET (C# Part 1) code, download decompress, will be able to run.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:153.36kb
    • 提供者:白雪
  1. MPEG2Videodecode

    0下载:
  2. 一个不错的MPEG2视频解压缩算法,我自己做了一些修改!供大家参考.-a good MPEG2 video decompression algorithms, I have done some changes! For your reference.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:66.47kb
    • 提供者:liulin
  1. v3023_unzip

    0下载:
  2. 解压缩软件UNZIP的C源程序代码-decompression software UNZIP C source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:28.48kb
    • 提供者:贾凤芝
  1. fileclient

    0下载:
  2. 这是信息安全中有关文件客户端的代码,不过 我上传的是压缩后的项目,可解压缩后在运行环境里直接运行!-This is the information security related documents to the client code, but I upload the compressed project Solutions can be compressed in direct operating environment running!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24.91kb
    • 提供者:康乐
  1. file_6

    0下载:
  2. 本程序实现压缩,解压缩代码及示范代码 本程序实现压缩,解压缩代码及示范代码-the program compression, decompression code and demonstration of the program code compression, decompression code and model code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:138.32kb
    • 提供者:张少江
  1. 081SharpZipLib_SourceSamples

    0下载:
  2. dotnet下面的压缩解压缩算法库-dotnet below compression decompression algorithms library
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:809.25kb
    • 提供者:张荣炳
  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
    • 文件大小:3.3kb
    • 提供者:陈帅
  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
    • 文件大小:32.74kb
    • 提供者:朱金晨
  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
    • 文件大小:359.44kb
    • 提供者:无言
  1. Zip_SharpZipandWinRAR

    0下载:
  2. 是一款压缩解压缩的工具源代码。 支持调用winrar内核压缩-Is a compression tool to unzip the source code. Kernel compression support calls winrar
  3. 所属分类:C#编程

    • 发布日期:2017-03-30
    • 文件大小:168.37kb
    • 提供者:王谦
  1. zip_unzip_src

    0下载:
  2. C#写得标准压缩解压缩小程序 .Net中函数声明: public static extern int MyZip_AddFile(String SrcFile,String ZipFile) public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile) public static extern int MyZip_ExtractFileAll(String ZipFile,String P
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:252.38kb
    • 提供者:一心一意
  1. HF

    0下载:
  2. 哈夫曼编码可用于压缩解压缩,平时我们用的rar也差不多是用这个原理来压缩的。-Huffman coding for compression and decompression, usually we use the rar almost use this principle to compress.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:253.53kb
    • 提供者:wanghengkang
  1. codearecode

    0下载:
  2. huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:2.44mb
    • 提供者:star
  1. ZipTest

    0下载:
  2. vs2008 c++源码 是zip格式的压缩解压缩完整代码,有本人在vs2008下调试添加的代码(文件或路径需要你自己再定)。-vs2008 c++ source zip format compression decompression complete code, I added in vs2008 debugging code (file or path yourself be).
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:4.89mb
    • 提供者:asdj
  1. Zip

    1下载:
  2. C# 大型项目中实际应用,支持文件、流压缩解压缩,对常用的Zip GZip BZip2格式都支持,对DataSet压缩也进行了封装,拿来直接可以用代码很完整,并附上它所需的引用ICSharpCode.SharpZipLib.dll -C# large projects in the practical application, supporting documents, flow compression and decompression, the common zip, gzip bzip2
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:84.09kb
    • 提供者:
  1. C#winform压缩解压文件夹

    0下载:
  2. C#winform压缩解压文件夹 希望对大家有所帮助(C#winform compression decompression folder We hope to help)
  3. 所属分类:C#编程

  1. C#基类库大全2017

    0下载:
  2. C#基类库大全2017 文件读写 文件夹读写 各种加密解密 XML操作 弹出消息类 压缩解压缩 正则表达式 文件操作类 配置文件操作类(DEncrypt Backup DLL ResourceManager)
  3. 所属分类:C#编程

  1. Compression or Decompression

    0下载:
  2. 将一个非空文件夹压缩成压缩包,也可以将压缩包解压成文件夹。(Compress a non empty folder into a compressed packet, and compress the packet into a folder.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-04
    • 文件大小:80kb
    • 提供者:asemarece
« 12 3 4 5 »
搜珍网 www.dssz.com