- Huffman 可以实现简单的编码
- CIEDE2000 色差计算公式的matlab程序
- Box2D_v2.2.1 Box2D
- Cwnd-Show-In-Dialog Cwnd show in Dialog
- 1-aplikasi-penjualan Yeah I actually fixed it by moving a bunch of stuff to onResume(). There are also a number of other bugs I found in this code posted here (which was based on even buggier code) that I will post as soon as I get them all fixed. The first one that comes to mind is that in the try block it needs to check if c is null. Another one is that there is no error handling for a source going down midstream
- TCP labvIEW中实现局域网内的个台机器通讯 tcp/ip的波形实例
文件名称:mulDNewton
介绍说明--下载内容来自于网络,使用问题请自行百度
本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: initial solution, eps: solution accuracy r: obtain a set of solution, n : the number of iterative steps.
相关搜索: newton non linear
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mulDNewton.m