虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

key-value

  • Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符

    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协议发布。

    标签: Cabinet Tokyo key-value value

    上传时间: 2017-07-11

    上传用户:思琦琦

  • 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中

    雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。

    标签: searching Hashing

    上传时间: 2013-12-23

    上传用户:dancnc

  • This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts accord

    This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value.

    标签: ciphertext plaintext encrypts decrypts

    上传时间: 2014-01-05

    上传用户:181992417

  • 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中

    雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。

    标签: searching Hashing

    上传时间: 2016-01-14

    上传用户:dancnc

  • redis命令

    Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、key-value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。

    标签: redis

    上传时间: 2015-04-28

    上传用户:wcl623861487

  • Delphi 泛型容器 TDictionary 的用法 Demo

    Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality operation, and initial content.  You can add a key that is associated with a corresponding value with the Add or AddOrSetValue methods. You can remove entries with Remove or Clear, which removes all key-value pairs. Adding or removing a key-value pair and looking up a key are efficient, close to O(1), because keys are hashed. A key must not be nil (though a value may be nil) and there must be an equality comparison operation for keys.  You can test for the presence or keys and values with the TryGetValue, ContainsKey and ContainsValue methods.  The Items property lists all Count dictionary entries. You can also set and get values by indexing the Items property. Setting the value this way overwrites any existing value.  The class TObjectDictionary inherits from TDictionary and provides an automatic mechanism for freeing objects removed from dictionary entries. 

    标签: Delphi 泛型

    上传时间: 2015-07-01

    上传用户:mirage

  • 一个小型的基于Hash的Key=>Value的数据库

    一个小型的基于Hash的Key=>Value的数据库,速度很快,目前主要运行在Unix/Linux平台

    标签: Value Hash Key gt

    上传时间: 2014-12-06

    上传用户:hoperingcong

  • memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers.

    memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers. memrm - Remove a key(s) from the server. memstat - Dump the stats of your servers to standard output memslap - Load generation utility (benchmark!)

    标签: the contents memflush standard

    上传时间: 2014-11-28

    上传用户:zhuimenghuadie

  • ORCAD传递分立器件Value值到PowerPCB的方法

    ORCAD传递分立器件Value值到PowerPCB的方法

    标签: PowerPCB ORCAD Value 分立器件

    上传时间: 2013-06-28

    上传用户:ynsnjs

  • key处理新思路

    key处理新思路

    标签: key 新思

    上传时间: 2013-11-22

    上传用户:yulg