-
tezhengtiqu3
关于医学上心电的检测,包含了心电的各个方面(About Medical cored electrical testing, including all aspects of ECG)
- 2015-03-31 12:57:18下载
- 积分: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
-
basicDsp
这是数字信号处理方面的一些源码,主要涉及信号处理的基本内容,如傅立叶变换,基本的滤波器等。只供学习参考。(This is the digital signal processing some of the source, mainly involving the basic elements of signal processing, such as Fourier transform, the basic filter. Reference for learning.)
- 2007-10-22 16:12:50下载
- 积分:1
-
MATLAB-optimation
matlab优化方法 不精确的一维线性搜索(matlab optimization method inaccurate one-dimensional linear search)
- 2012-10-24 18:38:20下载
- 积分:1
-
glp
matlab 功率谱程序设计 (matlab power spectrum program design)
- 2009-11-24 11:24:17下载
- 积分:1
-
BUFFER
实现buffer.h中的各个缓冲类的函数
(Implementation of the various buffer buffer.h a function of class)
- 2009-12-18 14:20:32下载
- 积分:1
-
MATLABbeastcourse
MATLAB基础讲解 适用于初学者 学会MATLAB不是问题 简单易懂 适用性强(MATLAB for beginners to learn to explain the basis of MATLAB is not a problem easy to understand applicability)
- 2010-11-02 10:42:25下载
- 积分:1
-
chaoliujisuan
潮流计算程序,初始值使用高斯赛德尔法迭代所得,具有很高的精度和求解效率。(Flow calculation procedures, the initial value of iteration proceeds using high Sisaideer method with high accuracy and solution efficiency.)
- 2012-05-09 10:50:02下载
- 积分:1
-
shengyazhuanhuan
用于进行声压转换的matlab文件,声压数据来源于ansys软件的计算后导出来的。(Used for sound pressure to convert matlab file, sound pressure data from the calculation software ansys guide out.)
- 2013-09-26 09:10:30下载
- 积分:1
-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1