-
IMC111
indice de massa corporal em c
- 2010-01-05 05:23:05下载
- 积分:1
-
Remove_thenoises_using_wavelet_transform
这是在matlab编程环境下,用小波变换实现的图像去噪处理程序。本程序可以直接加载电脑中的图片而不是使用matlab中自带的图像数据。适合小波变换去噪处理的初学者。(This is a programming environment in matlab, using wavelet transform for image denoising process. The computer program can load images directly instead of using image data that comes with matlab. Wavelet denoising for beginners.)
- 2011-01-10 15:28:05下载
- 积分:1
-
MatlabPreprocess-feb04.tar
Code Matlap for Ns2.There is some code on ns2 by Matlap used to simulate
- 2011-04-19 11:52:45下载
- 积分:1
-
dtcydl
这是一个低通抽样定理,例题中包括了低通信号的波形,抽样速率为4Hz的抽样信号,抽样序列恢复出原始信号(This is a low-pass sampling theorem, examples included in the lowpass signal waveform, the sampling rate is 4Hz sampling signal to recover the original signal sample sequence)
- 2013-09-19 08:57:27下载
- 积分:1
-
wind_power_in_power_systems
研究风电接入对电力系统影响的经典书籍,适用于相关专业人士(classical text book to learn about winder power and its affect on power system)
- 2012-01-19 23:36:37下载
- 积分:1
-
CISSP-Certified-Information-Systems-Security-Prof
CISSP Certified Information Systems Security Professional Study Guide (Sybex, 3rd Ed)
- 2014-01-18 22:26:10下载
- 积分:1
-
eioicrtt
毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 RPIjWY 二叉树算法,同时结合了哈夫曼编码二叉树的 JCCUmxQ综合。(Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of the right RPIjWY , combined with the binary tree Huffman coding JCCUmxQ comprehensive.)
- 2016-01-19 21:46:15下载
- 积分:1
-
estimate-homography
Homography Estimation Matlab Source Code
- 2010-02-15 02:51:49下载
- 积分:1
-
xiufu
应用于图像、文字修复还原,可有效复原原文件,欢迎下载!(Applied to the image, text repair reduction, which can effectively recover the original file, welcome to download!)
- 2014-10-30 09:34:18下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1