CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hashmap c

搜索资源列表

  1. hashmap.rar

    0下载:
  2. C++ hash_map 实现关键字排序,C++ hash_map
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1798
    • 提供者:孙旗
  1. Hashmap

    0下载:
  2. hash map 使用范例,帮你更好学习hashmap和C++stl-hash map usage examples to help you better learn the hashmap and C++ stl
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:8180522
    • 提供者:taidongzhe
  1. segmentation

    0下载:
  2. 基于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.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-11
    • 文件大小:3018678
    • 提供者:杨小鹏
  1. hash_map

    0下载:
  2. hashmap file used in C-hashmap file used in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2817
    • 提供者:JJoong
  1. hashmap

    0下载:
  2. 用c++实现的HashMap类,能实现insert、remove、find等方法。-A hashMap in C++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:3125
    • 提供者:shine shaw
  1. HashMap

    0下载:
  2. 一个简单的C语言实现HashMap,希望同大家分享-A simple C language HashMap, hope to share with you
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:4489
    • 提供者:陈娟
  1. HashM

    0下载:
  2. 用C语言实现的HashMap简单编程,希望同大家共享-C language implementation of HashMap with simple programming, want to share with you
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:4487
    • 提供者:陈娟
  1. HashMap1

    0下载:
  2. 用C语言实现的HashMap源码。完整的实现了java 中HashMap的功能-Implemented using C language source code HashMap. Complete implementation of the java function in HashMap
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:13938
    • 提供者:simon
  1. hashmap

    0下载:
  2. 按照hashmap的基本原理用C++实现了简单的基本功能-Simple basic functions in accordance with the basic principle of the hashmap C++
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:97414
    • 提供者:shangzai
  1. java

    0下载:
  2. 1.根据一个已有的file c:\student.csv, 将所有学生数据读到一个ArrayList中.ArrayList中的元素类型是Student类型。 2.将得到的这个ArrayList按照小组号分组,构造一个HashMap。 Map的key是组号,value是一个ArrayList,这个arraylist中包含了所有在这个小组下的Student 3. 遍历这个HashMap,打印出每组下学生的学号。 注意,要求打印学号的除前3位其他的字符。比如学号为HSG1001,打印出来就是1
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:8179
    • 提供者:flinove
  1. memcached-1.4.5

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。但是它并不提供冗余(例如,复制其hashmap条目);当某个服务器S停止运行或崩溃了,所有存放在S上的键/值对都将丢失。-Memcached is
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:340589
    • 提供者:liutp
  1. HashMap

    0下载:
  2. HashMap的C语言实现基于Linux的使用-Android layout of the relevant control procedures and application methods, easy to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:6311
    • 提供者:zsfei
  1. Hash

    0下载:
  2. 本例是用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
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1045836
    • 提供者:张杰
  1. PHPSerializer

    1下载:
  2. 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。并且在反序列化
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:4733
    • 提供者:何铎
  1. memcached_1.4

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写.-Memcached is a high-performance, distributed memory object caching system for dynamic Web appl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:249607
    • 提供者:josh
  1. MemMgr

    0下载:
  2. c++ 实现的内存管理,支持list,map,hashmap,vector,set,注释详细,有测试代码-c++ implementation of memory management, support list, map, hashmap, vector, set, detailed notes, test code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1591668
    • 提供者:李旺旺
  1. hashmap

    0下载:
  2. C语言hashmap源码 C语言hashmap源码-hashmap hashmap
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5035
    • 提供者:jfyjfyjfy
  1. SSDB

    0下载:
  2. SSDB 是⼀ 一个 C++ 语⾔ 言开发的⾼ 高性能开源 NoSQL 数据库服务器, ⽀ 支持 Key-value, Key- hashmap, Key-zset(sorted set) 等数据结构, ⼗ 十分适合存储数亿条级别的列表, 排序表等集合 数据, 是 Redis 的替代和增强⽅ 方案.-ssdb develop in c++ ,stand for nosql ,replace redis
  3. 所属分类:Other Databases

    • 发布日期:2017-03-31
    • 文件大小:261000
    • 提供者:showhiho
  1. HashM

    0下载:
  2. 用C语言实现的HashMap简单编程,希望同大家共享-C language implementation of HashMap with simple programming, want to share with you
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4826
    • 提供者:fv8537lai
  1. HashMap-master

    0下载:
  2. Create Hash map and Hash function
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:9216
    • 提供者:jin2018
« 12 »
搜珍网 www.dssz.com