搜索资源列表
优化作业_不精确一维搜索
- 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
用于一维搜索的PSO算法
- 实现最速下降法当中的一维搜索时候的最佳步长的确定。-achieve steepest decline among law of one-dimensional search the best time to step determination.
GoldenSectionSearch
- 此代码为公司生产用的黄金搜索算法,极其珍贵。美国人写的。-this code for the company's production of gold search algorithm is extremely valuable. Americans writes.
DFSandBFS
- 图的搜索算法——包含深度优先搜索和广度优先搜索
huangjinsousuo
- 用黄金分割搜索算法求cos(x),x∈[-π/2,π/2]的最大值,设计出具体的程序,使之能够动态演示搜索过程。
erfensousuo
- 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。
GetMV2
- 一个简单的计算块的运动矢量源码,使用四步搜索算法
search
- ACM-ICPC 竞赛 搜索算法入门课件及源码合集
main-7
- 利用深度优先搜索算法和广度优先搜索算法解决图论中最短路问题
applet.迷宫生成及搜索算法
- 迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
超快的搜索算法
- 非常快的字符搜索算法。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER -characters very fast search algorithm. Note : uploads, I wonder why, when the C programming language elected BUILDER, the category is not an option, so I have elected to VCC,
eight-figure-puzzle
- 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
MC_3points
- 蒙特卡罗启发式搜索算法,在平面内的多个点找到任意三点组成对大三角形的面积-Monte Carlo heuristic search algorithm, a number of points in the plane to find any of three large triangular area formed
gold_segmentation_algorithm
- 一维无约束搜索算法―黄金分割算法(MATLAB代码)-Unconstrained one-dimensional search algorithm ——gold segmentation algorithm (MATLAB code)
Database_Arithmetic
- 07年数学建模B题所有程序代码 采用蚂蚁算法更加具有搜索时间优势-Mathematical Modeling in 2007 all the program code B title ant algorithm using more search time advantage
bbbmTEST
- BM快速搜索算法的实现。可以实现诸如edit等软件的搜索功能,作者已经做过对比测试。-BM quick search algorithm. Can be achieved, such as edit software such as search capabilities, the author has done comparison testing.
PowerSystem
- 在电力系统中,能够实现不同节点与节点之间以及区域与区域之间的相互送电路径的搜索。形成简单的网络拓扑,完成输电网架的构建。(In the power system, the search for the mutual transmission path between the different nodes and the nodes and between the region and the region can be realized. A simple network topology i
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
GGSA
- 改进的万有引力搜索算法的matlab程序,经过测试,100%可以使用的。(gravitational search algorithm matlab program, after testing, 100% can be used.)
自适应大领域
- 自适应大领域算法求解TSP问题,编程语言C++,