搜索资源列表
shuzhifenxi
- 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
Steepest
- 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
sy5
- 寻找最大值和最小值的汇编语言程序,简单,易懂,实用。-Find maximum and minimum values of the assembly language procedures, simple, understandable and practical.
prim
- 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
MATLAB
- MATLAB中GA遗传算法工具箱帮助信息-Find the minimum of a function using genetic algorithm
recurs
- /* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by using above said policy */ gcd fibonacci-/* Divide and Conquer*/ /* Find minimum and maximum from a given series of numbers*/ /* by using
lmin
- Find local minimum in matlab
GeneticAlgorithmLibrarywithJavaGUI
- The Genetic Algorithm Library is used for function optimization i.e.to find minimum or maximum value of a function.
pattenrecongition
- 通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the judge, which is known to identify
MaxMin_Detection
- There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are nu
prims
- This source file for prims algorithm of data structures.It used to find minimum spanning tree. -This is source file for prims algorithm of data structures.It used to find minimum spanning tree.
my_least_squares
- -least squares algorithms using gradient descent to find minimum of function - gaussian fit algorithm
rsq
- Structure rmq(range minimum or maximum query) help to find minimum or maximum on segment l and r O(log(l-r+1)) and update O(logN)
1
- 对内存中给定的几个无符号字节数,求其最大值和最小值并在数码管上显示。-Memory in a given number of unsigned bytes, find the maximum and minimum values shown in the digital control.
SGAPublic
- 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-The SGA can optimize the variables, find minimum, maximum (when the function is also seeking the minimum reciprocal friends) and support for floating-
CreateExemplars
- this source code find minimum,maximum ,mean and variance of image databases and store them in file named exemplars.mat
ACM_code
- ACM常用算法,内容涵盖了如快速傅里叶变换,求排列组合数,判断图形是凸集还是凹集,求解模线性方程,求最小生成树等算法-ACM commonly used algorithms, covering, such as fast Fourier transform, find the number of permutations and combinations to determine the graph is convex or concave set of linear equations so
EP
- implementation of simple Evolutionary Programming to find minimum value from given function.
NFAtoDFA(CPP)
- 用c++编程求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 -C++ programming with regular expressions to find NFA (not sure of the finite automata), NFA to DFA and DFA (finite automata) of the minimum
Find minimum energy fcc configuration
- lammps源文件,可以实现计算面心立方晶格的最低能量(find minimum energy fcc configuration)