搜索资源列表
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
numericalcalculation
- 常用数值计算方法(包括最小二乘、龙格—库塔算法、列主元高斯消去法等有效的、常用的数值计算方法)-commonly used numerical methods (including least-squares, the Runge - Kutta algorithm, main-yuan Gaussian Elimination so effective, commonly used numerical method)
WinScenery
- 学校导游系统。采用最小路径算法。程序可自动生成图,并可找出最小路径。-school system guides. Use the smallest path algorithm. Procedures can be automatically generated map can identify the smallest path.
matalb
- 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
PCA_NN
- PCA(主成分分析)算法被广泛应用于工程和科学研究中,本报告主要从PCA的基本结构和基本原理对其进行研究,常规的PCA算法主要采用线性算法,通过研究论证发现线性的PCA算法存在着许多不足,比如线性PCA算法不能从线性组合中把独立信号成分分离出来,主分量只由数据的二阶统计量—自相关阵确定,这种二阶统计量只能描述平稳的高斯分布等,因此必须对其进行改进,经改进后的PCA算法有非线性PCA算法、鲁棒算法等。我们通过PCA算法在直线(平面)中拟和的例子说明了PCA在工程中的应用。本例子采用的是成分分析中的
svm_lssvm
- 支持向量机的模式识别的经典算法--最小平方支持向量机-SVM pattern recognition algorithm classic -- the smallest square SVM
minDist.tar
- 根据LDPC码中码子的构造方法中的PEG算法,来就算的最小码距。-LDPC codes under completely different construction method of PEG algorithm, even to the smallest distance code.
Kruscal_C++_implement
- 1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了compare函数来比较大小,后者则是在EdgeNode的class里面重载运算符。-1.kru
LS-esprit
- esprit就是利用旋转不变性,求解信号的入射角,本算法利用最小2乘法来估计信号的入射角 -esprit rotation invariance is used to solve the angle signal, This algorithm uses the minimum two multiplication to estimate the incidence angle
fangzhen111
- 共9个程序,通过实验熟悉如何使用MATELAB来编程,该程序可以实现最小拍有纹波、最小拍无纹波、数字PID和大林算法-a total of nine procedures, experimental MATELAB familiar with how to use programming, The procedure can be achieved with minimum ripple film, the smallest ripple-free digital, digital PID al
levmar
- matlab语言实现非线性最小二乘法的曲线拟合LM算法-Matlab language nonlinear least-squares method of curve fitting algorithm LM
knowledgeyichuan
- 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the so-called optimization problem
最小费用vip
- 常用C 语言 运筹学算法-C-language algorithm tacticians
MaximumFlow
- 最大最小流程序。包括最大流网络,最小费用最大流。算法的一些实现。
C++
- 包含C++中map,有理数类,汉诺塔,菲波那穗等的算法,还有比较大小,求最大最小值等相关算法,以及工程测量精度解算的相关程序。
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
TEST3Dlg
- 没有边权的边如何抽样。在复杂网络模型中,如何计算边抽样的最小算法和步骤。
CG算法
- 保持其余特征值大小,调整最小的特征值,观察CG方法的敛性,
NetFlow
- 使用MFC实现最小费用流算法 包括在界面上画拓扑图等功能,编译器VC6.0(Using MFC to realize the minimum cost flow algorithm, including the function of drawing topological graph on the interface, compiler VC6.0)
MdlFuctions
- 这个类模块集合了各种常用的功能,可直接调用,如插值,一维数组最大最小值平均值,冒泡算法,一元线性回归等(This class of modules sets a variety of common functions, which can be called directly, such as interpolation, maximum and minimum mean value of one dimension array, bubble algorithm, linear regress
