-
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
-
SIMULINK
MATLAB+SIMULINK+与控制系统仿真+王正林等编著,一本很不错的仿真书籍(MATLAB+ SIMULINK+ and control system simulation+ Wangzheng Lin, eds, a very good simulation of books)
- 2011-01-10 11:01:32下载
- 积分:1
-
TOOLBOX_calib
说明: 摄像机参数标定,可以标定摄像机参数,进行摄像机参数标定(Camera parameter calibration)
- 2009-08-15 20:10:39下载
- 积分:1
-
autoThreshodseg
automatic threshold segmention
- 2010-01-02 17:26:47下载
- 积分:1
-
C_matrix_invert
C语言实现矩阵求逆的MATLAB原型。
C语言实现矩阵求逆的MATLAB原型。(C for matrix invert!
matlab for matrix invert!
hope be useful for you !)
- 2012-04-14 15:18:26下载
- 积分:1
-
Morl_RBF_0822A
MATLAB做的不错的人脸识别的程序,希望大家能能受用,-color ,经测试可直接使用。
(Face recognition program MATLAB to do good, and I hope that we can be able to benefit from-color has been tested and can be used directly.)
- 2012-09-30 18:09:16下载
- 积分:1
-
iir
这是IIR数字滤波器的设计及滤波程序,IIR滤波器用matlab实现,滤波数据用C生成,主程序实现数字滤波(This is the IIR digital filter design and filtering procedures, IIR filter using matlab, using C to generate filtered data, the main program to achieve digital filtering)
- 2013-09-15 21:23:30下载
- 积分:1
-
f0201
C++求圆的面积小程序
输入圆的半径,便可以求出圆的面积。。
主要熟悉C++编程(C++ calculate a area of a circle program)
- 2012-09-22 10:19:50下载
- 积分: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
-
demod_2fsk
2fsk的解调C语言实现,该程序实现2fsk的解调(2fsk demodulation C language, the program 2fsk demodulation)
- 2013-12-25 19:29:40下载
- 积分:1