-
matlab
哈工大的matlab讲义,是大学生学习matlab的好书,非常好用,适合初学者(HIT s matlab lectures, the university study books matlab, very easy to use, suitable for beginners)
- 2009-01-25 21:30:41下载
- 积分:1
-
2fftmatlab
说明: 基2fft的matlab程序,是比较简单的一种算法(2fft the matlab-based procedures, is a relatively simple algorithm)
- 2008-10-28 12:48:46下载
- 积分:1
-
Newton-ring
这是物理实验中的光学实验,牛顿环实验Matlab模拟(This is the physics experiment optical experiment, Newton rings experiment Matlab simulation )
- 2012-05-24 22:38:16下载
- 积分:1
-
SpeechRecognition
基于MATLAB的快速傅里叶变换,与调用的函数结果是一样的(MATLAB-based fast Fourier transform, and call the function result is the same as)
- 2009-09-24 17:52:36下载
- 积分:1
-
Matlab_GUI_Interface_Program
精通GUI图形界面编程,接好matlab编程方法,很好的参考书, (Proficient in GUI graphical interface programming, then good matlab programming method, a very good reference books,)
- 2007-10-11 16:06:40下载
- 积分:1
-
msgboxGUI_source
Matlab GUI Message Box Usage
- 2009-07-14 04:32:59下载
- 积分:1
-
picture
图形界面设计,实现开放的图片,图像增强,锐化图像,放大,缩小功能,一个简单的图形界面。(Graphical interface design, to achieve the opening of the picture, the enhancement of the image, sharpen the image, zoom in, zoom out function, a simple graphical interface.
)
- 2012-03-26 15:56:17下载
- 积分:1
-
adaptive_linear_equalizer
自适应均衡源码,调试通过,感兴趣的下来试试。(adaptive equalization source code, debugging passed, the interest down try.)
- 2007-04-17 18:22:57下载
- 积分:1
-
MATLAB
很详细的matlab使用教程,全书一共十一章。(Matlab use a very detailed tutorial book a total of eleven chapters.)
- 2011-07-31 18:41:15下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1