搜索资源列表
Josephus
- java的经典example——在java中用链表解决约瑟夫环问题~-solve Josephus problem in java
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
DiningPhilosopherProject
- Dining Philosopher problem solved, with graphical display for easy understanding.
TSPBranchAndBound
- TSP TRAVEL SALES MAN PROBLEM SOLVING
Bag
- jcreator下写的背包问题,适合JAVA入门。给定背包的容量,在输入的物品中,求出符合条件的解,如果不存在解,则输出不存在-jcreator written under the knapsack problem, for JAVA entry. Given knapsack capacity, in input items, find qualified solution, if there is no solution, the output does not exist
problem
- 哲学家就餐问题的解决,操作系统中线程与并发的问题-Solution to the dining philosophers problem
PHP.coding.problem.class.Chinese
- PHP编码的问题PHP coding problem class [1]. Chinese -PHP coding problem class [1]. Chinese
Container-Loading-Problem
- A GRASP Approach to the Container-Loading Problem
code
- 书记源码: Data Structures and Problem Solving Using Java, Fourth Edition-Source Code for Data Structures and Problem Solving Using Java, Fourth Edition
Data-Abstraction-and-Problem-Solving-with-Java_co
- Data Abstraction and Problem Solving with Java - code1
src
- An implementation of ant colony for travelling salesman problem
java-problem
- java常见问题 适合初学者使用 很有用的-java usual problem
Grade-analysis-problem
- [问题描述] 录入、保存一个班级学生多门课程的成绩,并对成绩进行分析。 -[Problem Descr iption] entry, a class of students to save course results, and results analysis.
Problem-of-Applet
- a little problem of applet. maybe useful to you
n-queen-problem-display
- n后问题演示程序,算法分析与设计,递归算法-N queen problem demonstration program, the algorithm analysis and design, recursion algorithm
Common-beginner-problem-integrated
- 初学者常见问题综合,大多出初学者的常见小问题综合,里面有几十个初学者应用代码-Beginners common comprehensive, most common problem for beginners comprehensive, there are dozens of beginner application code
JavaPEE-garbled-problem
- 在Java EE中,乱码问题通常是一个令人头痛的问题,那如何解决这些问题呢?我们必须从问题的根本入手,以达到快而准的解决问题。-Java EE, the garbage problem is usually a headache, how to solve these problems? We must start from the root of the problem, in order to achieve fast and accurate solution to the problem
producer-and-consumer-problem
- Producer Consumer problem implementation in JAVA
The-new-JAVA-programming-problem
- 最新JAVA编程题全集(50题及答案) ,初学者可以参考学习·-The new JAVA programming problem
java-producer-consumer-problem
- 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.