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

搜索资源列表

  1. dictionary

    0下载:
  2. 基于四字hash的中文分词词典,将此条放在数据库中,利用memcache提高词典索引速度。实现文本词典到数据库中此条的自动转换。-Hash based on four characters of Chinese word dictionary, the clause on the database, dictionary use memcache to improve indexing speed. Text dictionary to the database to achieve the a
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-22
    • 文件大小:7166203
    • 提供者:徐向阳
  1. Exercise

    0下载:
  2. (按升序显示不重复的单词)编写程序,从文本文件中读取单词,并将所有不重复的单词按升序显示,文本文件以命令行参数的方式传递。 编程提示: 文件处理:将命令行获取的文件按行读入,然后将每行文件内容按字符串处理为单词形式。按行读入可以使用BufferedReader 类的readLine()方法,每行处理为单词可以使StringTokenizer 类或者String 类的split()方法。 使用泛型技术创建字符串规则集,不重复地存放单词; 由散列集创建树形集,形成单词的自然排列顺序
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:961
    • 提供者:王小A
  1. KeyWord

    1下载:
  2. (统计Java 源代码中的关键字)编写程序,读取一个Java 源代码文件,报告该文件中关键字的个数。从命令行传递该文件的文件名。 编程提示: Java 关键字集合的形成; 方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中; 方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。 Java 源代码文件的处理(参考练习二的文件处理); 原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。
  3. 所属分类:Java Develop

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:王小A
  1. Java

    0下载:
  2. 学习JAVA的基础书籍,由浅到深讲解详细透彻。-JAVA based learning books, from shallow to deep to explain more thoroughly.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-01
    • 文件大小:14300745
    • 提供者:荷雨
  1. HW6

    0下载:
  2. 用哈希表实现了节点的插入,删除,并计算冲突次数-A hash table implementation of the node insert, delete, and calculate the number of conflicts
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:8754
    • 提供者:annie
  1. HashFunction

    0下载:
  2. A simple hash function-The input of this hash function is a stream of binary data which is read from file. The data is encrypted by each 32bits. Each block first is initialized by doing XOR with the modified ciphertext and a random binary array, and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:165544
    • 提供者:zhaoxiao
  1. tokyocabinet-java-1.24.tar

    0下载:
  2. Tokyo cabinet C 库代码的Java绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-The Tokyo Cabinet C libaray s Java binding. Tokyo Cabinet is a library of routine
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:180224
    • 提供者:Jim Abuma
  1. shiyan

    0下载:
  2. 使用Javascr ipt和Applet实现网页版的插入算法、归并算法、堆排序、快速排序、多项式加减(用链实现)、十进制转化为二进制(用队+栈实现)、开放地址法(线性探测)、一次探测法(平方探测)、二次探测法(双HASH)实现快速查找、利用二叉排序树进行排序与查找以及删除一个节点、实现宽度优先或深度优先排序算法、实现Kruskal算法或Prime算法-Insertion algorithm, merging algorithm, heap sort, quick sort, polynomial
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:148532
    • 提供者:Lynn
  1. HashFunction_SHA1

    0下载:
  2. This a code for Hash Function SHA-1 in cryptography.-This is a code for Hash Function SHA-1 in cryptography.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:24386
    • 提供者:RJ
  1. javax

    0下载:
  2. JAVA编写散列表的操作要求图形界面演示过程-JAVA graphical interface requires the preparation of the hash table during the demonstration
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4133
    • 提供者:江超
  1. Java_11183501

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10084927
    • 提供者:张久刚
  1. ActiveRecord

    0下载:
  2. 详细的说明例举了hashtable 的使用方法 -use of hash table
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-30
    • 文件大小:722394
    • 提供者:Jessica
  1. java100samples

    0下载:
  2. 100个用Java编写的简单程序,适合Java初学者学习。还包括哈希表操作,矢量操作,数组数据操作的讲述。-100 with a simple program written in Java, it is suitable for Java beginners to learn.Also includes the hash table operations, vector operations, the array of data about the operation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-31
    • 文件大小:12838052
    • 提供者:wayr
  1. RoleRight

    0下载:
  2. 哈希表操作,这是一个权限认证的例子,使用了哈希表作为数据的存储-Hash table operations, this is an example of a certification authority, use the hash table as a data storage
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2259
    • 提供者:wangweiwei
  1. assignment_2_2

    0下载:
  2. Java的哈希表实现程序,按h可以看程序的使用说明-Java' s hash table implementation process, press h to see the program instructions can be
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:31092
    • 提供者:Lu Chang
  1. hashtable

    0下载:
  2. 哈希表操作示例。这是一个权限认证的例子,使用了哈希表作为数据的存储。-Examples of hash table operations. This is an example of a certification authority, using a hash table as a data storage.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2585
    • 提供者:DevilD
  1. scandir

    0下载:
  2. 在PHP中, 数组是用一种HASH结构(HashTable)来实现的, PHP使用了一些机制, 使得可以在O(1)的时间复杂度下实现数组的增删, 并同时支持线性遍历和随机访问. php 遍历函数-In PHP, an array is to use a HASH structure (HashTable) to achieve, PHP uses a number of mechanisms makes it possible to O (1) time complexity to a
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:1146
    • 提供者:王伟
  1. tobtu-jas

    0下载:
  2. Generate many LM and NT HASH from password rules. All in client Javascr ipt.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:12013
    • 提供者:Mac Wilens
  1. set

    0下载:
  2. set方法的练习,包括hash和tree,适合初学者实用-set method of practice, including hash and tree, suitable for beginners and practical
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:778
    • 提供者:郭果果
  1. Data-structures

    0下载:
  2. Data Structures in java which helps us to describe the data structures like linked list,hash dictionary,avl teel,binary search tree,array list and all util package
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18810594
    • 提供者:noopur
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com