搜索资源列表
btzyz
- java数据结构方面的,关于二叉树,很简单、实用-data structure, for the binary tree, a very simple, practical
Data_Structures_and_Software_Development_in_an_Obj
- 国外的数据结构与算法分析用书,用java语言编写,实现一个简单的类似于JDK中的类库,深入浅出。这是类库的源码-foreign data structure and algorithm analysis, using java language, to achieve a simple JDK similar to the library visitors. This is the source class library
Java_tree
- 有关java的一个简单树,显示树结构,程序很简单。-the java a simple tree, the tree structure, procedure is very simple.
AC
- 使用Java实现了AC算法,并附上简单例子,输入是ACSII码文件读取-Using Java AC algorithm, along with a simple example, enter ACSII code file read
Program
- 用很简单的方法描述了如何勇贪婪算法解决旅行商问题-Using very simple methods Yong describes how greedy algorithm to solve traveling salesman problem
BTree
- 数据结构B-TREE的java实现,按照CLRS的思路描述,通过测试~-a simple implemention of B-TREE(Java code) refer to CLRS
HashTableApp
- 简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
src
- 分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU
Calculate
- 使用java 编写的简单的计算表达式的程序,供大家学习交流-Using java prepared a simple procedure for the calculation of expression for them to learn from the exchange of
bubblesort
- This simple code is made up of java, we did it last semester, it is the so called bubblesort.
Lisp
- Implements some simple commands from LISP in Java. Commands include car, cdr, append, last, cutlast, reverse, shiftLeft, shiftRight, atom, nul and others.-Implements some simple commands from LISP in Java. Commands include car, cdr, append, last, cu
byteHFMEncode_decodesrc
- 以字符为单位进行的哈弗曼压缩,界面比较简单,但是功能还算可以,速度还算可以压缩 77.3m 的 wmv 视频使用了 4.5秒 ,400k 的doc 用0.186秒 ,压缩率要看内容,文本大约有 60 。-In characters for the Ha Fuman compression, the interface is relatively simple, but the functionality is OK, speed still can compress wmv video usin
computer
- 简单计算器的实现 ,此计算器是用java实现,仅供参考-simple computer design and make it true
danlianbiao
- java数据结构 之 单链表简单实现, 此源码利用java实现了单链表-Java data structures singly linked lists of simple implementation
erchashu
- 利用java 实现 二叉树算法,自己编写的利用java 实现 二叉树算法 -Java data structures singly linked lists of simple implementation
similar
- java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
Calculator
- 用java实现的简单的计算器程序,支持基本的计算器功能-In the Java implementation of simple calculator program, support basic calculator functions
javasanfaorder
- java排序算法汇总:折半插入排序,冒泡算法, 异或的交换算法,直接插入排序,快速排序,简单的选择排序,希尔算法;里边有详细的解析-java sorting algorithm summary: binary insertion sort, bubble algorithm, XOR swap algorithm, direct insertion sort, quick sort, simple selection sort, Hill algorithm inside there