-
matlab7dll
vc与matlab7的混编,采用的混编方式是通过shared(vc matlab7 with the mixing of the way through the air shared)
- 2005-05-01 23:58:30下载
- 积分:1
-
CA0LUR83
自己写的matlab小程序,用于解方程组。可以参考下(Their own small programs written in matlab for solving equations. Can refer to)
- 2011-09-27 10:15:02下载
- 积分:1
-
PML_10
交错网格声波方程正演模拟,PML吸收边界,比较适合刚刚接触的学者。交错网格有限差分地震波场计算,二维的声波正演,利用空间10阶,时间2阶。(The CalCulation of the SeismiC Wave一 fieldwith Staggered-grid Finite difference Sheme)
- 2014-01-09 08:54:14下载
- 积分:1
-
niudun
牛顿下山算法 牛顿迭代算法 和牛顿差值多项式 (Newton downhill method the difference between Newton and Newton polynomial algorithm)
- 2011-05-14 18:52:04下载
- 积分:1
-
fdtd_pml_2d
FDTD方法,以PML为边界条件,是二维的算法(FDTD method, the PML boundary condition is two-dimensional algorithm)
- 2011-10-31 10:18:04下载
- 积分:1
-
TS1
基于禁忌搜索算法的配电网无功补偿优化规划的 禁忌搜索部分(Optimize the planning of reactive power compensation based on the tabu search algorithm with tabu search part)
- 2012-04-20 19:34:36下载
- 积分:1
-
traffic-vcPP
Four versions of the simulation is available.
tsim.cpp
- Prints visual representation of the simulation
tsimd.cpp
- Prints Density versus output flow rate and average velocity
tsiml.cpp
- Prints Lane Change Probabiliy versus Output flow rate and Average velocity
- 2014-02-08 09:50:54下载
- 积分:1
-
Matlab-FEM
MATLAB fem 工具箱
主要针对有限元分析(matlab toolbox)
- 2012-01-16 18:54:53下载
- 积分:1
-
Mmattlab--AGGA
实现MATLAB下的音频AGC,,关键是要有高效的算法。效果不错。
(Audio AGC on MATLAB, the key is to have efficient algorithms. Good results.)
- 2012-07-27 16:18:22下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1