搜索资源列表
KShortestPaths.rar
- K-shortest算法实现,采用Java语言,能根据不同的拓扑找到k条最短路径。非常经典。,K-shortest algorithm using Java language, can be found according to different topological k be the shortest path. Very classic.
Java_picturepuzzle
- 这是一个用Java编写的拼图游戏,程序实现计算机自动找到各节点可能的所有路径以及最佳路径,从而完成拼图。-This is a jigsaw puzzle, prepared with Java, the computer program automatically each node to find all possible paths, as well as the best path to complete the puzzle.
Noname1
- 用无向网表示你所在学校的校园景点平面图,图中定点表示主要景点,存放 景点的编号、名称、简介等信息。要求能够回答有关景点介绍、游览路经等问题。 要求:(1)查询各景点相关信息; (2)查询图中任意两个景点的最短路径。 (3)查询图中任意两个景点的所有路径。 --Free to the net means that the school campus attractions in your plans, the figure fixed-point of their main a
maze
- 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以"回车符"为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
CopyFile
- 拷贝文件程序源码,要求指定源文件与目标文件路径。-Copy files source code, requiring specify the source files and file paths.
stocks-with-ext-js-charts
- 这些文件陪伴的股票与分机JS图表的文章张贴在这里: http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/ 尝试这些,你将需要: 1)下载最新分机JS释放来自这里: http://extjs.com/products/extjs/download.php 2),如果有必要,更新的路径在HTML文件的下载 分机JS目录。 3)甩掉
(java)
- 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
Maze
- 迷宫问题 [问题描述] 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 -Maze [Problem Descr iption] to a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the m
SubRain
- 用来生成一个随机字幕雨,结果保存为png的图片格式,默认使用相对路径.Java代码含注释. -Used to generate a random subtitles rain. the result is saved as png image format.Default use relative paths. Java code with annotations.
xpdf-chinese-simplified.tar
- Ant is a build system that was developed for the Jakarta Tomcat project and was used internally at Sun. It was originally developed by James Davidson <duncan@eng.sun.com> and has been extended by others including myself. When Jakart
alogrim
- 能够设置两点路径、并查找出图中任意两点间的所有路径-Able to set the two paths, and find out all the paths between any two points in the figure
ShortestPath
- 最短路径算法,包含界面算法,可以直接运行,在界面中可以设置路径的数量。-Shortest path algorithm contains the interface algorithm can be run directly, and can set the number of paths in the interface.
quokka-0.3
- Quokka为Java开发者提供了基于ANT向Maven的转换,对于Maven用户,看到并行比较建立一个web应用和Quokka和Quokka VS Maven指南。 主要新特性包括: 模块构建:构建像汇编或源代码格式的项目可以打包成插件。 扩展性:使用Ant文件来增加特设的目标。另外,增加的目标可以通过脚本插件用多种脚本语言编写。 细粒度属性管理:Quokka允许在一个项目内可以定义多个独立路径。选定的路径还可以导出其他项目库内进行复用。如果您的项目依赖于另一个项目
path_search
- 搜索无向图中两点之间的所有路径(java)-Search undirected graph between two points all paths (java)
Maze
- 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed i
AbsoluteFileBackupHelper
- Like FileBackupHelper, but takes absolute paths for the files instead of subpaths of getFilesDir() Source Code for Java scr ipt.
dijkstra
- 找出图中从一点到另一点所有的最短路径,对迪杰斯特拉算法进行改进-Identify the figure from one point to another all the shortest paths for improved Dijkstra algorithm
Excludes
- Decides whether or not to exclude certain paths.
codegen-coverage
- Test paths in the code generator where values in specific registers.
short-circuit-boolean
- Test some code paths through the compiler for short-circuited boolean expressions.