搜索结果
找到约 2,094 项符合
X-tree 的查询结果
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...
matlab例程 %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the %
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyr ...
数学计算 用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码
用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码
数据结构 设给定n 个变量1 x , 2 x ,…, n x 。将这些变量依序作底和各层幂
设给定n 个变量1 x , 2 x ,…, n x 。将这些变量依序作底和各层幂,可得n重幂如下
n x
x x x
&#61518
3
2
1
这里将上述n 重幂看作是不确定的,当在其中加入适当的括号后,才能成为一个确定的
n 重幂。不同的加括号方式导致不同的n 重幂。例如,当n=4 时,全部4重幂有5个。 ...
数学计算 1.大型稀疏线性方程组的求解 A*X=b 。 2. 一维数组冒泡法排序算法 4.矩阵求逆 5. 改进的牛顿算法——弦割法
1.大型稀疏线性方程组的求解 A*X=b 。
2. 一维数组冒泡法排序算法
4.矩阵求逆
5. 改进的牛顿算法——弦割法
其他 Matlab7.x图像处理的光盘内容 人民邮电出版社的最新
Matlab7.x图像处理的光盘内容
人民邮电出版社的最新
汇编语言 16 x 16 LED problem for display use can run dynamically
16 x 16 LED problem for display use can run dynamically
其他 曲线标记 自变量X 函数值Y 标记类型的改变等
曲线标记
自变量X 函数值Y 标记类型的改变等
matlab例程 Performs Principal Component Analysis cross validation to determine the true rank of an X-block.
Performs Principal Component Analysis cross validation to determine the true rank of an X-block.
matlab例程 实现:实指数、复指数、不同长度序列求和、y(n)=x(-n)、y(n)=x(n-k)
实现:实指数、复指数、不同长度序列求和、y(n)=x(-n)、y(n)=x(n-k)