-
200707171151173625
说明: 基于Matlab全景图拼接算法
基于最大梯度和灰度相关的两步全景图拼接算法(Matlab-based panoramic image mosaic algorithm based on the maximum gradient and gray two-step related Panorama Stitching Algorithm)
- 2008-12-06 13:23:47下载
- 积分:1
-
Genetic-algorithm-in-MATLAB
探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性(Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, description of the genetic algorithm global optimizing nature and the feasibility of using MATLAB simulation)
- 2013-04-09 09:34:30下载
- 积分:1
-
recombination
Distribution System Reconfiguration
- 2015-03-15 12:38:31下载
- 积分: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
-
SeismicLab
说明: 著名的seismiclab的代码 是地震学研究人员必备的工具(famous seismiclab code seismic study is an essential tool for officers)
- 2020-11-10 21:29:45下载
- 积分:1
-
ISARModel
Modeling for ISAR using MATLAB
- 2012-05-07 19:12:27下载
- 积分:1
-
GeneticAlgorithm
Test function : f= x+10*sin(x.*5)+7*cos(x.*4)
Aim to get its max value( Test function: f = ' x+10* sin (x.* 5)+7* cos (x.* 4)' Aim to get its max value)
- 2012-09-02 22:52:28下载
- 积分:1
-
001
有限单元法基础及MATLAB编程-王焕定(高等教育出版社)源代码(Basis of the finite element method and MATLAB programming- Wang Huan given (Higher Education Press) source code)
- 2021-01-20 19:08:43下载
- 积分:1
-
zuijiachuangchang090408
求解窗长自适应的短时傅立叶变换最佳窗长算法(Solving long-adaptive window short-time Fourier transform algorithm for the best window length)
- 2009-10-21 09:50:04下载
- 积分:1
-
matlab
matlab入门教程,主要介绍了基本运算与函数,流程控制,环境设置及二维画图等。(matlab Getting Started tutorial introduces the basic operations and functions, process control, environmental settings, and two-dimensional drawing and so on.)
- 2009-10-26 14:59:59下载
- 积分:1