搜索资源列表
GoldSearch
- GoldSearch 黄金搜索算法 JAVA 制作-GoldSearch gold production search algorithm JAVA
标准库中的搜索算法
- 标准库中的搜索算法-standards for the search algorithm
MySudoku
- 一款数独游戏的Java源代码,采用逻辑规则求解,不采用搜索算法求解,算法很经典,值得研究。-A few independent game Java source code, the rules for using logic, using search algorithm. Algorithm classic, worthy of consideration.
广度优先算法八数码问题
- 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several nodes), then the initial state
Tabu_search_TSP
- 用禁忌搜索算法解决TSP的Matlab程序-taboo search algorithm used to solve the TSP Matlab procedures
search
- 基于Java的A*智能搜索算法,针对迷宫问题。
SearchDemonstration
- 实现搜索算法,广度深度优先等-search algorithm to achieve the breadth, depth and other priority
puzzle
- 用A star,先深搜索等搜索算法搜索puzzle。
Maze1
- 简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法
erfen
- 二分搜索算法,图形界面,动态实现搜索过程,挺不错的代码
erfensousuo
- 二分搜索算法程序源码,动态演示过程.JAVA源码.
a
- 搜索算法源代码,还没有实现,先贴出来吧,
Reactive_Power_Optimization_in_Area_Power
- 关于电力系统无功优化的学术论文,该论文中使用了改进的禁忌搜索算法。
searchengine.rar
- java实现的全文搜索引擎,实现了多种语法的查询,支持建立索引,然后用另外的线程调用,速度快,返回的结果支持多种排序算法。 ,java to achieve the full text search engine, to achieve a wide range of query syntax, support for the establishment of the index, and then call another thread speed, the results support t
alpha-beta
- 本程序实现人机对弈功能,提供了难度设置,记分等功能。使用Alpha-Beta剪枝算法,使电脑可以搜索到最佳走法。-alpha beta
Maze
- 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
mcshenduyouxian
- 传教士与野人过河问题的深度优先搜索算法,人工智能课的大作业,供大家分享-AI shenduyouxian
javamofang
- 自己改进的魔方源码,可能自动搜索算法还不够好-improvement to their source of Rubik's cube, may also automatically search algorithm is not good enough
Test_Compile
- 编译技术词法分析算法。对一个C语言源程序进行词法分析,分为保留字、标示符、常量、分隔符、特殊符号五类。使用了超前搜索算法,java语言编写。-Lexical analysis algorithm compiler technology. Of a C language source code for lexical analysis, divided into reserved words, identifiers, constants, delimiters, five special sym
PegJump
- (1)、深度优先搜索。 (2)、可以点击面板上的按钮设置七种默认的初始状态。 (3)、点击“自定义”按钮可以自行设定初始状态。 (4)、设定初始状态后点击“搜索”按钮,启动搜索算法,若找到走法,则弹出对话框提示“已找到解”,接着点击“下一步”按钮,将走法一步步呈现出来,点击一下走一步;若找不到走法,则弹出对话框提示“未找到解”。 集成开发环境(IDE) Eclipse 3.3. JDK 5.0.1 注:系统安装的JDK必须是5.0以上的版本。-(1), depth-fir