-
C1-
应用于地震勘探领域的资料处理,第一代相干算法处理。(Used in seismic exploration in the field of data processing, the first generation of coherent algorithm processing.)
- 2013-12-23 20:51:42下载
- 积分:1
-
stone
说明: 经典的石子划分问题,不同质量和数量的石子进行划分,以求最优解(Classic stone division, different quality and quantity of stones to be divided, with a view to the optimal solution)
- 2010-04-19 23:46:51下载
- 积分:1
-
matrixclass
说明: 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量(matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector)
- 2006-03-04 10:57:21下载
- 积分:1
-
TheNURBSBook
工程界几何模型参数化用到的NURBS曲线生成的理论和相关源代码。可用以翼型参数化、船舶外形参数化等(the theory of NURBS curve generation and the related source code for Engineering of geometric model parameterization . Airfoil parameterization and ship shape parameterization can be used )
- 2009-12-28 16:23:33下载
- 积分:1
-
char_string
举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;(Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type )
- 2013-01-17 12:01:26下载
- 积分:1
-
fd1d_1.2
一维情况下用FDTD方法模拟电磁波的传播情况,加了吸收边界条件,用C和MATLAB混合编程,信号源是高斯脉冲(One-Dimensional FDTD simulation with the propagation of electromagnetic waves, plus the absorbing boundary condition, mixed with the C and MATLAB programming, the signal source is a Gaussian pulse)
- 2011-05-14 10:20:55下载
- 积分:1
-
AutoRunMatlab
可以实现开机自动在后台运行matlab,为第一次运行matlab节省时间。(Matlab can start automatically in the background, saving time for the first run matlab.)
- 2014-11-06 15:09:01下载
- 积分:1
-
MATLABsimulation
《MATLAB电机仿真精华50例》源代码(MATLAB simulation of the essence of 50 cases of motor)
- 2009-05-02 12:15:14下载
- 积分:1
-
__Least_Squares_Support
第5个:matlab 和C++联合用于SVM,另外一种风格的(the 5 file: matlab and c++ together for SVM)
- 2011-12-28 09:52:35下载
- 积分: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