搜索资源列表
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习
生成最短路径贪心算法
- 《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;-"computer algorithms" (laborers version) on the single-source shortest path generation Shortest Path greedy algorithm;
A的算法
- A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority si
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
银行家算法 2
- .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<
gatbx
- Genetic Algorithm Toolbox for MATLAB, v1.2 (最好的遗传算法工具箱University of Sheffield) 需要将各文件的名称改成小写;-Genetic Algorithm Toolbox for MATLAB. v1.2 (the best genetic algorithm toolbox University of Sheffield) The need to the file
Keyboard-all
- 国外牛人写的键盘扫描程序;算法很巧妙。值得学习,研究-foreign cattle written by the keyboard scan procedures; Is a clever algorithm. Worthy of study, research
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是
PointInPolygon
- 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;-In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
Simple-genetic-algorithm-source-code
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个
ModelOrderReductionAlgorithms
- 自动控制方法中的状态空间模型参数降秩数学算法,分别为 SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm; -Mode
selection-algorithm
- 协同网络中继选择算法 一种是基于门限的最大信噪比选择;另一种是基于门限的最小误码率选择,我们将选择一条最佳的中继链路和源节点到目的节点的直接传输链路在目的端进行最大比合并-Research on relay selection algorithm in cooperative wireless Networks
算法工具
- SmartCos 算法工具,内含DES,MAC,RSA,HASH,LRC计算,一键生成(SmartCos algorithm tools, including DES, MAC, RSA, HASH, LRC computing, a key generation)
粒子群算法的寻优算法-非线性函数极值寻优
- 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
数据结构与算法分析英文C++描述V3.2
- 数据结构与算法分析英文C++描述V3.2(Data structure and algorithm descr iption)
板球控制系统的PD型模糊控制算法研究
- 板球控制系统的PD型模糊控制算法研究论文。(Research on PD fuzzy control algorithm of cricket control system.)
suanfa_jb51
- 计算机科学丛书 算法导论基础(Computer science books)
算法时间复杂度的实验测试
- 以堆排序算法为例,改变输入规模n,测试算法时间复杂度(Time complexity of algorithm)
[MATLAB语言常用算法程序集].龚纯.扫描版
- matlab常用算法程序集.龚纯.PDF扫描版文件,里面有算法程序(Matlab commonly used algorithm assembly. Gong Chun.PDF scan version of the file, there are algorithm procedures)
带罚函数的自适应粒子群算法.
- 含有约束方程 求最值所用的罚函数+粒子群优化算法(Penalty function + particle swarm optimization algorithm for using the constraint equation to find the maximum value)