搜索资源列表
Eclipse入门使用指南及开发Eclipse插件(1)
- Eclipse是开放源代码的项目,你可以到www.eclipse.org去免费下载Eclipse的最新版本,一般Eclipse提供几个下载版本:Release,Stable Build,Integration Build和Nightly Build,建议下载Release或Stable版本,笔者用的是Build20020125(Stable版本)。Eclipse本身是用Java语言编写,但下载的压缩包中并不包含Java运行环境,需要用户自己另行安装JRE,并且要在操作系统的环境变量中指明JRE中
ClsFileDemo
- 检查与创建目录 File类并不仅仅是对现有目录路径-checks and create directories File type and not just for existing directory path
RealEditor
- 这个小软件( RealEditor )是同学一起编写的,可编辑,打印,更换主题,并有传输功能 注意,要想正确运行此软件,务必要把JDK升级到JDK 5.0_update4即tiger版(未来的JDK版本应该也可以),如果运行软件后,端口冲突或突然非法将它关闭(用任务管理器进程结束掉),导致软件无法正常退出,无法再次启动此软件,请到C:\\Documents and Settings\\All Users\\Application Data\\RealEditor下的那个文件删掉即可(注意,
19832002
- java编写的applet小应用程序,是最短路径的算法演示程序。界面是英文的。-java applet prepared by the small applications, is the shortest path algorithm demonstration program. The interface is in English.
Webtest(jsp)
- 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://local
WebBookstore
- 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候,需要把database目录下的BookStore_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为 http://localhost:8080/chap24/Default.jsp。 注意
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
- 在城市智能交通中,经常会用到最短路径的问题,比如找最佳的行车路线等,Dijkstra算法做为最经典的求解方法,为我们指明了方向.不过真正想让我了解该算法的原因是在学习ICTCLAS的N-最短路径算法。-Intelligent Transportation in the city, often used the issue of the shortest path, for example, to find the best travel routes, Dijkstra s algorithm
Shortest-path-algorithm
- 这是一个用Java编写的最短路算法,很实用。-It is written in Java using a shortest path algorithm is very practical.
RockAndRoll
- Simplified version of a system that finds the fastest or shortest trip along a network of roads, is an instance of the single-source, positive-weighted, shortest-path problem. In other words, from one particular vertex (a “single source”), we’ll be f
Dijkstra
- This code is used to find shortest path using Dijkstra algorithm
Dijkstra
- Dijkstra s algorithm!!! How you can find the shortest path in a graph
shortestpath
- shortest path between two nods in network
Shortest-path-algorithm
- shortest path algorithm
Critical-path-method
- 基于图论的关键路线法源码,有需要的可以下哈-Critical path method source code
Two-techiniques-for-finding-shortest-path
- "Two techiniques for finding shortest path" is a IEEE project and i giva a sample code for that project.
The-critical-path
- 关键路径过程演示,求解,eclipse中,可以运行-The critical path
Path
- java获取电脑class 当前坐在路径 支持window linux -java access to the computer class currently sits path support window linux
get-sd-card-path
- 在安卓系統下, 抓取SD卡的絕對路徑, 有三種方式-In Android, get SD card absolute path, there are three ways
solve-shortest-path-problem
- 用JAVA实现地图最短路径问题,一个简单的模拟城市路线地图,编写程序实现:给出任意两个城市,算出用时最短的路线-Using JAVA map shortest path problem