-
gas-liquid-and-vapor-liquid
水的沸腾程序,能和FLUENT一起做水的相变(Water boiling process, energy and FLUENT to do with the phase change of water)
- 2011-05-20 09:49:57下载
- 积分:1
-
bfsk
bfsk调制解调误码率仿真,需要用MATLAB来实现的好东西(bfsk modem bit error rate simulation, need to use MATLAB to implement the good stuff)
- 2010-05-11 16:30:02下载
- 积分:1
-
MixFigure
另一个VC与Matlab混合编程的例子,调用了Matlab的绘图界面,并将它嵌入到对话框的界面中(Another VC and Matlab examples of hybrid programming, call the Matlab graphics interface, and it is embedded into the dialog box interface)
- 2008-03-01 22:49:20下载
- 积分:1
-
1Trust
说明: 基于D-S证据理论的信任模型研究与实现,用matlab编写代码仿真实现模拟图形(design and realize of belief model baseed on D-S theory of evidence)
- 2011-04-10 15:34:48下载
- 积分:1
-
chap4matlab
实例10:阶梯图
实例11:枝干图
实例12:罗盘图
实例13:轮廓图
实例14:交互式图形
实例15:变换的傅立叶函数曲线(Example 10: Ladder Diagram Example 11: Example branches Figure 12: Compass Chart Example 13: The contour map instance 14: 15 Interactive graphic example: the Fourier transform function curve)
- 2011-05-20 01:50:29下载
- 积分:1
-
Matlab
图像模板匹配算法用MATLAB来试验,有例子大家可以看看,有上占还不完好,有能力的自己改改(Image template matching algorithm using MATLAB to test, there are examples we can see, there are not well accounted for, the ability of their changed)
- 2009-05-16 12:04:25下载
- 积分:1
-
lab7
说明: 计算方法的上机编程题,计算方法的上机编程题。计算方法的上机编程题(Method of calculation-on programming problems, the calculation-on programming problems. Programming-on method of calculation problems)
- 2010-03-24 23:09:20下载
- 积分: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
-
xiongyali
matlab 匈牙利算法,百度搜到的,试了可以用(Hungarian algorithm matlab)
- 2011-09-10 17:57:33下载
- 积分:1
-
Uniform_Extraction
该程序实现了字符串提取算法,算法中使用了Boost库来处理字符串。(The program implements string extraction algorithm, the algorithm uses the Boost library to handle strings.)
- 2012-11-02 12:00:05下载
- 积分:1