搜索资源列表
hashmap.rar
- C++ hash_map 实现关键字排序,C++ hash_map
Hashmap
- hash map 使用范例,帮你更好学习hashmap和C++stl-hash map usage examples to help you better learn the hashmap and C++ stl
segmentation
- 基于hashmap的首字哈希查找法,正向最大匹配法分词系统。代码用c++编写,本系统很好的实现了分词功能。-Based on the first word hash hashmap Find law, being the largest sub-word matching system. Code using c++ development, the system achieved a very good word function.
hash_map
- hashmap file used in C-hashmap file used in C++
hashmap
- 用c++实现的HashMap类,能实现insert、remove、find等方法。-A hashMap in C++.
HashMap
- 一个简单的C语言实现HashMap,希望同大家分享-A simple C language HashMap, hope to share with you
HashM
- 用C语言实现的HashMap简单编程,希望同大家共享-C language implementation of HashMap with simple programming, want to share with you
HashMap1
- 用C语言实现的HashMap源码。完整的实现了java 中HashMap的功能-Implemented using C language source code HashMap. Complete implementation of the java function in HashMap
hashmap
- 按照hashmap的基本原理用C++实现了简单的基本功能-Simple basic functions in accordance with the basic principle of the hashmap C++
java
- 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1
memcached-1.4.5
- Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。但是它并不提供冗余(例如,复制其hashmap条目);当某个服务器S停止运行或崩溃了,所有存放在S上的键/值对都将丢失。-Memcached is
HashMap
- HashMap的C语言实现基于Linux的使用-Android layout of the relevant control procedures and application methods, easy to use
Hash
- 本例是用C语言编写的HashMap相关操作的源码,其中包含了原理介绍及其他操作,4个工程,非常值得下载学习。VS2008直接可以打开运行。-This case is HashMap operation using the C language source code, which contains a principle introduced and other operations, and four of the project, well worth the download learni
PHPSerializer
- Java 版本的 PHP serialize/unserialize 完整实现。目前实现了对各种基本类型、数组、ArrayList、HashMap、和其它可序列化对象的序列化。实现了 PHP 5 中的Serializable 接口的支持。实现了 PHP 中的 __sleep 和 __wakeup 魔术方法的支持。实现了对所有标示(N、b、i、d、s、a、O、R、r、U、C)的反序列化,在对标示 a 反序列化时,可以根据下标和值来自动判断是 ArrayList 还是 HashMap。并且在反序列化
memcached_1.4
- Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写.-Memcached is a high-performance, distributed memory object caching system for dynamic Web appl
MemMgr
- c++ 实现的内存管理,支持list,map,hashmap,vector,set,注释详细,有测试代码-c++ implementation of memory management, support list, map, hashmap, vector, set, detailed notes, test code
hashmap
- C语言hashmap源码 C语言hashmap源码-hashmap hashmap
SSDB
- SSDB 是⼀ 一个 C++ 语⾔ 言开发的⾼ 高性能开源 NoSQL 数据库服务器, ⽀ 支持 Key-value, Key- hashmap, Key-zset(sorted set) 等数据结构, ⼗ 十分适合存储数亿条级别的列表, 排序表等集合 数据, 是 Redis 的替代和增强⽅ 方案.-ssdb develop in c++ ,stand for nosql ,replace redis
HashM
- 用C语言实现的HashMap简单编程,希望同大家共享-C language implementation of HashMap with simple programming, want to share with you
HashMap-master
- Create Hash map and Hash function