搜索资源列表
平方取中法
- 过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
src
- PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, colle
Fac3_9
- //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
guihua
- 动态规划算法,java源代码。里面有多段图的算法等,大家一起学习共同进步啊-Dynamic programming algorithm, java source code. Inside how the algorithm above chart we can work together to learn the common progress of ah
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.
DataStructureJavaEdtion
- 数据结构Java语言版,希望对编程感兴趣的人多加强数据结构的学习,Java是很有前途的语言,避开传统的C版数据结构的千篇一律-Java language version of the data structure, in the hope that more people interested in programming data structure to enhance learning, Java language is promising to avoid the traditional
datastructurealgorithms(java)
- 数据结构java版的电子书,可以自学java的编程语言,同时学习数据结构和算法-Data structures java version of the book, you can self-study java programming language, while learning data structures and algorithms
DynamicProgramming
- 用递归法、动态规划法、备忘录方法实现矩阵连乘。-algorithms:Dynamic Programming in JAVA
SHUJUKUSHIYAN
- c++数据结构 May become the member through the upload source code, after please register, 5 to 10 high grade C either Java or other good free sound codes or the programming study material [upload] arrives at the home station, after stationmaster inspec
AnagramGame
- anagram game in java. very usefull to learning java programming language...as easy as hello world
algorithm-design-with-C-CPP-Java
- 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
Algethrim-code-of-JAVA-
- JAVA数据结构的各种算法代码、另外还有这本书的源程序。-Algorithm of JAVA , the programming code
java-support-code
- java程序设计与数据结构(第2版) 配套代码-java programming and data structures (2nd edition) supporting code
Source-Code
- 2叉树 算法 java 语言编程 实现2进制搜索-2-tree algorithm java programming language
Data-structures-(Java)
- 随着计算机速度的不断增加和功能的日益强大,人们对有效编程和算法分析的要求也不断增长。《数据结构与算法分析》把算法分析与最有效率的Java程序的开发有机地结合起来,深入分析每种算法,内容全面、缜密严格,并细致讲解精心构造程序的方法。-With increasing computer speed and become more powerful , people programming and algorithm analysis of effective demand is also growin
Algorithm_SA
- 用java实现的线性序列对齐算法(算法->动态规划的作业)-Java implementation of a linear sequence alignment algorithm (algorithm- dynamic programming job)
JAVA冒泡排序
- 冒泡排序,Java源码或其他好源码或编程学习资料。-Bubble Sort Java source code or other good source code or programming learning materials.
duobianxingyouxi
- 算法设计与分析 多边形游戏 动态规划算法 源码 java编写 王晓东版本-Algorithm design and analysis polygon game version of the dynamic programming algorithm source code java prepared Wang Xiaodong
Multi-machine-scheduling
- 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
Combinatation
- 用Java语言实现动态规划法求组合数。 -Dynamic programming method for the number of combinations.