CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hash linux
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - hash linux - List
[
Crack Hack
]
LINUXMD5
DL : 0
LINUX下使用Ansi C编写的MD5消息散列算法-LINUX use Ansi C prepared news MD5 hash algorithm
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李祖权
[
Crack Hack
]
blowfish
DL : 0
加密解密算法,一种hash函数,128位,linux下的源代码,用C语言编写-Encryption and decryption algorithm, a hash function, 128, linux under the source code, using C language
Update
: 2025-02-17
Size
: 8kb
Publisher
:
shilin
[
Linux-Unix
]
uthash
DL : 0
在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等-LINUX realize in the next operation on the hash table, such as adding records, search, delete, etc.
Update
: 2025-02-17
Size
: 34kb
Publisher
:
madeng
[
Linux-Unix
]
googlehash
DL : 0
google hash table算法,api清晰好用,附有本人测试的example程序,linux gcc。-google hash table algorithm, api clear easy to use, with the example I am testing procedure, linux gcc.
Update
: 2025-02-17
Size
: 22kb
Publisher
:
tom
[
Linux-Unix
]
linux
DL : 0
1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存-1. (If so, its process, then HASH table can quickly find the process) 2 scheduling procedures to .3. (User space and kernel space dynamic memory
Update
: 2025-02-17
Size
: 3kb
Publisher
:
soulpower
[
Mathimatics-Numerical algorithms
]
linux_hash
DL : 0
Linux实现hash算法! 效率比较高-hash algorithm in linux!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
鲁凯
[
Other
]
LinuxKernelHashTableBehaviorAnalysisandImprovemen
DL : 0
Linux Kernel Hash Table Behavior Analysis and Improvements
Update
: 2025-02-17
Size
: 84kb
Publisher
:
刘小小
[
Linux-Unix
]
hash
DL : 0
哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
Update
: 2025-02-17
Size
: 5kb
Publisher
:
李世蓂
[
Linux-Unix
]
kyotocabinet-lua-1.13.tar
DL : 0
这是 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
Update
: 2025-02-17
Size
: 91kb
Publisher
:
Jim Abuma
[
Linux-Unix
]
hash_tree_linux
DL : 0
linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
Update
: 2025-02-17
Size
: 24kb
Publisher
:
caonima
[
Internet-Network
]
libmemcached-1.0.4.tar
DL : 0
libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C and C++ language client library, with low memory usage, thread safe, and provides full support for memcached functions. It also uses a variety of command-line tool: memcat, memflush, memrm, memstat, and memslap (load generation). Library has been designed to allow different hashing methods on keys, split keys, and use uniform hash distribution.
Update
: 2025-02-17
Size
: 929kb
Publisher
:
yoyo
[
Linux-Unix
]
linux-crypto
DL : 0
Array of hash algorithm speed in MByte per second.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
duilinten
[
Linux-Unix
]
linux-crypto
DL : 0
Array of hash algorithm speed in MByte per second.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
kergnfg
[
Linux-Unix
]
dcache
DL : 0
quick string eases parameter passing, but more importantly saves metadata about the string (ie length and the hash).linux include linux dcache.h. -quick string eases parameter passing, but more importantly saves metadata about the string (ie length and the hash).linux include linux dcache.h.
Update
: 2025-02-17
Size
: 29kb
Publisher
:
laohhvn
[
Linux-Unix
]
Hash
DL : 0
compute the hash of an item with a specific type for Linux v2.13.6.
Update
: 2025-02-17
Size
: 13kb
Publisher
:
fingnbmw
[
Linux-Unix
]
hash
DL : 0
Linux Device Driver: actual or intended publication of such source code.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
xyyzye
[
ARM-PowerPC-ColdFire-MIPS
]
ELF动态解析符号过程
DL : 0
讲解了ELF文件动态解析符号的过程,以linux平台为例(The process of dynamic parsing of symbols in ELF files)
Update
: 2025-02-17
Size
: 116kb
Publisher
:
S.P.
[
Linux-Unix
]
牛津英汉小词典
DL : 0
在Linux环境下,编写的英汉小词典--利用hash表(An English Chinese Dictionary written in Linux environment -- using the hash table)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
天空云
[
Linux-Unix
]
CloudYUNPAN-master
DL : 0
高效的半异步半同步模型(学习memchaced的网络模型)主进程负责用libevent监听套接字,并且按照哈希函数的分配法则将accept得到的fd分配给各个子进程,类似于一个小的负载均衡,hash=(一个count计数++ % 总进程数)(The efficient semi asynchronous semi synchronous model (learning memchaced network model) the main process is responsible for listening to the socket with libevent, and assigns the FD obtained by accept to the sub processes according to the allocation rule of the Hashi function, similar to a small load balance, hash= (a count count + +% total process number).)
Update
: 2025-02-17
Size
: 16kb
Publisher
:
haha10088
[
OS Develop
]
Hash Tables
DL : 0
Multi platform (linux, windows, etc.) fast efficient hash table lookup code written in C
Update
: 2022-03-06
Size
: 9.34kb
Publisher
:
steelclip
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.