-
reflash
在matlab环境下利用句柄图形的方法创建动态图形,绘制了光源动态反射效果示例图形。(In the circumstances the use of matlab handle graphics method to create dynamic graphics, rendering the effect of light reflection sample dynamic graphics.)
- 2007-12-19 21:21:40下载
- 积分:1
-
signalgeneraterandpiano
基于MATLAB的电子钢琴设计,可以实现基音按键发音和播放歌曲(signal generater and piano)
- 2014-12-23 16:57:43下载
- 积分:1
-
dualcodes
对偶复树小波以及去噪,
包含1维二维三维的程序实现(Dual tree complex wavelet and the noise, including the one-dimensional two-dimensional three-dimensional program)
- 2007-08-23 15:36:03下载
- 积分:1
-
GreyVSScontrol
灰色滑模控制器设计的matlab源代码,详细地描述了利用灰色估计的方法进行滑模控制器的设计,对于研究滑模边结构控制的同学很有用。(Gray sliding mode controller design matlab source code, described in detail the use of gray is estimated that the method of sliding mode controller design, the study of sliding mode control edge structure classmates useful.)
- 2008-06-04 21:12:01下载
- 积分:1
-
MATLAB
最优化技术方法介绍及MATLAB的实现(科学工业出版社)(MATLAB optimization method)
- 2011-06-30 10:26:25下载
- 积分:1
-
蚁群算法
蚁群算法解决公交车路径规划问题的MATLAB代码实现(Ant Colony Algorithm to Solve the Problem of Bus Route Planning with MATLAB Code)
- 2021-01-05 22:28:55下载
- 积分:1
-
SisipanStego
Steganography text using an image
- 2014-11-27 12:04:22下载
- 积分:1
-
16SEGMENTS_tool
This is a simple code and software using APIwin32 to easily help you to create simple decoder for 16SEGMENTS displayer for your application. It use the GUI to draw segments in assembly and C languages,and there is sample program in the (My displayer folder) to help anyone to use it. I built it just because I wanted to operate with a 16segments displayer. Modify the code as you want.
- 2014-11-30 08:59:22下载
- 积分:1
-
C-mean
采用身高和体重数据作为特征,利用C均值聚类方法对数据进行聚类,并将聚类结果表示在二维平面上。(Height and weight data as a feature, using C-means clustering method of data clustering and clustering results expressed in the two-dimensional plane.)
- 2013-04-09 17:39:58下载
- 积分:1
-
cgsvd
CGSVD Compact generalized SVD of a matrix pair in regularization problems.
sm = cgsvd(A,L)
[U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu]
Computes the generalized SVD of the matrix pair (A,L):
[ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv(X)
[ L ] [ 0 V ] [ 0 eye(n-p) ]
[ diag(mu) 0 ]
where
U is m-by-n , sigma is p-by-1
V is p-by-p , mu is p-by-1
X is n-by-n .
It is assumed that m >= n >= p, which is true in regularization problems.
Reference: C. F. Van Loan, Computing the CS and the generalized
singular value decomposition , Numer. Math. 46 (1985), 479-491.
Per Christian Hansen, IMM, 12/19/97.
Initialization.
- 2021-03-25 20:29:14下载
- 积分:1