搜索资源列表
awtcssdsadd.rar
- 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
AStarUpan
- 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
dict
- 用java来实现电子词典,类似于金山词霸,用的字典库是星级译王的字典-Use java to implement electronic dictionaries, similar to Kingsoft, using a dictionary library is a star of King dictionary translation
AStar
- A * (star) Algorithm-A* (star) Algorithm
a-star-java.tar
- Implementation of A-star algorithm in a little game-like gui.
starwar
- 一个JAVA的小游戏,主要模拟的是太空的小游戏与星战类似-A small JAVA games, mainly the space simulation game with a similar Star Wars
TileProblem.tar
- This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
Star
- 实现java编程中的夜空,漫天星星绽放,我是在java课程实训上做的,一个小例子,适合java初学者学习。-Java programming to achieve the night sky, the sky the stars shine, I was on a training course in java to do a small example for java beginners.
GalacticWar
- 一个用java编写的星球大战小游戏,用jbulider软件,含有图片声音,完整游戏-A java written Star Wars game, with jbulider software, sound with pictures, complete game
dijkstra
- Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
Java-star-vote-system
- 设计项目:论坛。一个论坛,你登录进去,在这个论坛里你既能浏览明星资料,又能给你所喜爱的明星投票,还能在留言板里留下你想说的话。更重要的是论坛要有记忆功能。-It is a vote system.You can vote for the star that you love and leave message to them.
ShapeExp2
- 个人原创代码:矩形、圆形、五角星等形状的操作。编写Java Application程序,创建一个接口Shape,其中有抽象方法area,类Circle 、Rectangle实现area方法计算其面积并返回。又有Star实现Shape的area方法,其返回值是0,Star类另有一返回值boolean型方法isStar;在main方法里创建一个Vector,根据随机数的不同向其中加入Shape的不同子类对象(如是1,生成Circle对象;如是2,生成Rectangle对象;如是3,生成Star对象)
Planet.java.tar
- Represents a planet that will orbit around a star
A-star-pathfinding-master
- A*算法JAVA实现,it is helpful to understand the A* algorithm-A* algorithm JAVA implementation, it is helpful to understand the A* algorithm
astar-master
- A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo
A星算法
- A星算法 应用于路径优化算法 是一种具有启发性策略的算法 本文对a星算法进行介绍与总结 并用java语言实现!(The application of A star algorithm to the path optimization algorithm is an heuristic strategy. This paper introduces and summarizes the a star algorithm and implements it in the Java language.