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

搜索资源列表

  1. 最短距离问题

    0下载:
  2. 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10120
    • 提供者:葛林
  1. C_KERMIT

    0下载:
  2. C语言核心协议的C语言源代码,用于早期网络通信,由哥伦比亚大学开发-C language core protocol C language source code for early network communications, from Columbia University Development
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:117340
    • 提供者:何云龙
  1. 三角网生成

    1下载:
  2. VC++下的不规则三角网生成算法,这是不规则三角网的生长算法,通过建立TIN类,在TIN类内实现一些方法.-VC under the TIN generation algorithm, which is triangular irregular network growth algorithm, through the establishment of TIN category, the category TIN achieve some ways.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2025
    • 提供者:feng
  1. 校园网

    0下载:
  2. 请大家提出更好的意见和代码,这是一个校园网导航系统-will you please raise your views and better code, which is a campus network navigation systems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10144
    • 提供者:闫晓蔚
  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. opus4

    0下载:
  2. 此文件为网络书籍数据结构的面向对象方法的源码,请大家自由使用-books for the network structure of the data object-oriented source code, you are free to use the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:165818
    • 提供者:BING
  1. AOE

    0下载:
  2. 该算法用于分析AOE网络,求出AOE网络的关键路径.-The algorithm used to analyze the AOE network, the network obtained AOE Critical Path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1479
    • 提供者:Ash
  1. BpNet_src

    0下载:
  2. BP神经网络源代码,代码详细设计了网络节点、迭代过程、及调用接口,在VC6.0下调用测试通过-BP neural network source code, code detailed design of the network nodes, iterative process, and call interfaces, in VC6.0 under test by calling
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5237
    • 提供者:刘胜国
  1. KeyPath

    0下载:
  2. 数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4584
    • 提供者:周善人
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. d_s_3

    0下载:
  2. 利用优化算法,实现寻找一个网络的两点之间的最短路经-using optimization algorithms to achieve the search for a network between two points is the shortest pass
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16600
    • 提供者:李枫
  1. network1

    0下载:
  2. 这是一个用c++实现的网络路由器的路由表信息显示程序-This a realization of using c network routers routing table information display program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2714
    • 提供者:哈哈
  1. path.cpp

    0下载:
  2. 试在虚基类Network中增加一个函数FindPaths,对于给定的无向图G 和G 中的2 个顶点v和w,输出G 中从v到w的一条简单路径。若有多条可能路径,则输出任意一条。 -test in the virtual base class to add a Network Function FindPaths. For a given undirected graph G and G, the two vertices v, w, output from the G v w to a si
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:4564
    • 提供者:Nouth
  1. NetStream

    0下载:
  2. 已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。-a network known counterparts in the adjacent matrix, the network for the maximum flow. Data structures belonging to the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1257
    • 提供者:温耀彬
  1. Node

    0下载:
  2. Node in wireless network
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1294
    • 提供者:mr_ahmed_samir
  1. 980507(Network-flow-IPII)

    0下载:
  2. 演算法程式設計課堂練習檔,本檔為visual studio之c/c++專案資料夾壓縮檔,內容為network flow之練習題-the practicing file of the computer algorithm course
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:434407
    • 提供者:Ke Smallblack
  1. the-key-to-find-the-network-path-AOE

    0下载:
  2. 本程序代码是用c语言来实现求AOE网络中的关键路径-This code is in c language to realize the key to find the network path AOE
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1460
    • 提供者:代伟
  1. Network-node-shortest-path

    0下载:
  2. 此代码实现了网络结点之中最短路径的计算,并输出了各个网络结点的路由表 ,路由表包括:目的网络,下一跳,代价,详细地址。此代码的原理是Dijstra算法。在代码的注释中有测试用例,用户测试时只需将程序运行后再将测试用例复制到DOS黑框中即可。测试用例中有详细的用例解释。-This code implements the network nodes being the shortest path calculation, and output of each network node routi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1439
    • 提供者:刘伟强
  1. dijkstra-in-network

    0下载:
  2. Use Dijkstra s algorithm to calculate the shortest paths in routers and swithches in a network, Use standard C++.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2060280
    • 提供者:徐翔
  1. Genetic-algorithm-neural-network-

    0下载:
  2. 运用遗传算法优化神经网络结构,提高训练速度,运算精度-Genetic algorithm optimization of neural network structure, improve training speed, the precision
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4694
    • 提供者:andy
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com