CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - gn

搜索资源列表

  1. Matlab

    0下载:
  2. function GetParam(Vx,Vy) global gh global gf global gu global gr global gd global gff global gM %global gn
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:4480
    • 提供者:yuan
  1. 复杂网路社团划分算法集合

    23下载:
  2. 集合了如GN等几种经典的复杂网络社团划分算法的matlab实现,绝对有科研价值。
  3. 所属分类:matlab例程

  1. GN-algorithm-for-matlab

    5下载:
  2. 这是复杂网络社区划分的GN算法,希望对大家有帮助.-This community is divided on the GN algorithm source code, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2014-01-12
    • 文件大小:5248
    • 提供者:李越
  1. GN

    0下载:
  2. 复杂网络中的GN算法-Complex network of GN algorithm ...............
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:922
    • 提供者:kkz
  1. GN_FN

    4下载:
  2. 复杂网络社团结构划分算法里最经典的GN算法和FN算法的实现原码-Community structure of complex networks division algorithm in the most classic GN algorithm and the algorithm to achieve the original code FN
  3. 所属分类:matlab

    • 发布日期:2014-08-28
    • 文件大小:207872
    • 提供者:李小帅
  1. GN

    0下载:
  2. Girvan和Newman提出的GN算法,从网上搜索得到!-GN algorithm proposed by Girvan and Newman, and it was got from internet!
  3. 所属分类:matlab

    • 发布日期:2014-08-28
    • 文件大小:2048
    • 提供者:lee
  1. GN算法的一个例子

    0下载:
  2. GN算法的一个例子,是先给出节点之间的邻接关系,比如有边相连就是1,没有就是9,最后画出图像。
  3. 所属分类:matlab例程

    • 发布日期:2012-11-10
    • 文件大小:7328
    • 提供者:linyihumin
  1. fixed_point_systems

    0下载:
  2. Fixed-point for functions of several variables -Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:904
    • 提供者:王怀东
  1. G-N

    2下载:
  2. 此文件包含用G-N法,修正G-N法,L-M法,Lsqnonlin求解非线性最小二乘优化问题MATLAB源代码,请大家参考-This file contains the method with the GN, GN law amendment, LM Law, Lsqnonlin MATLAB nonlinear least squares optimization source code, please refer to
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1830
    • 提供者:熊杰
  1. scale_free

    0下载:
  2. 复杂网络中无标度网络特征的仿真源码。可以直接看出度分布的概率曲线。-Complex network characteristics of scale-free network simulation source code. Degree distribution can be seen that the probability curve.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1947
    • 提供者:ymtian
  1. GN

    1下载:
  2. GN算法,用于社团发现的 Girvan-Newman算法,源码,能够较快的时间社团发现。-GN algorithm, for the associations found Girvan-Newman algorithm, source code, can be a faster time associations found.
  3. 所属分类:matlab

    • 发布日期:2017-02-06
    • 文件大小:1024
    • 提供者:黎明
  1. GN-for-TSP

    0下载:
  2. 基于遗传算法的tsp问题的实现,可以绘制迭代过程图,供初学遗传算法者学习。-Based on the realization of the genetic algorithm tsp problem, you can draw a diagram of the iterative process, learning for beginners genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:13228
    • 提供者:一休
  1. GN

    2下载:
  2. 复杂网络中社区划分算法中利用边介数的经典GN算法-Complex network community partitioning algorithm using edge betweenness classic GN algorithm
  3. 所属分类:matlab例程

    • 发布日期:2014-03-11
    • 文件大小:1516
    • 提供者:emmayang
  1. GN

    0下载:
  2. Guass-newton算法求解非线性规划的一个实例(线搜索)-Guass-newton algorithm of solving nonlinear problem (linear search)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:冯艳
  1. GN

    0下载:
  2. used for texture extraction
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5718
    • 提供者:FenDianAuni
  1. GN

    1下载:
  2. GN分裂算法的MATLAB实现,可以很好的学习用GN算法进行社团划分-GN algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1249
    • 提供者:朱超
  1. GN

    0下载:
  2. GN算法的实现,用于社团划分,一个简单的例子-GN algorithm implementation, for community division, a simple example
  3. 所属分类:matlab

    • 发布日期:2017-12-18
    • 文件大小:32768
    • 提供者:于优
  1. GN算法

    0下载:
  2. 这是一个简单的GN算法例子,虽然用的txt文档在压缩包里面没有,但是代码还是比较容易理解(This is GN arithmetic)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:10240
    • 提供者:王也
  1. GN算法

    0下载:
  2. 简单网络的matlab算法,输出的cut矩阵是分区(Matlab algorithm for simple networks)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:waterllll
  1. ER&GN

    1下载:
  2. ER随机网 GN经典人造网MATLAB实现,每个节点度值均为16,呈均匀分布,社团内部连边概率为0.9,应用MATLAB生成edge矩阵,可用可视化软件 进行可视化(MATLAB implementation of GN classic artificial network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:47104
    • 提供者:CamilleXYQ
« 12 »
搜珍网 www.dssz.com