资源列表
testcon
- 一个数学模型的优化 function testcon() %% 设置初始值,上下限; x0=[18 13 11] lb=[3 0.1 7] ub=[25 1 25] %% 调用优化求解函数(testcon)
LM
- LM算法的简要描述。LM算法是一种定位多变量函数最小值的迭代技术,是解决非线性最小二乘问题的基本技术之一。-The Levenberg-Marquardt(LM)algorithm is an iterative technique that locates the minimum of a multivariate function that is expressed as the sum of squares of non-linear real-valued functions[4
add.rar
- 为了求逆矩阵,这是一个基于C#语言的,求逆矩阵的程序(inverse matrix In order to inverse matrix, this is a program based on C# language, inverse matrix)
stap90
- 计算动力学书籍中 stap 90 的程序算法,看这本书的同学可以下载这个算法看一看(Computational dynamics books STAP 90 program algorithm, see the book students can download this algorithm to see)
ptfsf
- The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown
MATLAB-a
- THIS ALGOITH IS USES DIGITAL SIGNAL PROCSESSING AND DIFFERENT ALGORITHMS FOR SELECTED TOPICS IN CONTROL SYSTEMS-THIS ALGOITH IS USES DIGITAL SIGNAL PROCSESSING AND DIFFERENT ALGORITHMS FOR SELECTED TOPICS IN CONTROL SYSTEMS
Program2
- 曲线数据处理之曲线插值主要内容:实际观测值总不能稠密到满足任何条件下的需求,对中间没有观测值的点位则需要通过插值获得答案。又实际观测数据往往是离散的,即在X轴上观测数据点之间是不等距的,也需要通过插值使其等距化。-curve data processing for curve interpolation main elements : the actual observed values can not be populated any conditions to meet the needs
Cubic_Equa
- Cubic Equations Solver using Cardano s formula, c++ code with VS project file.
24
- 用vc++编写的自动找出得到24的算法,可以修改代码,将24换成其他的数。练习程序,仅供初学者参考,与君共勉!-Prepared with vc++ algorithm automatically finds get 24, you can modify the code number will be replaced by other 24. Practice procedures, for beginners reference, and the king of encouragement!
MillerRabin()
- 素性检测的miller-rabin算法-Primality testing
Dynamic-Programming
- 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。-Dynamic programming (dynamic programming) is a branch of operations research, decision-making process is the solution (decision process) mathematical optimization methods.
lingo-TSP
- lingo解决TSP问题 最短路问题 分配问题(指派问题,Assignment Problem) lingo源代码-Examples lingo lingo principle to solve TSP source code
