-
Euler
用改进欧拉法求解常微分方程初值问题:用改进的欧拉法不仅提高了精度而且算法比较简单,(The improved Euler method to solve initial value problems of ordinary differential equations: Euler' s method with improved accuracy and the algorithm not only improve relatively simple,)
- 2011-06-29 14:25:52下载
- 积分:1
-
SteepestDescent
最速下降法又称为梯度法,是1847 年由著名数学家Cauchy 给出的,它是解析法中最古老的一种,其他解析方法或是它的变形,或是受它的启发而得到的,因此它是最优化方法的基础。这里给出其Matlab源程序。(The steepest descent method, also known as gradient method, was in 1847 given by the famous mathematician Cauchy, it is the oldest analytical method one, other analytical method or its variants, or inspired by it obtained and therefore it is the basis for the optimization method. Here are its Matlab source.)
- 2013-09-13 11:56:03下载
- 积分:1
-
DCdroopbasic
基本的直流微电网下垂控制,可以实现在孤岛运行模式下的电压-功率控制(DC Droop control)
- 2020-12-27 21:29:03下载
- 积分:1
-
shiyan2
50HZ陷波器的介绍与作用,原理及简单的设计实验,与测试方法(50HZ introduction and notch filter functions, principles and simple design experiments, and test methods)
- 2010-07-23 09:13:51下载
- 积分:1
-
step_wise
说明: 使用matlabR2008a编写的多元逐步回归模型 经过调试(Prepared using matlabR2008a After debugging multiple regression model)
- 2011-03-21 23:33:57下载
- 积分:1
-
squirt
计算SQUIRT 模型,弹性波在饱和多孔介质中传播时,一种微观流动机制(used to realize the Squirt flow model)
- 2011-12-19 19:55:32下载
- 积分:1
-
zhenyuxiandepufenxixi
正余弦信号的谱分析 数字信号处理方法的一个重要用途是在离散时间域中确定一个连续时间信号的频谱,通常称为频谱分析,(Cosine signals are digital signal processing method of spectrum analysis is an important use is in the discrete time domain to determine a continuous-time signal spectrum, commonly referred to as spectrum analysis,)
- 2010-06-04 13:01:49下载
- 积分:1
-
floaterK1
这是用MTTLAB编程,采用K近邻法对提取的水面漂浮物特征进行分类(This is programming MTTLAB, K-nearest neighbor method floats feature to classify the extracted water)
- 2013-04-29 11:31:30下载
- 积分:1
-
37626
概率论与数理统计的matlab程序,对于解决概率论的问题很有帮助(Probability Theory and Mathematical Statistics matlab program for solving the problem of probability theory is helpful)
- 2014-02-16 10:32:25下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1