-
matlab_Differential_Equation_english_recommended
说明: 这些说明包括了该课程的数值部分上半年AMAT3122数学
微分方程的方法。他们不是一个完整的笔记。(MATLAB (MATrix LABoratory) is a very powerful package designed for numerical analysis,
matrix calculations and visualisation (as well as many other applications). One of MATLABs
strengths is that it can be used as a simple ‘calculator’ and also is easy to program more complicated
tasks. Many mathematical algorithms are already built in to MATLAB and many more are easily
added)
- 2010-04-02 11:17:02下载
- 积分:1
-
mircogird
电压暂降正周期有效值,是四案例工程中比较常见的算法。(t=0:0.0002:0.2 y=cos(100*pi*t) y1=0.5*cos(100*pi*t) y(200:600)=y1(200:600) for i=1:1:901 u(i)=sqrt(sum(y(i:i+99).^2)/100) end plot(u) xlable( 采样点数 ) ylable( u ) )
- 2015-05-23 16:13:31下载
- 积分:1
-
zipSUSAN
这是一个SUSAN算法实现, 对图像处理中的边,角等特征保留和图像降噪方面有着重要的应用(SUSAN This is an algorithm for image processing side, angle and other characteristics of the retention and image denoising has important applications)
- 2009-01-08 12:27:00下载
- 积分:1
-
fdtd2D
利用时域有限差分法(FDTD法)对二维时谐电磁场进行模拟(Using finite difference time domain method (FDTD method) on two-dimensional time-harmonic electromagnetic field simulation)
- 2010-07-17 16:13:09下载
- 积分:1
-
3
平方根法及改进的平方根法求解方程组问题分析(Square root method and the improved method of solving equations square root problem analysis)
- 2013-11-10 10:20:39下载
- 积分:1
-
matlabfuzzyLogic
MATLAB FUZZY LOGIC CONTROLLER
- 2009-03-22 01:55:11下载
- 积分:1
-
subattribspace
朴素贝叶斯matlab实现,基于matlab编程(Naive Bayes matlab to achieve, based on the matlab programming)
- 2009-05-27 23:24:21下载
- 积分:1
-
power-flow
matlab_的电力系统潮流仿真计算,里面是一个文档,有详细步骤,还有MATLAB的M程序。(matlab_ the power flow simulation, which is a document with detailed steps, as well as MATLAB M program.)
- 2012-06-06 15:38:43下载
- 积分:1
-
ipc
inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.
- 2014-10-10 10:19:21下载
- 积分:1
-
gmcalab_le1.0
GMCA Toolbox for Denoising, 2005年一篇有关基于MCA去噪的源代码,国外网站转载。(GMCA Toolbox for Denoising, 2005 MCA denoising based on an article on the source code, web reprint abroad.)
- 2009-04-07 07:15:06下载
- 积分:1