搜索资源列表
快带弦截法
- 本程序所求解的方程为x-cosx=0的解,程序将f(x)定义为子函数过程f(x),并把初值赋给相应变量后,即可使用xj(a,b,n)调用快带弦截法子函数。-the procedure for solving the equation x-cosx = 0 solution procedures to f (x) is defined as the process of Functions f (x), and initial value assigned to the corresponding
列主元约当消去法
- 程序进入K循环后的第一个I循环,是先列主元的过程,这是比简单约当法增加的内容。-procedures after the first cycle of a cycle I was first out of the main yuan, which is more than a simple law about when added to the content.
最佳适应法内存分配
- 确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码;最后编写模拟分配和回收过程的主函数
gaosi.rar
- 本程序实现一个简单方程组的高斯消去法的换算过程,其中方程系数需构成一个系数增广矩阵,同时输入过程严格按照矩阵输入。,This procedure to achieve a simple equation of the Gaussian elimination of the conversion process, which takes an equation coefficients augmented coefficient matrix, while the importation proc
conjugategradientmethod.rar
- 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
subsum.rar
- 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem
用折半查找法找出该职工的姓名
- 用折半查找法找出该职工的姓名.txt 这个问题并不是C语言,是数据结构方面的问题 首先,你要查找的表是有规定的有序表 表中数据元素按关键码升序或降序排列的表称为有序表。 折半查找的思路是,在有序表中取中间元素作为比较对象,若给定值与中间元素的关键码相等,则查找成功;若给定值小于中间元素的关键码,则在中间元素的左半区继续查找;同理,如果找不到在右半部查找。不断重复上述的查找过程,直到查找成功,或所查找的区域无数据元素,查找失败。 如果还是不懂的话,可以查找一下有关数据结构方面的书,会更加
Newton
- 用牛顿下山法求解方程:下山因子在计算过程中可以变动,一般选择下山因子时从1开始,逐次将减半进行试算,直到能使下降条件成立为止。若当计算到某步时取不到满足要求的值(或值小到无法容忍),这时称“下山失败”,需要另取初值重新算起。-Descent method with Newton' s equation: down factor in the calculation process can change, usually selected from the 1 start down fact
用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果
- 分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps, procedures, results, analysis.
steepest_descent
- 这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -Matlab implementation of this procedure steepest descent algorithm.
kechengsheji
- 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
newton
- 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all the iterative process, even if
ruil-sea-cluter
- 本程序利用球形不变随机过程法模拟产生服从瑞丽分布的海杂波,适合实验室环境下做为海杂波的输入信号。-The program uses the same random process simulation of spherical produce the distribution of sea clutter obey Ruili, suitable for sea clutter under laboratory conditions as the input signal.
the-backforward-sweep-method-
- 该程序介绍的是40节电电力系统的前推回代法潮流计算过程-The program is presented in the first 40 power-saving electric power system to push back on behalf of the current calculation method
the-solution-to-AX=B
- 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
三维平面波法MATLAB程序
- 利用平面波法计算三维光子晶体的完全禁带的MATLAB程序,计算过程比较全面!(A MATLAB program for calculating the complete band gap of a three-dimensional photonic crystal by plane wave method is presented!)
4人工势场法路径规划程序
- 多机器人系统的群集编队控制理论仿真程序,采用人工势场法,使多个机器人在向目标点运动过程中能保持队形,并能适应环境约束(The simulation program of cluster formation control for multi robot system is based on artificial potential field method, which enables multiple robots to maintain formation in the process of
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
Kdistribution
- 基于球不变随机过程法,使用复合高斯模型来产生K分布杂波数据的matlab仿真程序 (为了不低于上传文件的大小要求传了两份一样的,编程就几句话实在弄不大)(A matalab simulation program for producing K distribution clutter data, which used compound Gauss model, and is based on spherically invariant random vector method)