-
源代码
七段s曲线路径规划程序详解 非常适合做运动控制规划(Detailed solution of seven segment s curve path planning program)
- 2018-02-01 09:38:46下载
- 积分:1
-
TC
说明: 非常好的地形改正程序,只需要有点位的经纬度,重力值和高程,内附例子和说明。(Program to compute terrain effects on gravimetric quantities.various modes of terrain effects may be computed)
- 2010-06-30 17:29:28下载
- 积分:1
-
SolarAngle.MATLAB
说明: 本程序计算的太阳角有地面点对应的太阳天顶角和太阳方位角,太阳高度角与太阳天顶角
互余,所以太阳高度角也可以通过90 度-太阳天顶角计算得到(The solar angle is calculated by the solar zenith angle and the sun azimuth angle corresponding to the earth's surface point. The sun height angle and the sun zenith angle are complementary, so the sun height angle can also be calculated by the 90 degree sun zenith angle.)
- 2018-04-25 16:17:18下载
- 积分:1
-
STRSCNE
给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。(STRSCNE is a Matlab code for constrained nonlinear systems of equations
F(x)=0 l<=x<=u
where F: R^n--> R^n, l and u are vectors of dimension n. Non-existent lower and upper bounds, i.e.
entries of l and u equal to minus o plus infinity, are allowed.
The algorithm is a globally convergent procedure that combines Newton method and an elliptical trust-region approach. The elliptical trust-region is defined employing a scaling diagonal matrix D
and the trust-region subproblem is approximately solved by the dogleg method. Only strictly feasible iterates are generated.
Various input/output options are provided, and we refer to the code itself for further documentation.
)
- 2009-10-30 16:18:10下载
- 积分:1
-
数值计算方法 二版-ppt(吕同富)
说明: 数值分析第二版吕富同ppt
数值分析学习的参考资料(Numerical Analysis
Reference materials for numerical analysis learning)
- 2020-05-02 11:25:22下载
- 积分:1
-
non_domination_sort_mod
说明: 带精英决策的多目标优化关键程序,希望对大家有用。(Key procedures of multiobjective optimization with elite decision)
- 2020-06-03 17:26:56下载
- 积分:1
-
optimization-mathematical-methods
最优化课件用于最优化数学方法学习,包括惩罚函数,乘子法等(Optimization courseware for optimizing mathematical methods of learning, including the penalty function multiplier method)
- 2016-04-06 10:56:59下载
- 积分:1
-
12
说明: 该LINGO程序的功能是:求出工程项目的收益的净现值和每道工序的最优开工时间,约束条件是紧前紧后约束,以及资源约束。。。(The program' s function is LINGO: the project proceeds to derive the net present value of each procedure and the optimal start time constraints are tight after the former tight constraints, and resource constraints. . .)
- 2009-07-14 19:33:05下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
公约数
说明: 用C语言实现计算两个数字的最大公约数,代码简单简洁,适合初学者学习。(C language is used to calculate the maximum common divisor of two digits. The code is simple and concise. It is suitable for beginners to learn.)
- 2020-06-21 16:20:01下载
- 积分:1