搜索资源列表
WebBookstore
- 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候,需要把database目录下的BookStore_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为 http://localhost:8080/chap24/Default.jsp。 注意
grapher
- 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
FindFrame
- 用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。要在硬盘中遍历。
root
- javascr ipt实现的最短路径搜索.
SaoMiao
- 我用java编写的本地文件搜索工具,输入关键字后,选择好盘符,点击搜索后,该工具会搜索所选盘符所有包含该关键字的文件列出路径信息来,可以暂停、停止、保存搜索结果到txt文件里-I am using java prepared local file search tool, enter a keyword, select a good letter, click search, the tool searches all the selected letter are listed in the
Maze
- 迷宫源程序,程序自动搜索路径,最后输出结果-Maze source
java_notebook
- 量替换同一目录下所有文件的同一字段(html文件可能支持性不太好)用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。要在硬盘中-The volume of the replacement of the same directory of the same field of all documents (html files may not support good) java language with the local file search functi
notebook
- 用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。-Java language with the local file search function, search the hard disk in the current document, to obtain file path, aware of the existence of any.
shangrenguohe_Java
- 为商人过河问题建立数学模型,归结为路径搜索问题,并给出一个通用的Java程序来解决此类问题。 -Problem for the merchants to cross the river to establish a mathematical model boils down to the path search problem, and gives a general Java program to solve such problems.
Ant
- 仿真蚂蚁遇到障碍物时的搜索路径的过程,求解最短路径。-Simulation ants search path when an obstacle course, solving the shortest path
primesToFile
- 搜索质数,并将其输出至文件,路径在程序中设置。-put primes to file
sse4j
- SSE4J(Spatial Search Engine for Java)是针对地理信息数据源构建的垂直搜索引擎应用接口,是基于Lucene+JTS Topology Suite开源库设计的框架。 规划的SSE4J包含: 1)SSE4J应用开发包 2)SSE4J Webservice应用接口 3)SSE4J工具集 规划的SSE4J包含的功能: 1) POI搜索(名称、地址、类型等关键字搜索;周边搜索) 2)道路搜索、区域搜索 3)地址匹配、
TxtReadera
- txt阅读器,有时间,搜索文件显示路径等功能。-txt reader, have the time, search for files show the path functions.
TravelSource
- 旅游资源查询系统,具有添加,查找景点,搜索路径功能-Tourism resources inquiry system, with add, find attractions, the search path for function
SimpleSearch
- 使用Java和Ant编写的一个简单的文件搜索器,可以通过文件名查询某个位置下是否存在搜索的文件,同时输出这个文件的全路径-Written in Java and Ant, a simple file search, Search for files by file name query to a location, while the output file path
mazeproject
- 功能包括自动创建迷宫、显示迷宫路径,还有两种迷宫路径搜索方法:栈深度搜索和迷宫广度搜索两种方法。果断时间在研究下其他搜索方法。第一版本,之后优化下代码,添加其他的搜索方法.-Features include auto-create a maze, to show the maze path, there are two maze path search method: stack depth search and maze breadth of search are two ways. The
FindPanel
- 实现用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。要在硬盘中遍历。,2KB-Local file search function using java language, known to exist whether the search for a file in the current hard class, get the file path. To traverse the hard disk. , 2KB
FindFrame
- 通过java编程实现本地搜索,搜索路径覆盖你整个电脑的路径,功能简单方便,代码整洁通俗易懂-you can find files in your computer by run this program.
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
ClassLoaderTest
- ClassLoader 概念演示代码。包括类的搜索路径以及ClassLoad链的演示。-The ClassLoader concept demo code. Including the presentation of the class search path, and ClassLoad chain.