搜索资源列表
SimpleDatabase
- 1、实现了一个简单的数据库 2、采用HASH表建立索引 3、可以从database.dat中读取表结构,生成数据库, 4、[FORM]开始的段创建表和读入缺省值 5、[DATA]保存数据库数据 6、支持多索引 7、具体使用可以看示例-achieve a simple two databases using hash table index 3, which can be read from database.dat table structures, database g
hashtodatabase
- 用HASH表操作数据库中的数据。数据的操作过程及其他。-hash table operation with the data in the database. The process of data and others.
GasServer
- 黑龙江省煤矿瓦斯监控系统办事处端的程序;使用ADO方式连接SQLSERVER数据库,用SOCKET方式交换瓦斯报警数据,同时连接WEB网页,使用线程池技术建立与数据库的多个连接。这是一个监控现场正在运行的程序。对于数据库软件开发非常有参考价值。使用哈希表(HASH)查找数据。
hash_src
- 一个开源的hash表的实现。The source code of structure hashtable.
roots
- roots--一个轻量级的内存数据库系统。基于Hash Map的table设计。快速轻巧。
login
- vc6.0编写的简单的用户登陆窗口模块,采用哈希函数加密。-vc6.0 written in a simple user login window module, using cryptographic hash function.
haxi
- 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
Hash
- 简单哈希算法的实现,能够有效地提高查找速度。-The realization of a simple hash algorithm can effectively improve the search speed.
vrdb_daemon
- Virus Database manager....Database search hash engine
tokyocabinet-1.4.46.tar
- Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, ea
kyotocabinet-1.2.30.tar
- 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
jjfa
- 千万pv的数据库缓存之解决方案。这种缓存思路可以存储大规模的列表,缓存命中率极高,因此可以承受超大规模的应用,但是需要技术人员根据自身业务逻辑来配置需要做散列的字段。-Pv database cache of thousands of solutions. This cache can store large list of ideas, a high cache hit ratio, it can withstand the application of large scale, but th
DiskHashTable
- 这是一个使用hash表散列的方法,将数据散列在不同的桶中,最后计算它的规模和冲突-This is a hash table using the hash method, the data in a different hash buckets, the last calculation of its size and conflict
zobrist
- 此示范代码演示了Zobrist哈希使用梅森倍捻机的概念。-Demonstration code for Zobrist Hash using the Mersenne Twister
hash
- 创建一个AVL树算法,并在此基础上完成部分功能-Create an AVL tree algorithm, and the completion of some of the features on this basis
MD5102
- Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
Phone-number-inquires-the-system
- [问题描述]设计散列表实现电话号码查找系统。-[Problem Descr iption] designed to achieve phone number lookup hash table system.
MD5102
- Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
hash
- 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -To establish a small information management system (books, personnel, students, materials, goods and other information management system). Requirement: 1 use
