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

搜索资源列表

  1. ArrayList

    0下载:
  2. 利用ArrayList,HashSet,HashMap编写一个查询类,实现对txt内容的查询界面-Use ArrayList, HashSet, HashMap write a query class that implements the content query interface for txt
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:78256
    • 提供者:tian
  1. SpnOverride

    0下载:
  2. private HashMap Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:dotofai
  1. SparseArray

    0下载:
  2. SparseArrays map integers to Objects. Unlike a normal array of Objects, there can be gaps in the indices. It is intended to be more efficient than using a HashMap to map Integers to Objects.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2200
    • 提供者:tiheisu
  1. contact

    0下载:
  2. 分别用Arraylist,hashmap和数组做一个电话本,用Java实现,适合新手学习和使用-Respectively Arraylist, hashmap and arrays to make a phone book, implemented in Java, for beginners to learn and use
  3. 所属分类:Java Develop

    • 发布日期:2015-11-29
    • 文件大小:4096
    • 提供者:Chen
  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. HashBiMap

    0下载:
  2. A BiMap backed by two HashMap instances.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1135
    • 提供者:vaoxonhon
  1. HashMultiset

    0下载:
  2. Multiset implementation backed by a HashMap.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:994
    • 提供者:bonfengfao
  1. Children

    0下载:
  2. Contains element children. Using this class instead of HashMap results in measurably better performance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:743
    • 提供者:ferxuxie
  1. BookShop

    0下载:
  2. 用HashMap模拟一个网上购物车。包括string类操作;包装器类使用方法;Math类相关数学方法和Random类的使用;HashMap类的应用方法。 -HashMap simulation using an online shopping cart. Including the string class action wrapper class uses methods using relevant mathematical methods and the Math class Ra
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:555
    • 提供者:汉库克
  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-04-01
    • 文件大小:261000
    • 提供者:showhiho
  1. stat

    0下载:
  2. 计算字符串中字符重复出现的次数,利用Java自带的库实现,hashmap-Calculate the number of recurringcharacters in the string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2149
    • 提供者:王一
  1. 11

    0下载:
  2. 编写程序:动物排队 要求:在一队动物里有猫、狗、和马三种不同动物(其顺序、数量和比例是随机的), 现在要求能够让这三种动物站到自己那一类动物的队伍中去。 (备注:写一个基类Animal 里面有一个name,age属性(名字和年龄随机产生)和抽象showInfo方法, 然后用再写子类Dog、Cat、Horse去继承这个基类Animal,再用Animal随机的来实例化20个Dog、Cat、Horse类 存放在一个列表中,创建三个列表,迭代上面的列表,将他们分类添加到自己的列表
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:10119
    • 提供者:陈帅
  1. Generic-Method

    0下载:
  2. 1。使用一个HashMap来创建可重用的类选择13个预定义的颜色类的颜色。颜色的名称应该用作键,和预定义的颜色对象应该被用作值。把这个类放在一个可以被导入到任何程序的包中。在应用程序中使用您的新类,允许用户选择一个颜色,然后在该颜色中绘制一个形状。 2、(计数重复的话)编写一个程序,该程序确定和打印语句中的重复单词的数量。把大写字母和小写字母一样。忽略标点符号。 3。(一个TreeSet排序的话)写一个程序,使用一个字符串的方法分割标记线的用户输入的文本和地方在这每个令牌。打印的有序元素
  3. 所属分类:JavaScript

    • 发布日期:2016-11-06
    • 文件大小:12288
    • 提供者:Melody
  1. hashmap

    0下载:
  2. We apply this secondary hashing discovered by Doug Lea to defend against bad hashes. -We apply this secondary hashing discovered by Doug Lea to defend against bad hashes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2327
    • 提供者:dinzaoyue
  1. ListViewDemo

    0下载:
  2. 要将数据库中的数据列表显示在屏幕上,我们要使用ListView这个控件,当用户从数据库中取出数据时,要将数据绑定到显示控件上,如何绑定呢,我们需要创建适配器进行绑定,创建适配器有两种方式: 第一种是用SimpleAdapter创建(要求绑定的数据是List<HashMap<String, Object>>数据类型) 第二种是用SimpleCursorAdapter创建(要求绑定的数据是Cursor数据类型)-To list the data is d
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1328387
    • 提供者:lee
  1. Books

    0下载:
  2. 用HashMap模拟一个网上购物车。从键盘输入5本书的名称、单价和数量存入一个HashMap,然后将HashMap作为参数调用方法getSum(HashMapBook ),返回总价钱。-HashMap simulation with an online shopping cart. Enter the five books the keyboard name, unit price and quantity deposited in a HashMap, HashMap and then in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:593
    • 提供者:
  1. pwwMap2015-12-28

    0下载:
  2. 大数据分析和存储利器 内含三种map,适合各种应用场合 diskmap nosql数据库功能 memmap 完全替代stl库 hashmap 超级查询-1. Memory Map(memMap): It has a good access speed. But its size is limited by memory size. 2. Harddisk Map(diskMap): It utilizes hard disk to store data. So it coul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:587786
    • 提供者:pww
  1. HashM

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

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

    0下载:
  2. WordCount 统计字数以及信息量,找到合适的放到里面去(WordCountHashTable HashTablenullvalue,HashMapnullkeyvalueHashMap ,HashTable Enumeration ,HashMap,Hashtable)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:夏天加
  1. HashIndex

    0下载:
  2. 实现基本倒排布尔查询,java 使用hashmap(Implementation of the basic inverted Boolean query, Java using HashMap)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:jesh
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com