-
fuhuatixinggongshi
用复化梯形公式来求解积分的一个应用,用matlab和c++写的(With rehabilitation of trapezoidal integral formula for solving an application, using matlab and c++ Written)
- 2009-01-12 12:06:21下载
- 积分:1
-
farutos-anotherThreeFunction
matlab的mapminmax函数,boiler_process.m函数princomp函数,在fratuto推出的libsvm中用到的三个函数,在使用libsvm中没有它总是报错- (The mapminmax matlab function (projection map) )
- 2011-12-20 13:46:15下载
- 积分:1
-
ControlSys
用vc调用matlab7.0写的小程序,可以实现简单的控制系统仿真演示(with vc call matlab7.0 write small programs, can achieve a simple control system simulation demo)
- 2005-07-26 17:46:32下载
- 积分:1
-
spoonwep2cn_12329
中南大学《数字信号课程设计》(包含很多滤波Matlab代码)(Central South University digital signal curriculum design (including a lot of filtering Matlab code))
- 2012-09-14 09:16:14下载
- 积分:1
-
rtw
RTW方面的文献,对vc和matlab混合编程有很好的借鉴意义(RTW literature)
- 2010-10-10 10:41:29下载
- 积分:1
-
213MatlabPC
非常有名的捕食者算法Matlab+C 可进行目标定位(Very well-known predator algorithms
Matlab+C)
- 2012-04-02 17:20:57下载
- 积分:1
-
GameOfLife
利用MATLAB模拟的细胞自动机程序,可以借用来研究怎么写此类程序(Using MATLAB simulation of cellular automata program, you can borrow to study how to write such programs)
- 2010-05-06 10:24:27下载
- 积分:1
-
Exercise05
5th exercise of computer graphics course
- 2014-11-22 23:55:14下载
- 积分:1
-
GStreamer
最新的gstreamer内部原理和开发指南,讲的非常详细,收藏好多年啦(The new GStreamer internal principle and development guide, a very detailed, for several years)
- 2014-02-19 20:36:47下载
- 积分: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