-
codec_snr_byYikwang
A simple function that takes an image and a mask as the input, perform compression and decompression on the image (color image compression if input image is color), and display the original and reconstructed images side by side. The program should also be able to compute the SNR of the reconstructed image.
- 2010-11-02 10:10:16下载
- 积分:1
-
edge-detection
word里包含matlab程序代码与处理效果,从原理上实现了图像的边缘检测,效果理想(matlab code word contains the treatment effect, to achieve image edge detection in principle, the desired effect)
- 2014-02-25 00:02:04下载
- 积分:1
-
PSO-load-distribution
电力系统6台发电机负荷经济分配,采用粒子群算法进行电网经济调度程序(6 generator power system economic load distribution, particle swarm optimization (pso) algorithm is adopted to improve the power grid economic operation procedures)
- 2015-06-26 14:25:21下载
- 积分:1
-
robustcontrol
鲁棒控制电子书H2和H∞优化控制理论.比较全面的书(Robust control e H2 and H ∞ optimal control theory. More comprehensive book)
- 2010-12-01 16:13:40下载
- 积分:1
-
num
说明: 利用matlab采用基于Gabor特征的识别算法实现手写数字识别(Using matlab recognition based on Gabor feature recognition algorithm for handwritten numeral)
- 2011-03-06 14:15:32下载
- 积分:1
-
f_ant2rm
用来获取天线 array factor 参数(get the array factor from the Antenna)
- 2011-09-28 21:59:30下载
- 积分:1
-
IEEE802.15.4a
UWB定位标准IEEE802.15.4a的matlab实现(matlab code for IEEE802.15.4a)
- 2011-12-07 11:02:12下载
- 积分:1
-
matlabMfile
一个用MATLAB实现边缘检测的小程序!(Using MATLAB to achieve a small edge detection procedure!)
- 2008-01-07 08:43:03下载
- 积分:1
-
morphology-reconstruction
形态学重构-主要是为了复杂背景条件下的图像分割,采用matlab语言编写,具有很高的参考价值。(Morphological Reconstruction- mainly to under complex background image segmentation, using matlab language, with a high reference value.)
- 2009-12-15 23:12:15下载
- 积分: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