-
matlab
Matlab的使用手册,对于初学者很有帮助(Matlab' s manual, very helpful for beginners)
- 2010-01-10 20:31:40下载
- 积分: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
-
matlab
Gepp algorithm. Developed By dr Kucinski from Warsaw Univeristy of technology.
- 2011-05-08 03:22:12下载
- 积分:1
-
TOOLBOX_calib_
matlab摄像机标定工具箱,国外的,可以通过这个工具箱作2D靶标定摄像机(Matlab toolbox camera calibration and abroad, through the toolkit for 2D camera calibration target)
- 2007-04-19 20:51:53下载
- 积分:1
-
matlabCommunication
一些有关matlab在通信仿真中用到的源码,例如各种编码方法。很有实用价值,(some communications in the Matlab simulation to use the source code, such as the various coding method. Useful,)
- 2007-06-08 01:24:37下载
- 积分:1
-
sedumi
利用matlab的sedumi工具完成锥优化求解(Use tools to complete the matlab sedumi cone optimization solution)
- 2012-01-03 21:58:25下载
- 积分:1
-
2D_DOA_MUSIC_Algorithm
二维MUSIC算法仿真,经典的角度估计算法之一,阵列信号处理必备程序之一。完整,详细,可运行(2D_DOA_MUSIC_Algorithm , array signal processing)
- 2016-05-29 11:12:46下载
- 积分:1
-
ip_07_10
说明: matlab信道模型,对OFDM信道建模,统计错误概率,并于直接传输的错误率比较。(Matlab channel model, the right OFDM Channel modeling, statistical probability of error, and direct transmission error rates.)
- 2005-11-08 12:21:21下载
- 积分:1
-
Fn_RMSHE
recursive mean-separate histogram equalization
- 2013-08-21 09:56:29下载
- 积分:1
-
LocateLargest
提示用户输入一个二维数组,然后显示这个数组中最大元素的位置,返回值为包含两个元素的以为数组
(Prompts the user to enter a two-dimensional array, and then display the location of the largest element of the array, the return value is an array that contains two elements)
- 2013-12-18 10:11:20下载
- 积分:1