-
rtdxtutorial
说明: 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(a MATLAB applications, a convenient! Use need to change for the M documents.)
- 2006-03-16 16:38:05下载
- 积分:1
-
BBEZZIER_SURRe
贝塞尔曲面显示出来程序源码,里面包含非常常多子程序源码,希望对您有用 可直接使用。
(Bezier surface display program source code, which contains very often subroutine source code, I hope you can be used directly.)
- 2012-07-10 17:10:25下载
- 积分:1
-
HUFFMAN
Huffan codein and decoding
- 2015-03-20 17:25:33下载
- 积分:1
-
StringEdit_Demo
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2007-08-29 13:38:12下载
- 积分:1
-
TestUseMatlab
说明: 运用VC编写的如何在VC中调用MATLAB(use in the preparation of the VC Calling MATLAB)
- 2006-05-09 09:52:58下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
correlation
matlab实现互现关运算,并采用雅克比——约当法实现逆矩阵的运算,在matlab下测试通过。(Complete correlation and invmaxwith matlab)
- 2012-02-11 16:20:28下载
- 积分:1
-
SerialPort
利用串口或者蓝牙的通信方式将采集到的心电数据绘制成波形,并与matlab混合编程实现小波分析(Using serial or Bluetooth communication will be collected ECG data plotted waveform, and Hybrid Programming with matlab wavelet analysis)
- 2010-08-30 10:05:51下载
- 积分:1
-
matlab-fluent-heat-con
matlab求解热传导方程的几个例子,有注释,适合初学者(matlab solving a few examples of the heat conduction equation, with notes, suitable for beginners)
- 2012-05-22 17:04:00下载
- 积分:1
-
Digital-Signal-Processing
适合科研工程人员的数字信号处理书籍,著名的FFTW算法就是基于此开发的。(an famous book about digtial singal proceesing.)
- 2012-10-09 12:04:15下载
- 积分:1