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

搜索资源列表

  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
    • 文件大小:114.59kb
    • 提供者:何云龙
  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
    • 文件大小:161.93kb
    • 提供者:BING
  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
    • 文件大小:5.11kb
    • 提供者:刘胜国
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:叶兆源
  1. dijkstra

    0下载:
  2. dijkstra算法源代码,实现了dijkstra算法,并附有一个简单路网文件-dijkstra algorithm source code, to achieve the dijkstra algorithm, together with a simple network file
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.91kb
    • 提供者:姜智勇
  1. greedy

    0下载:
  2. 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1005byte
    • 提供者:weinan
  1. heibaiqi.c

    0下载:
  2. 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.68kb
    • 提供者:吴振华
  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. shortest-distance

    0下载:
  2. 数据结构中的经典算法。用迪杰斯特拉算法求有向网的源点到其余各顶点的最短距离。-The classical algorithm data structure. Dijkstra algorithm is used to find a source network to the rest of the vertices of the shortest distance.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.13kb
    • 提供者:张志鹏
  1. k-way

    0下载:
  2. K最短路问题。大家现在已经知道了如何求单源点最短路径问题,但在实际应用中,有时候需要除了需要知道最短路径外,尚需求解次最短路或第三最短路,即要知道多条最短路,并排出其长度增加的顺序。如在通信网络中,有时候某条线路中断,则需要找一个替代的方案,这就需要找到几条最短路以备不时之需。这样一类多条最短路问题即称为K最短路问题。-K shortest path problem. We now know how to find single source shortest path problem, but
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:27.66kb
    • 提供者:陈默
  1. zoj2314

    0下载:
  2. zoj2314的解题源代码,属于求有上下界网络流的题目。内有核心代码的解析-zoj2314 problem-solving source code, is seeking a network flow bounds of the subject. Resolution within the core code
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:why
  1. poj1325.cpp.tar

    0下载:
  2. poj1325,网络刘算法,最小点覆盖源代码-poj1325, network Liu algorithm, the source code covered by the minimum point
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:712byte
    • 提供者:
  1. AOV-Sort-Algorithm

    0下载:
  2. 使用C语言编写的AOV网的拓扑排序,内附有详细的源码解释和输入示意图-Using C language AOV network topological sorting, enclosing a detailed explanation and input source diagram
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:17.18kb
    • 提供者:Lester_2008
  1. Pku_ACM_Training

    0下载:
  2. 北京大学ACM的培训资料还有相关题目的源代码。 里面涉及:组合数学、搜索、动态规划、图论、计算几何以及网络流的相关讲义及习题源代码。-Training materials as well as related topics of the Peking University ACM source code. Which involves: a combination of mathematics, search, dynamic programming, graph theory, compu
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:6.09mb
    • 提供者:葛文豪
  1. cunchujiegou

    0下载:
  2. 采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。 -Adjacency matrix storage to the network, to establish a network and single-source shortest path algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:900byte
    • 提供者:jxl
  1. Ford_Fulkerson

    1下载:
  2. 最大流Ford-Fulkerson算法源代码 流量网络中,寻找流量最大的可行流-Ford-Fulkerson maximum flow algorithm source code flow network, looking for the greatest possible flow of traffic
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.63kb
    • 提供者:李辉
  1. MaxFlowMinCost

    0下载:
  2. 最大流,最大流最小费用算法,能够求取网络流图中的最大流,最大流最小费用,包括源代码,测试数据和结果分析。- Maximum flow, minimum cost maximum flow algorithms to strike a network flow diagram maximum flow, maximum flow minimum cost, including source code, test data and results analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10.48mb
    • 提供者:cuimingyue
  1. MSP_Num

    0下载:
  2. 求网络的最小生成树的个数,C++源码实现-Calculate the minimum spanning tree number of the network , c++ source code to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.53kb
    • 提供者:小田
  1. NERO3

    0下载:
  2. 基于免疫网络模型的免疫算法源程序,MATLAB编程,仅供大家参考-The immune algorithm based on immune network model source program, MATLAB programming, is only for your reference
  3. 所属分类:Data structs

    • 发布日期:2017-12-17
    • 文件大小:5kb
    • 提供者:Trndx
  1. AZFCTTL532

    0下载:
  2. 这是《wcdma无线网络规划与优化》书上对应的源代码的第二部分-This is the wcdma wireless network planning and optimization, the second part of the book the corresponding source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:5kb
    • 提供者:Ruplrw
搜珍网 www.dssz.com