-
123
使用MATLAB编程,求非线性方程组的根。本例为三个参数的非线性方程组。(Using the MATLAB programming, seeking the roots of nonlinear equations. In this case, there are three parameters.)
- 2013-04-17 17:27:22下载
- 积分:1
-
Super-Mario-Code
XCODE超级玛丽,部分oc,部分c++(SuperMario,made by xcode)
- 2015-03-31 12:04:34下载
- 积分:1
-
lux
用GAUSS列主元消去法解线性方程组,文件为matlab GAUSS列主元消去法源代码。(GAUSS out with principal component elimination method for solving linear equations, the document matlab GAUSS out principal component elimination method source code.)
- 2009-12-27 23:47:43下载
- 积分:1
-
JPEG_CODING
gives a rough jpeg based coding routine that enables the user to convert and compress any image into jpeg format
- 2010-02-13 13:48:56下载
- 积分:1
-
3
说明: matlab编程环境下噪声信号的产生(噪声信号产生的matlab源代码)(creating noise signals )
- 2011-12-12 14:34:22下载
- 积分:1
-
MATLABstudy
Matlab入门手册,解压后是word版本。适合初学者学习入门(Matlab Getting Started manual, after extracting word version. Suitable for beginners learning portal)
- 2014-02-19 16:38:49下载
- 积分:1
-
66582
matlab lectuers to program polyfitting
- 2014-09-05 12:02:45下载
- 积分:1
-
powerflow
适用于IEEE5,9,14,30节点的潮流计算程序,采用直角坐标系,牛拉法求解。(Applicable IEEE5, flow calculation program 9,14,30 nodes, using Cartesian coordinates, cattle Rafah solving.)
- 2020-12-01 20:19:27下载
- 积分:1
-
scaleForSVM
用SVM进行分类时,需要对原数据进行归一化处理。(When using SVM classification, the need for raw data normalized.)
- 2015-12-09 11:25:24下载
- 积分:1
-
BST3_array
In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tree is a triple (L, S, R), where L and R are binary trees or the empty set and S is a singleton set.[1] Some authors allow the binary tree to be the empty set as well.
- 2016-02-10 15:10:19下载
- 积分:1