搜索资源列表
禁忌搜索VC程序
- 禁忌搜索是对人类思维过程本身的一种模拟,它通过对一些局部最优解的禁忌(也可以说是记忆)达到接纳一部分较差解,从而跳出局部搜索的目的.
启发式搜索算法来解决八数码
- 本程序采用全局择优的启发式搜索算法来解决八数码问题
正方形 深度优先搜索
- 深度优先搜索 用木棒拼正方形
峰值搜索算法
- matlab编的一种峰值搜索算法 很好用
文本内容搜索器
- 文本类文件内容搜索器
Find 文件搜索的例子
- 一个文件搜索的例子,值得参考,Example of a file search, it is also useful
tuba.rar 禁忌搜索算法的例子程序求解Tsp问题
- 禁忌搜索算法的例子程序求解Tsp问题, The taboo search algorithm example procedure solves the Tsp question
Searchfile 可自定义搜索类型和位置
- 在vb下实现的快速文件搜索,可自定义搜索类型和位置-Vb achieved in the rapid file search, customizable search type and location
微信活动搜索源码
- 微信活动搜索源码,易语言编写,可以按时间排序,找到最新的微信优惠活动!
启发式搜索A算法
- 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
文件搜索
- 通过搜索文件夹里文件的具体内容来查找和打开文件(Search and open files by searching for specific content in the folder)
禁忌搜索算法
- 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
改进的禁忌搜索算法
- 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
诛仙特征码搜索
- 可搜索大部分call地址 支持最新版本(You can search most of the call addresses and support the latest version)
迭代移位线性搜索PTS模块
- 基于OFDM系统设计的迭代移位线性搜索PTS算法,亲测可用(An iterative shift linear search PTS algorithm based on OFDM system, pro test is available)
第2章 线搜索方法
- 寻找最优值,比如说我有数组data,1000个元素,要从里面找x,线性搜索,就是从头找到尾,依次来看data[0]是否等于x,如果不是data[1],data[2],依次类推,一直找到最后一个。速度最慢,但是适用性最广(Finding optimal values)
谱峰搜索GSC
- 利用谱峰搜索,对阵列信号进行固定波束行成处理,得到增强信号(Using peak spectrum search, the array signal is fixed and the beam is processed to obtain the enhanced signal)
内存搜索工具
- 小巧好用的内存搜索器,可以快速编辑。用法非常简单,你知道怎么用吧?(A editor for edit the memory of being used.)
深度搜索程序
- 进行深度搜索的程序,含有测试使用的小程序,可以直接运行(Depth search procedures, containing small test procedures)