搜索资源列表
-
0下载:
Tokyo cabinet C 库代码的Java绑定接口。
Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-The Tokyo Cabinet C libaray s Java binding.
Tokyo Cabinet is a library of routine
-
-
0下载:
《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
-
-
0下载:
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.
-
-
0下载:
个人原创代码:编写Java Application程序,用散列表实现学生成绩单的存储和查询,并将若干个查询结果存放到一个向量中,通过循环将向量对象内容逐个输出。-The original code of the individual: Java Application program to write, store and query the hash table to achieve the students transcr ipts, and the number of query res
-