-
Attachments_20131017
DIFFERENT ARTICLES , USEFUL FOR ELECTRICAL ENGINEERING , ECONOMIC DISPATCH
- 2013-12-22 16:18:13下载
- 积分:1
-
PROGRAMMATION-cPP-et-genie-logiciel
book to learn Visual c++ and logiciel
- 2014-02-19 12:13:40下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
Edge_Wavelet
边缘提取技术边缘是图像对视觉的最主要特征,因此在计算机视觉技术中提出了多种检测边缘的算法。由于各种原因,图像常常受到随机噪声的干扰,经典的边缘检测的结果常常是将噪声误检为边缘点,而真正的边缘由于噪声干扰却可能被漏检。因而对于被噪声污染的图像来说,一种好的边缘检测方法应具有良好的噪声抑制能力,同时又有完备的边缘保持特性。(After analysing the soft threshold funetion,the smoothness threshold function is proposed by modifying the soft threshold function.because this function keeps smooth in the entire value range,some important details in the process of image denoising can be held. Firstly we detect the edge of the noising image. )
- 2009-05-20 20:31:12下载
- 积分:1
-
full_codec
This file encode file our own defined format.
decoded to wav format with degraded quality.
- 2011-05-12 15:20:55下载
- 积分:1
-
PDE
MATLAB在构造应力场 磁场 热学 温度场 研究中的应用(MATLAB magnetic field thermal temperature field study of the tectonic stress field)
- 2013-02-02 06:25:07下载
- 积分:1
-
pls
关于偏小二乘法(PLS)的Matlab工具箱,很好的(Matlab toolbox on small squares (PLS), good)
- 2013-03-08 18:56:53下载
- 积分:1
-
LorenzData
利用方程产生 Lorenz 时间序列,十分有用(Lorenz equations )
- 2009-12-29 09:32:22下载
- 积分:1
-
differencemethod
说明: matlab的差分算法实现以及粒子群优化算法介绍(matlab differential algorithm and particle swarm optimization algorithm introduced)
- 2008-10-28 10:23:56下载
- 积分:1
-
NIUMAG_Source
本软件是我公司开发的具有实际用途即核磁共振含油率测试分析的源代码。(The software is developed with the actual use of the rate of oil that NMR analysis of the test source code.)
- 2007-01-12 22:47:28下载
- 积分:1