Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Cabinet
Search - Cabinet - List
Tokyo cabinet C 库的 Ruby绑定代码API Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-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.
Update : 2024-05-04 Size : 98304 Publisher : Jim Abuma

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.
Update : 2024-05-04 Size : 754688 Publisher : Jim Abuma

这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. 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 alternativ
Update : 2024-05-04 Size : 39936 Publisher : Jim Abuma

这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. 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 alternat
Update : 2024-05-04 Size : 66560 Publisher : Jim Abuma

Kyoto Tycoon 是一个轻量型的数据库服务器,可以自动清除过期数据,这对于许多应用程序的缓存数据很有用。Kyoto Tycoon还是一个KyotoCabinet的网络接口。-Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications.
Update : 2024-05-04 Size : 416768 Publisher : Jim Abuma

Tokyo cabinet C 库代码的Java绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-The Tokyo Cabinet C libaray s Java binding. 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.
Update : 2024-05-04 Size : 180224 Publisher : Jim Abuma

Tokyo cabinet C库的Perl绑定代码API。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-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.
Update : 2024-05-04 Size : 60416 Publisher : Jim Abuma

DL : 0
电气柜子摆放程序,输入低压柜内抽屉的参数,将自动生成柜子,方便电气低压柜的摆放,在EXCEL生成结果。-Electrical cabinets display program, enter the parameters of low-voltage cabinet drawers, cabinets will be automatically generated to facilitate the placing of electrical and low voltage cabinet, the results generated in EXCEL.
Update : 2024-05-04 Size : 558080 Publisher : sw

配电柜控制器的代码,通过配电柜上面的按钮,可以随时改变控制器的状态-Distribution cabinet controller code, through the distribution cabinet button above, you can always change the state of the controller
Update : 2024-05-04 Size : 119808 Publisher : 李小小

DL : 0
锅炉控制柜plc梯形图源程序,用于北京西山别墅群!-Boiler control cabinet plc ladder source for Beijing Xishan villas!
Update : 2024-05-04 Size : 13312 Publisher : 杨威

数据库编程:学生选课系统,使用sql server 2000 + VB6.0制作,压缩文件里有详细说明。-Database programming: a class selection system, using sql server 2000+ VB6.0 production. It has a detail file in cabinet.
Update : 2024-05-04 Size : 484352 Publisher : yishuiwang

ip进行网际互连(第三卷中文版)一共有三个压缩包(其中有一个教程相对应的源码包),这是第二个压缩包。非常好的教程及源码-ip for Internet interconnection (III Chinese version) for a total of three compressed package (which has a corresponding source package tutorial), this is the second cabinet. Very good tutorial and source code
Update : 2024-05-04 Size : 5291008 Publisher : joyce

DL : 0
这个上位机程序,是我们公司开发的灭菌柜的上位机程序,是用Csharp开发的。对大家开发大型程序有帮组-The host computer program, we developed procedures for sterilization cabinet PC is developed using Csharp. The development of large-scale programs have helped us set
Update : 2024-05-04 Size : 911360 Publisher : 王中洲

消毒柜原理图,具有基本的要求,使用protues画出的图像-Disinfection cabinet diagram, with the basic requirements, the use of images drawn protues
Update : 2024-05-04 Size : 20480 Publisher : 何威

matlabDFT
DL : 0
是用matlab写的一个小巧的DFT程序,不同于FFT程序,希望对大家有所帮助,而且有对信号处理的实例,雷克子波-This is a cabinet with matlab write the DFT program, unlike FFT program, hope to help
Update : 2024-05-04 Size : 1024 Publisher : 秋风扬起

DL : 0
一个小巧的印章图片制作程序,可以生成印章图片,和大家分享一下。-A cabinet seals pictures make program, can generate seal pictures, and share with you.
Update : 2024-05-04 Size : 16384 Publisher : zhangfei

这个压缩包,包换了c#各种空间,和很全的类库,本人也是初学者,觉得这些对初学者有很大用处,即使进阶了,也一样有用处,所以分享下来,供大家研究一下-The cabinet, shifting the c# of space, and is the whole library, and I was a beginner, find these very useful for beginners, even if advanced, and useful too, so the share down, for everyone study
Update : 2024-05-04 Size : 2349056 Publisher : dongjiangwei

智能变电站的技术规范,对这个行业的人很有帮助-Intelligent Substation technical specifications of the industry were very helpful! !
Update : 2024-05-04 Size : 1329152 Publisher : 张海洋

DL : 0
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 01 篇 基础部分38 用定时器设计的门铃-" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 01 cabinet with timer-based part of the design of the bell 38
Update : 2024-05-04 Size : 25600 Publisher : 林飞

《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 02 篇 第 02 篇 硬件应用 01 74LS138译码器应用-" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 02 cabinet hardware application No. 02 01 74LS138 decoder application
Update : 2024-05-04 Size : 21504 Publisher : 白雾
« 1 2 3 4 5 67 8 9 10 11 12 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.