-
dataimport
说明: 用于脑电信号的读取
具有预处理过程
及滤波(EEG is used to read with the pretreatment process and the filtering)
- 2010-03-19 23:21:02下载
- 积分:1
-
gplab.3.bugfixes.20090608
您上传的源码为何会被站长不采用或帐号被删除?
您上传的源码为何会被站长不采用或帐号被删除?
(Your uploaded source why will be at the station to adopt or accounts removed?
Your uploaded source why will be at the station to adopt or accounts removed?)
- 2011-02-02 15:12:50下载
- 积分:1
-
tt_grt_rtw
将matlab、simulink 船舶航向模型转化成C++代码,进行实时控制(convey matlab/simulink ship course model to c++ code and realize realtime control)
- 2012-04-02 21:09:12下载
- 积分:1
-
tcharall
跨平台开发时,可以在任意系统使用统一的tchar 函数。(Cross-platform development, you can use a unified tchar function in any system.)
- 2014-08-20 15:18:42下载
- 积分:1
-
ranyouxiaohao
燃油消耗率一直是大家关注的问题,本程序采用matlab编程,绘制不同转速下发动机的燃油消耗率(The fuel consumption has been an issue of concern, the procedures used Matlab programming, drawing different speeds the engine s fuel consumption rate)
- 2013-05-07 13:29:55下载
- 积分:1
-
matlab.yinqing
用VC++和MATLAB的混合编程可以实现很多强大的功能,本例即是其中用MATLAB引擎实现的方法之一(With VC++ And MATLAB programming can be a mixture of many powerful features, that is, in this case is one of MATLAB engine using one of the ways to realize)
- 2008-05-07 13:25:14下载
- 积分:1
-
genetic-algorithm
遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
- 2013-10-16 22:43:03下载
- 积分:1
-
Even_and_O1945021112005
this is a fairly simple code that determines whether the integer you will enter is odd or even. Based on your choices by the questions asked by the program, the ouput background and foreground will change. and one thing: please don t enter such numbers as 0987 or .983 as they are not integers!
- 2009-11-08 13:59:31下载
- 积分:1
-
VCamatlab
VC++与matlab混合编程实例和VC调用matab生成的DLL说明(The mixed VC++ with matlab programming examples and generated by the VC call matab DLL description)
- 2021-03-04 19:09:32下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1