Welcome![Sign In][Sign Up]
Location:
Search - Cabinet

Search list

[Shell apicabview.zip

Description: 在虚拟文件夹内察看cab压缩文件内的文件列表。可以学习Shell Namespace extension编程。编译时可能用到cabinet api
Platform: | Size: 14911 | Author: | Hits:

[Compress-Decompress algrithmsCabinet.rar

Description: cab!
Platform: | Size: 7969 | Author: | Hits:

[Windows Develop3ds_import_library

Description: 万能格式转换Win32 Cabinet Self-Extractor-universal format conversion Win32 Cabinet Self-Extractor
Platform: | Size: 166783 | Author: 徐杰 | Hits:

[Other resourceDS1602Z

Description: 1602液晶显示模块,是用MAGE8做的,之前用MAGE16。它是使用在基于RFID智能药柜系统的子模块。并且通过1302及RFID SPI口,ISD语音 来实现。-1602 LCD module is used MAGE8 done, before using MAGE16. It is based on the use of RFID smart medicine cabinet system module. Through 1302 and RFID SPI mouth ISD is to be achieved.
Platform: | Size: 147678 | Author: pop | Hits:

[Other resourceProjection

Description: A C++ program to show the projection of 3D objects using Cabinet Oblique Parallel Projection onto xy-plane (i.e. angle=30 deg).
Platform: | Size: 2251 | Author: 艾文 | Hits:

[Compress-Decompress algrithmscabfile

Description: cabinet file (.CAB) file handlig.
Platform: | Size: 146150 | Author: luxizhu | Hits:

[Windows Developcabinet_src

Description: cab文件压缩、解压 -Compression and UnCompresson of Cab file
Platform: | Size: 145408 | Author: 站长 | Hits:

[Shell apicabview

Description: 在虚拟文件夹内察看cab压缩文件内的文件列表。可以学习Shell Namespace extension编程。编译时可能用到cabinet api- Observes in the cab compressed file in the hypothesized folder the document to tabulate. May study Shell Namespace the extension programming. When translation possibly uses cabinet api
Platform: | Size: 15360 | Author: 站长 | Hits:

[Compress-Decompress algrithmsCabinet

Description: cab!
Platform: | Size: 8192 | Author: 李薇薇 | Hits:

[Windows Develop3ds_import_library

Description: 万能格式转换Win32 Cabinet Self-Extractor-universal format conversion Win32 Cabinet Self-Extractor
Platform: | Size: 166912 | Author: 徐杰 | Hits:

[Compress-Decompress algrithmscabfile

Description: cabinet file (.CAB) file handlig.
Platform: | Size: 145408 | Author: luxizhu | Hits:

[Windows DevelopCabinet_C_Project

Description: Cabinet File (.CAB) Compression and Extraction VC++实现CAB文件的解压缩-Cabinet File (. CAB) Compression and ExtractionVC++ Achieve decompress CAB files
Platform: | Size: 440320 | Author: Mr. | Hits:

[Database systemtokyocabinet-1.4.17.tar

Description: Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.Tokyo Cabinet is written in the C language, and provided as API of C, Perl, Ruby, Java, and Lua. Tokyo Cabinet is available on platforms which have API conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under the GNU Lesser General Public License.
Platform: | Size: 893952 | Author: ws | Hits:

[Compress-Decompress algrithmscabinet

Description: 一个关于windows内置cab文件的源码,能够将cab文件解压缩-Built a cab file on the windows of the source, to extract the cab file
Platform: | Size: 35840 | Author: 刘小龙 | Hits:

[ActiveX/DCOM/ATLCabinet_C___Project

Description: Cabinet File (*.CAB) Compression and Extraction-Introduction With this project, C++ and .NET programmers get a very versatile library for compression and extraction of Microsoft CAB files. .NET 1.1 does not offer compression functionality. .NET 2.0 offers the System.IO.Compression.GZipStream class. But this is awkward to use and very primitive it can only compress a stream but it is not possible to compress folders containing files and subfolders. If you search the internet for more comfortable compression libraries, you find, for example, ICSharpCode.SharpZipLib.dll which offers ZIP compression. But this library is awkward to use and buggy, and so is unusable. Although the bugs have been known for years, the author has not fixed them. I asked myself why should I search for another open source library (which will again have other bugs) while Windows itself supports CAB archives since the first days? Microsoft s Cabinet.dll (in the System32 directory) is not buggy. Many Microsoft installers (like the installer for Interne
Platform: | Size: 449536 | Author: jim jrasy | Hits:

[File Operatecabsdk

Description: Microsoft Cabinet SDK,CAB SDK开发包,Microsoft Cabinet library,制作cab压缩包,自解压开发包,可制作自己的通用安装程序-Microsoft Cabinet SDK,Microsoft Cabinet library
Platform: | Size: 401408 | Author: yap | Hits:

[Linux-Unixkyotocabinet-lua-1.13.tar

Description: 这是 kyoko cabinet C 库的Lua语言绑定的API接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。-Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternative for the DBM because of its higher performance. Each operation of the hash database has the time complexity of "O(1)". Therefore, in theory, the performance is constant regardless of t
Platform: | Size: 93184 | Author: Jim Abuma | Hits:

[JSP/JavaGESTION-CABINET-MEDICAL___Page

Description: GESTION-CABINET-MEDICAL___Page It involves developing a MAS negotiation formed by several agents classified into three 3 groups: Sales Agents mediating agents The buying agents
Platform: | Size: 191488 | Author: as ab | Hits:

[Compress-Decompress algrithmscabinet

Description: cabinet类,解压cab文件用的。压缩包中包括dll、lib、h文件,以及实例。网上不好找,遇到就收藏吧-cabinet type, extract cab file to use. Compressed package includes dll, lib, h files, as well as examples. Easy to find online, it encountered on the collection
Platform: | Size: 1293312 | Author: 丁志伟 | Hits:

[CADCabinet

Description: 在C#中利用EWDraw创建家具柜子,并将创建的衣柜做成了一个组.-In C# using EWDraw create furniture cabinet
Platform: | Size: 667648 | Author: tsk | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net