登录
首页 » Visual C++ » Test_Zip

Test_Zip

于 2021-03-03 发布 文件大小:355KB
0 259
下载积分: 1 下载次数: 14

代码说明:

  It s a simple program to demostrate how to use Zip-Unzip with Ziparchive

文件列表:

Test_ZipArchiveII
.................\ReadMe.txt,3777,2011-11-28
.................\res

.................\...\Test_ZipArchiveII.rc2,409,2011-11-28
.................\resource.h,1339,2011-11-30
.................\StdAfx.cpp,219,2011-11-28
.................\StdAfx.h,1054,2011-11-28
.................\Test_ZipArchiveII.aps,36832,2011-11-30
.................\Test_ZipArchiveII.clw,1896,2011-12-02
.................\Test_ZipArchiveII.cpp,2258,2011-11-29
.................\Test_ZipArchiveII.dsp,4744,2011-11-30
.................\Test_ZipArchiveII.dsw,557,2011-11-28
.................\Test_ZipArchiveII.h,1445,2011-11-28
.................\Test_ZipArchiveII.ncb,82944,2011-12-02
.................\Test_ZipArchiveII.opt,726016,2011-12-02
.................\Test_ZipArchiveII.plg,1290,2011-12-02
.................\Test_ZipArchiveII.rc,6414,2011-11-30
.................\Test_ZipArchiveIIDlg.cpp,9725,2011-11-30
.................\Test_ZipArchiveIIDlg.h,1944,2011-11-30
Zip
...\tecZipFunc.cpp,5789,2011-12-02
...\tecZipFunc.h,1373,2011-11-30
...\zconf.h,8089,2000-05-23
...\ZipArchive.cpp,34473,2011-12-02
...\ZipArchive.h,27950,2003-03-22
...\ZipAutoBuffer.cpp,2232,2001-02-09
...\ZipAutoBuffer.h,1697,2001-02-17
...\ZipBigFile.cpp,1028,2001-03-24
...\ZipBigFile.h,612,2011-11-30
...\ZipCentralDir.cpp,18303,2001-04-04
...\ZipCentralDir.h,4687,2001-04-04
...\ZipException.cpp,2165,2001-04-03
...\ZipException.h,2560,2001-04-03
...\ZipFileHeader.cpp,9462,2001-03-24
...\ZipFileHeader.h,3944,2001-03-24
...\ZipInternalInfo.cpp,784,2000-06-06
...\ZipInternalInfo.h,977,2001-03-24
...\ZipStorage.cpp,10860,2001-03-28
...\ZipStorage.h,4384,2001-03-28
...\zlib.h,41791,1998-07-09
...\zlib.lib,100134,2009-08-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCDialogDrawing
    VC版绘图,直接在对话框中绘制曲线图,可以在二维与上位之间切换(VC version of the drawing, directly draw graphs in the dialog box, you can switch between two-dimensional and the host)
    2013-07-15 14:31:20下载
    积分:1
  • ZBGL20140808
    装备管理软件。用MFC编写的简单的数据库操作软件,对数据库操作初学者有帮助!(Equipment management software. Written with MFC simple database operating software for database operations beginners help!)
    2014-09-20 00:00:42下载
    积分:1
  • New-folder
    this is a simple traffic light using proteus 8, its very easy, familiar, and u can see the project in youtube
    2015-02-12 06:35:40下载
    积分:1
  • ProComponent-v2.1-Sources
    ProE/Toolkit开发库基于同步模式DLL动态链接库形式的二次开发工程。根据官方文档中实例修改实现了根据MFC窗口输入参数自动画圆柱、圆台、棱柱等基本几何形状。即完成了草绘、拉伸、旋转等基本操作的代码实现以及其组合的实现。(备注:软件版本是ProE Wildfire 5.0,对应的开发环境是VS2008。工程所需外部链接库网上可以查到。)(ProE/Toolkit development libraries based on the synchronous mode dynamic link library DLL form of secondary development projects. Modify achieved under MFC window input parameters the base geometry animation cylinder, round table, prism, etc., according to official documents instances. That completed a sketch, drawing, code rotation and other basic operations to achieve and realize its portfolio. (Note: The software version is ProE Wildfire 5.0, the corresponding development environment is VS2008 external link libraries needed projects can be found online.))
    2021-02-08 15:29:54下载
    积分:1
  • ChildViewTx
    这是VC++其中的一个源代码,是普通的程序代码,主要用于教学范例(This is VC in which a source code, there are the ordinary program code, mainly for teaching examples)
    2016-02-16 02:21:28下载
    积分:1
  • SocketCAsyncSocketCSocket
    Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
    2009-06-20 13:10:05下载
    积分:1
  • Desktop
    自己写的一个小小内存池,,希望可以分享。。里面的main.cpp是使用的例子( To write a small memory pool, and hope to share. . There are examples of the use of main.cpp)
    2014-07-12 21:53:42下载
    积分:1
  • palindrome
    用C++语言判断一串字符串是否回文,希望广大吧友支持(Determine whether the string with C++ language palindrome string of hope that the majority support it Friends)
    2013-12-14 13:02:28下载
    积分:1
  • rpg
    说明:  一个rpg游戏源码,用vc++制作(A source rpg game with vc++ Production)
    2008-12-04 20:52:10下载
    积分:1
  • rtkdemo
    用于GPS信号的差分定位,以对最后信号进行平滑修正。得到更好的畏惧和接收机位置(For differential GPS positioning signals to the final signal smoothing correction. Better fear and receiver position)
    2021-04-25 14:38:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载