搜索资源列表
test
- 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果
RBTree
- 红黑树的java实现,依照CLRS,通过测试~-Red and black tree java implementation, in accordance with the CLRS, passed the test ~
KnapsackProblem
- 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
Hash
- 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
NineGrid
- 上海大学凌伟杰的8数码实验报告,有文档和Java程序。 -Shanghai University Ling Weijie 8 digital test reports, documents and Java programs.
Javatony
- 关于java数据结构的PDF,感觉很不错,软考的同学值得看-Java data structures on the PDF, feeling very good, worth watching soft test students
JAVA
- 中软java培训资料,里面是中软与sun公司合作时期的认证试题-Soft Java training material, the inside is soft and from cooperation period of the authentication test
Link
- 用Java实现链表的增,删,查,改功能,并对其进行测试,其中还包含了一个draw方法-Java implementation list, delete, check, change functions, and test, which also includes a draw method