资源简介
本实例用到了第三方组件ICSharpCode.SharpZipLib.dll,该组件可到网上下载。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using ICSharpCode.SharpZipLib;
using ICSharpCode.SharpZipLib.Zip;
using ICSharpCode.SharpZipLib.Checksums;
using System.IO;
namespace BatchDecompression
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region 压缩文件及文件夹
///
/// 递归压缩文件夹方法
///
///
/// 压缩文件输出流对象
///
private bool ZipFileDictory(st
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5639 2009-01-06 10:08 批量解压缩\BatchDecompression\BatchDecompression.csproj
文件 485 2008-12-24 11:13 批量解压缩\BatchDecompression\BatchDecompression.csproj.user
文件 15872 2009-02-10 13:33 批量解压缩\BatchDecompression\bin\Debug\BatchDecompression.exe
文件 42496 2009-02-10 13:33 批量解压缩\BatchDecompression\bin\Debug\BatchDecompression.pdb
文件 14328 2010-08-18 17:51 批量解压缩\BatchDecompression\bin\Debug\BatchDecompression.vshost.exe
文件 490 2007-07-21 01:33 批量解压缩\BatchDecompression\bin\Debug\BatchDecompression.vshost.exe.manifest
文件 71 2009-02-23 17:09 批量解压缩\BatchDecompression\bin\Debug\程序使用说明.txt
文件 11909 2009-01-09 10:35 批量解压缩\BatchDecompression\Form1.cs
文件 10942 2009-01-06 10:08 批量解压缩\BatchDecompression\Form1.Designer.cs
文件 6626 2009-01-06 10:08 批量解压缩\BatchDecompression\Form1.resx
文件 3078 2009-02-10 13:35 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.csproj.FileListAbsolute.txt
文件 847 2009-01-06 10:08 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.csproj.GenerateResource.Cache
文件 15872 2009-02-10 13:33 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.exe
文件 180 2010-08-18 17:51 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.Form1.resources
文件 42496 2009-02-10 13:33 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.pdb
文件 180 2009-01-06 10:08 批量解压缩\BatchDecompression\obj\Debug\BatchDecompression.Properties.Resources.resources
文件 4037 2009-01-06 10:08 批量解压缩\BatchDecompression\obj\Debug\ResolveAssemblyReference.cache
文件 499 2008-12-24 10:20 批量解压缩\BatchDecompression\Program.cs
文件 1391 2008-12-24 10:37 批量解压缩\BatchDecompression\Properties\AssemblyInfo.cs
文件 2886 2010-08-18 17:51 批量解压缩\BatchDecompression\Properties\Resources.Designer.cs
文件 5612 2008-12-24 10:20 批量解压缩\BatchDecompression\Properties\Resources.resx
文件 1103 2008-12-24 10:20 批量解压缩\BatchDecompression\Properties\Settings.Designer.cs
文件 249 2008-12-24 10:20 批量解压缩\BatchDecompression\Properties\Settings.settings
文件 944 2008-12-24 10:20 批量解压缩\BatchDecompression.sln
..A..H. 14848 2009-02-10 13:42 批量解压缩\BatchDecompression.suo
目录 0 2009-08-31 11:33 批量解压缩\BatchDecompression\obj\Debug\Refactor
目录 0 2009-08-31 11:33 批量解压缩\BatchDecompression\obj\Debug\TempPE
目录 0 2015-10-13 21:14 批量解压缩\BatchDecompression\bin\Debug
目录 0 2015-10-13 21:14 批量解压缩\BatchDecompression\obj\Debug
目录 0 2015-10-13 21:14 批量解压缩\BatchDecompression\bin
............此处省略7个文件信息
相关资源
- c# 7z压缩方式,源码 Demo
- WinForm批量图片压缩工具源代码
- GIS简易裁剪算法和道格拉斯压缩算法
- 数字图像处理图像压缩源程序
- c#实现哈夫曼编码的压缩
- C# 道格拉斯线压缩算法 Douglas一Pe
- 道格拉斯压缩法.zip
- C# 实现对指定文件夹压缩
- 图片压缩C#代码分辨率、图片质量
- 多级 图片压缩工具c#
- C# GIS算法演示:道格拉斯压缩、线性
- 人机对战版五子棋C#源代码解压密码:
- SevenZipSharp.dll和7z.dll
- c# 解压zip完整demo 带进度条
- C#实现的图像压缩,大小压缩+质量压
- 栅格数据压缩—块状编码C#源码
- c# 哈夫曼编码 压缩文件
- 适合于WinCE应用开发的压缩解压缩库
- 道格拉斯压缩算法 AE
- C#压缩DLL-ICSharpCode.SharpZipLib
- C#压缩/解压ZIP文件带密码功能
- C#中基于GDI+(Graphics)图像处理工具(
- 逐帧查看GIF图片,并实现gif图片压缩
- DotNetZip 解压缩 以及分卷压缩类
- HTML压缩
- asp.net 页面数据压缩回传
- C#批量解压缩桌面程序源码(ICSharpC
- MVC通过过滤器 实现输出前对html修改(
- asp.net自动压缩CSS-JS源码 包附对应使用
- 批量压缩GIF图片工具源码(基于Gifs
评论
共有 条评论