-
Matlab
note on Matlab: intro and description of toolbox and Simulink
- 2010-09-20 07:09:29下载
- 积分:1
-
the_rout
说明: 图论中用得最多的最短路算法即Dijkstra,与Floyed算法。(Graph Theory with most that is the most short-circuit algorithm Dijkstra, and Floyed algorithm.)
- 2009-07-26 02:20:09下载
- 积分:1
-
gauss
说明: Gauss消元法,用于求解线性方程组,一般阶数不能太大,太大了效果不好!(Gauss)
- 2010-03-30 19:33:26下载
- 积分:1
-
20100503
说明: 本文件包含了MATLAB语言常用算法程序,可为初学者提供有效快捷的学习通道。(This document contains the MATLAB language commonly used algorithm program for beginners to learn to provide effective and efficient channel.)
- 2010-05-04 16:32:43下载
- 积分:1
-
DrawTree_Ctl
实现云模型与分形的树模拟,用MATLAB和VB混合编程实现(achieve cloud model and fractal tree simulation with MATLAB and VB Programming)
- 2006-10-31 10:51:37下载
- 积分:1
-
43601905cw1a
Test Pointed Signals
- 2014-02-23 19:29:46下载
- 积分: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
-
density
machine learning-Density Estimation objects.
parzen - Parzen s windows kernel density estimator
indep - Density estimator which assumes feature independence
bayes - Classifer based on density estimation for each class
gauss - Normal distribution density estimator
- 2012-07-11 19:52:39下载
- 积分:1
-
simulation-of-invers-pandula
simulation of invers pandul by fuuzy metod
- 2013-05-27 02:47:17下载
- 积分:1
-
Pacejka_tire_3_force_single
基于Matlab/Simulink的汽车ABS建模与仿真
一、汽车制动时滑移率与附着系数的关系
汽车制动时,随着制动强度的不断增加,车轮滚动的成分会越来越少,同时车轮滑动的成分将越来越多。一般用滑移率λ来说明制动过程中滑动成分的多少。(majic pacepja)
- 2015-05-11 10:21:56下载
- 积分:1