搜索资源列表
gtrtgdfg
- 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree ca
Secant
- 弦割法也是求解非线性方程的一个重要而且实用的手段,上载这些数值分析的基本算法,旨在让初学数值分析的人有个很好的参考,以便提高自己的编程能力,达到学习数值分析的最终学习目的.-string cut France solving nonlinear equations is an important and useful means of those on the numerical analysis of the basic algorithm, aimed at beginners who Nu
MTALABandsimulink
- 用四阶龙格库塔法求非线性系统的输入相应,同时用simulink建模比较。 -Using fourth-order Runge-Kutta method for the corresponding input nonlinear systems, and modeling using simulink comparison.
matlab
- 求反求参数(无约束非线性优化方法)的matlab实现 无约束非线性优化算法-Powell法优化子程序 matlab广义最小二乘算法程序-Reverse order parameter (unconstrained nonlinear optimization method) to achieve the matlab unconstrained nonlinear optimization algorithm-Powell method to optimize the generaliz
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
MyRunge_Kutta
- 实现四阶龙格库塔算法,求解非线性方程或是非线性方程组。-To achieve fourth-order Runge-Kutta algorithm for solving nonlinear equations or nonlinear equations.
nanewton1
- 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
NDT1BPnet
- 对非线性动态一阶对象采用bp神经网络进行建模的源程序,经过调试,直接就可以由MATLAB运行!-Of nonlinear dynamic first-order object using bp neural network modeling of the source, after debugging, directly from MATLAB can be run!
NDT1RBFnet
- 对非线性动态一阶对象采用rbf神经网络进行建模的源程序,经过调试,直接就可以由MATLAB运行!-Of nonlinear dynamic first-order object using rbf neural network modeling of source, after debugging, directly from MATLAB can be run!
Untitled1
- 锁相环一阶环的设计的仿真。自动画出线性和非线性的仿真结果-First-order phase-locked loop design simulation. Automatically draw linear and nonlinear simulation results
DTNLBPnet
- 动态一阶改进型BP神经网络对非线性系统的建模程序,直接运行即可!-Dynamic first-order modified BP neural network for nonlinear system modeling procedures can be directly run!
DTNLRBFnet
- 动态一阶改进型RBF神经网络对非线性系统的建模程序,直接运行即可!-Dynamic first-order modified RBF neural network for nonlinear system modeling procedures can be directly run!
kth_order_spectrum_analysis
- 完整的幅相调制信号可k阶非线性功率谱分析-Complete amplitude and phase modulated signal can be k-order nonlinear power spectrum analysis
NIP
- matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
flagshyp
- 外文书籍《非线性连续介质有限元介绍》中的源程序,整个有限元过程很是详细!-his program has been written in order to demonstrate the concepts and theory explained in the book "Introduction to Nonlinear Continuum Mechanics for FEA"
Matrix
- 求解4阶非线性方程组的算法,只需要修改输入的函数,利用牛顿两点序列割线法莱求解。-4-order nonlinear equations to solve the algorithm, only need to modify the input function, two sequences using Newton secant method for solving Levin.
BP2
- 换档品质评价方法的研究是应现代车辆自动变速技术发展需要而提出的前沿研究课 题,其评价过程可视为一个非线性动态系统。BP 神经网络的非线性系统辨识 ,能够逼近任意 一个非线性函数。通过确定换档品质评定指标 ,利用BP网络训练获得的数据样本 ,从而建立 主观、 客观评价标准之间的联系 利用 Mat lab/ Simulink 完成换档品质评价方法的客观描述并 进行仿真。通过与实验结果对比 ,证明这种方法能够有效真实地评价换档品质并与传统主观 评价方法具有很好的一致性。-Shift
Lyapunov-Nonlinear-Control-GUI
- This GUI can be used to regulate any controllable, nonlinear system to the origin.* It uses a switched Lyapunov control function. The nonlinear system can be of any order and with any number of inputs. There are some beta options as well, including a
Lyapunov-Nonlinear-Control-GUI
- 该GUI可用于调节任何可控的非线性系统到用户指定的设定点。它使用切换李亚普诺夫控制函数。非线性系统可以是任何阶的,并且不限输入的数目。-This GUI can be used to regulate any controllable nonlinear system to a user-specified setpoint. It uses a switched Lyapunov control function. The nonlinear system can be of any orde
second-order-arm
- 该程序为二阶机械臂的非线性反馈控制程序。对于学习二阶机械臂的非线性反馈控制具有很好的帮助。-The program is a control program for the nonlinear feedback control of second-order arm . It is a good help for the study of nonlinear feedback control of second order arm.