CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - networks

搜索资源列表

  1. java网络编程实例

    0下载:
  2. Java各种网络代码,方便了java开发者,加快了程序员的开发进程。 -Java code various networks, and facilitates the java developers, programmers accelerate the development process.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.78mb
    • 提供者:小文
  1. GLVQBP

    0下载:
  2. 本算法采用LVQ竞争学习网络,本算法先用分类再用bp算法进行预测。-the algorithm used LVQ competitive learning networks, the algorithm using the classification algorithm reuse bp forecast.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.73kb
    • 提供者:keyugang
  1. zuixiaoshengchengshu

    2下载:
  2. 最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。 -minimum spanning tree problem to the n-city building communications netw
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:wangjian
  1. BA-BBV-code

    0下载:
  2. 小世界 bbv网络生成仿真软件 可以模拟两个网络的演化-Generate small-world bbv network simulation software can simulate the evolution of the two networks
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.31mb
    • 提供者:jixiezhen
  1. Floyd

    0下载:
  2. Floyd 算法,创建有向图,无向图,有向网,无向网的算法-Floyd algorithm, create a directed graph, undirected graph, directed networks, undirected networks algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.29kb
    • 提供者:朱波涛
  1. Prime

    0下载:
  2. Prime 算法,创建有向图,无向图,有向网,无向网的算法-Prime algorithms, to create a directed graph, undirected graph, directed networks, undirected networks algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:朱波涛
  1. ERN

    0下载:
  2. a transmission line fault location model which is based on an Elman recurrent network (ERN) has been presented for balanced and unbalanced short circuit faults. All fault situations with different inception times are implemented on a 380-kV proto
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:744.42kb
    • 提供者:charlie
  1. neuralnetworks

    0下载:
  2. 此为一个关于神经网络的简单程序-This is a simple program neural networks !!!!!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:644byte
    • 提供者:张新青
  1. zuiduanluyou

    0下载:
  2. 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道-Computer networks in distance vector routing algorithm method, which is the source from computer network should know
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:打算
  1. luyoubiao

    0下载:
  2. 路由表算法设计实现,计算机通信网课程设计可用的到-Routing table algorithm design and implementation, curriculum design of computer communication networks available to
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.13kb
    • 提供者:郁非
  1. Manhattan

    0下载:
  2. 在 VLSI 设计中,多点互连是物理设计阶段的关键问题之一,而互连的点数等于 2 或大于 2 分别对应于 Manhattan 空间上有障碍时的最短路径问题和最小 Steiner 树问题,显然前者是后者的基础.连接图是研究最短路径 问题的有效工具,已有的典型连接图包括基于轨迹的GC 和GT 以及基于自由区的GF 和GG.工作包括3个方面:设计并分析了在各种连接图上实现动态的点对之间的最短路径查询算法 分析了在各个连接图上构造 3-Steiner 树的算 法,对于已有的 GC 上的 3-
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:582.34kb
    • 提供者:东方雨
  1. programmer-interview

    0下载:
  2. 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:4.89mb
    • 提供者:轩轩
  1. 1-103

    0下载:
  2. 有向图,有向网,无向图,无向网的邻接表存储、增删顶点和边。-Directed graph, directed networks, undirected graph without adjacent to the network table to store, add and delete vertices and edges.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4.41kb
    • 提供者:张翔
  1. hafman

    0下载:
  2. 最优算法分析 快排 二叉树 哈弗曼 和计算机网络-Fast optimal algorithm for scheduling and computer networks binary Hafu Man
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.1mb
    • 提供者:黄亮
  1. Kruskal.zuixiaoshengchengshu

    0下载:
  2. 若要在n个城市之间建立通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题-To establish communication networks between n cities, only need to set up the n-1 lines can be. The lowest economic cost of construction communication network is a network of minimum spanni
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.31kb
    • 提供者:sunchen
  1. (Kruskal

    0下载:
  2. 若要在6个城市之间建立通信网络,只需要架设5条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题-To establish communication networks between 6cities, only need to set up the 5 lines can be. The lowest economic cost of construction communication network is a network of minimum spanning tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.26kb
    • 提供者:sunchen
  1. SIR

    0下载:
  2. 复杂网络研究中的SIR传染病算法。支持Gephi的.net文件结构。-SIR epidemic algorithm in the study of complex networks. Gephi net file structure.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:13.57kb
    • 提供者:scarlett
  1. SIS

    0下载:
  2. 复杂网络研究中的SIS传染病算法。支持Gephi的.net文件结构。-The SIS algorithm of infectious diseases in the study of complex networks. Gephi net file structure.
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:7.16kb
    • 提供者:scarlett
  1. BA

    0下载:
  2. 复杂网络研究中的BA网络随机生成算法。支持Gephi的.net文件结构。-BA network in the study of complex networks random generation algorithm. Gephi net file structure.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:4.45kb
    • 提供者:scarlett
  1. WS

    0下载:
  2. 复杂网络研究中的WS网络随机生成算法。支持Gephi的.net文件结构。-The WS networks in the study of complex networks random generation algorithm. Gephi net file structure.
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:4.44kb
    • 提供者:scarlett
« 12 »
搜珍网 www.dssz.com