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

搜索资源列表

  1. UnRarOCX

    0下载:
  2. UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序-UnRar Control for VB6, decompress WinRar the controls, the system is no installation procedure WinRar can also decompress Rar document contains an example VB6 procedures
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:100071
    • 提供者:刘伟
  1. unrar

    0下载:
  2. VB解压缩RAR文档,可以自己做压缩,和自解压等。-VB decompress RAR files can be done compression, and other self-extracting.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:79283
    • 提供者:ljljl
  1. vbDeRar

    1下载:
  2. vb 调用unrar.dll,有界面显示,包括进度条-vb unrar.dll call, the interface shows that the progress of
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79841
    • 提供者:高明
  1. VBRAR

    0下载:
  2. 这是一个使用VB操作RAR文件的示例,使用了UNRAR.DLL文件-This is a VB operation RAR documents examples, the use of the document UNRAR.DLL
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:81415
    • 提供者:jiangxiao
  1. 7-zip

    0下载:
  2. 7-Zip的最新版4.57源码 7-Zip is free software distributed under the GNU LGPL (except for unRar code).this 7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP/Vista.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:1273780
    • 提供者:sjun
  1. VB_UnRAR

    0下载:
  2. VB调用UNRAR.DLL解压RAR压缩包 UNRAR.DLL在包里
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:86739
    • 提供者:FJH
  1. cunrar_src

    0下载:
  2. How does the class use unrar.dll ? Unrar.dll is freely distributable, and officially released by RarLabs. It is the interface which existing applications use to manipulate RAR archives. In the class, five functions are exported from the DLL and use
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:87568
    • 提供者:吴清
  1. wenbenwendang

    0下载:
  2. UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序。
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:lichenxi
  1. UnRarOCX

    1下载:
  2. UnRar解压缩控件 UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:100071
    • 提供者:uu1001
  1. WinrarVB

    0下载:
  2. 仿WinRar解压缩VB版 这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希望感兴趣的网友继续进行挖掘和开发。 源代码附有详细的注释和文档说明。使用前请把压缩包里的 UnRar.dll拷贝到你的计算机的系统文件夹下,如 Windows\\System32下。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:130022
    • 提供者:sweet
  1. vsfilter233

    1下载:
  2. IIS 的 VSFilter 控件及 Unrar控件
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:366326
    • 提供者:家逆光
  1. UnZipDemo

    0下载:
  2. Winrar解压API函数使用DEMO,7z解压API方法,经典解压API函数使用方法。 -Winrar extract the API function to use DEMO, 7z extract the API methods, extract the API functions to use the classic method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:594641
    • 提供者:
  1. unpack

    0下载:
  2. 该程序实现从临时目录解压文件到当前目录的功能-The realization of the program-extracting file from the temporary directory into the current directory function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1074319
    • 提供者:刘卫平
  1. WinrarVB

    0下载:
  2. 仿WinRar解压缩VB源代码 有很多网友提示出错,后来才发现是 UnRar.dll版本太旧的缘故。现在重新发布一个使用 UnRar.dll进行解压缩、压缩文件测试及注释信息提取等功能的源代码。这个 UnRar.dll目前为最新版,版本是 3.80.2.166,可以向下兼容识别所有Winrar格式的压缩文件。这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希望感兴
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:157725
    • 提供者:梁晨伟
  1. WinrarVB

    0下载:
  2. 以前发布过一个VB解压缩RAR文档的示例,有很多网友提示出错,后来才发现是 UnRar.dll版本太旧的缘故。现在重新发布一个使用 UnRar.dll进行解压缩、压缩文件测试及注释信息提取等功能的源代码。这个 UnRar.dll目前为最新版,版本是 3.80.2.166,可以向下兼容识别所有Winrar格式的压缩文件。这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:131307
    • 提供者:说不得
  1. lib7z

    0下载:
  2. 7z压缩解压原码,7z压缩解压原码7z压缩解压原码,7z压缩解压原码- 7-Zip ~~~~~ License for use and distribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7-Zip Copyright (C) 1999-2009 Igor Pavlov. Licenses for files are: 1) 7z.dll: GNU LGPL+ unRAR restri
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:90280
    • 提供者:mairycal
  1. refinecvs-cn-0.86.1251

    0下载:
  2. 把cvs库转成svn库的工具,这个是我修改过的,已经解决了中文文件名和中文注释的!安装完perl,解压refinecvs包就可使用了。-This is a tool for converts CVS repository to dump, suitable to load into subversion repository. This version is fixed Zh-CN Chararctors bug. After full install perl, unrar this pa
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:66400
    • 提供者:田先生
  1. Unrar_pass

    0下载:
  2. 真正的超强批量解压+多密码轮换,可实现多个不同密码的rar文件的批量解压,解放你的双手!更多精品软件请游览:www.Pay-4u.Com-Real super batch extract+ more password rotation, enabling a number of different passwords rar file batch extract, free your hands! More boutique software please visit: www.Pay-4u.C
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:189237
    • 提供者:丛林
  1. delphi_unrar

    0下载:
  2. 在用Delphi编写的程序中调用UnRAR.D-Using a program written in Delphi to call UnRAR.DLL
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:102514
    • 提供者:lexyao
  1. Unrarlibrary

    0下载:
  2. 这是WinRar官方的一个SDK库 这个库涵盖了rar的压缩算法 通过这个库你可以给你的程序添加rar压缩、解压缩功能 方法是在你的VisualC++工程中添加unrar.dll这个库 这样你就可以使用这个库里的各种函数进行文件操作 你可以查看unrardll.txt以得到这个库的使用方法-This is an official SDK library WinRar this database covers rar compression algorithm this library you c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1364276
    • 提供者:陈昊
« 1 23 4 »
搜珍网 www.dssz.com