登录
首页 » matlab » MATLAB-of-complex-networks

MATLAB-of-complex-networks

于 2014-10-16 发布 文件大小:622KB
0 111
下载积分: 1 下载次数: 18

代码说明:

  该文档包括:基于复杂网络的MATLAB实现论文和对应的代码。(The documentation includes: paper and the corresponding code based on MATLAB complex networks.)

文件列表:

MATLAB of complex networks
..........................\sun_fuzawangluo1.m,9420,2014-06-24
..........................\复杂网络的MATLAB实现论文.doc,811520,2014-06-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bisection
    Step 1: Set i=1 FA=f(a) Step 2: while i≤ No do step 3-6. Step 3 set p=(a+b)/2 FP=f(p) Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP. Step 5 set i=i+1 Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p. Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
    2011-11-23 09:46:51下载
    积分:1
  • matlab-NaSch
    NaSch模型MATLAB程序,交通流,单车道元胞自动机模型的程序实现(Program MATLAB NaSch model , traffic flow, lane cellular automaton model )
    2014-02-09 09:16:59下载
    积分:1
  • bdfc
    说明:  解波动方程的matlab 程序,分别用L-W格式,MacCormark格式(matlab program)
    2011-04-12 21:12:14下载
    积分:1
  • PerceptronWithMargin
    Perceptron with margin (Variable increment) : Linear Discriminants
    2012-05-19 05:53:21下载
    积分:1
  • cma
    code for constant modulus algorithm
    2012-09-11 09:49:08下载
    积分:1
  • work
    matlab实现的图像水平、垂直投影,可用于人脸检测。(failed to translate)
    2010-03-14 15:28:49下载
    积分:1
  • GeneticAlgorithm
    using genetic algorithm to find the peak point of the given function
    2010-11-15 16:53:17下载
    积分: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
  • Econometricsguide
    matlab经济分析工具箱,能够用于指南股票。(matlab_econometrics)
    2009-07-12 00:55:45下载
    积分:1
  • Image-Compression
    Compiler Codings for Image Processing
    2011-06-18 10:26:08下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载