CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 论C

搜索资源列表

  1. shortestPath

    0下载:
  2. 在visual C++上写的动态规划算法在图论中旅行商问题上的应用,适合算法分析的朋友。-In visual C++ to write the dynamic programming algorithm to find the shortest path in the graph the application of suitable algorithms friends.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:79.61kb
    • 提供者:
  1. TheDesignAndEvolutionOfCpp

    0下载:
  2. 本书是由C++语言的设计师本人所写,描述C++语言的发展历史、设计理念及技术细节的著作。在计算机发展史上,这种从多方面多角度描述一种主流语言各个方面的综合性著作,至今我还只看到这一本。阅读本书,不仅可以了解有关C++语言的许多重要技术问题和细节,还可以进一步理解各种C++特征的设计出发点、设计过程中所考虑的方方面面问题,以及语言成形过程中的各种权衡与选择。 作为C++语言的创造者,作者对于自己的作品自然是珍爱有加。对某些针对C++语言的批论,本书中也有一些针锋相对的的比较尖锐的观点。但纵观全
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-03
    • 文件大小:14.47mb
    • 提供者:胡伟
  1. ACM

    0下载:
  2. ACM模板C++描述,涵盖了数论,计算几何,图论,以及常用高级数据结构等多方面的内容-acm library routine
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:312.04kb
    • 提供者:Meng
  1. Graph

    0下载:
  2. 用C++实现的图论的一些程序,还很实用。包括了:搜索树等一系列算法-C++, graph theory to achieve some of the procedures, still useful. Includes: a series of search tree algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:34.07kb
    • 提供者:冷山道
  1. TheLeastTree

    0下载:
  2. 数据结构中图论当中最小生成树的C++实现,很简单哦-Data structure in which the minimum spanning tree of C++ implementation is very simple oh
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:
  1. GraphAlgorithm

    0下载:
  2. 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1012.09kb
    • 提供者:张前东
  1. Computernetwork

    0下载:
  2. 计算机网络中排队论的描述的c语言的仿真描述-Computer network queuing theory describes the simulation described in c language
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:4.21kb
    • 提供者:梅凯珍
  1. Kconnection

    0下载:
  2. 图论中的k连通c++代码 用于学习图论使用的-Graph theory in the K. C++ code for learning the use of graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:陈名家
  1. component

    0下载:
  2. 图论中的连通分支c++代码 用于学习图论使用的-Graph theory in the component c++ code for the study using graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.57kb
    • 提供者:陈名家
  1. diameter-and-radius-

    0下载:
  2. 图论中的直径和半径c++代码 用于学习图论使用的-Graph of diameter and radius c++ code for the study using graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.12kb
    • 提供者:陈名家
  1. distance

    0下载:
  2. 两点之间最短路径,通过C++实现,可以解决一些图论相关的问题-the distance of the two point,and using the C++ the fulfill the problem you can use this to sovle your problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:5.22kb
    • 提供者:彭怡康
  1. Dijkstra

    0下载:
  2. 利用Visual C++开发了在图论中的三个有关最短路的经典算法:Warshall、Floyd、Dijkstra,有很好的移植性,使用方便,明了。-Using Visual C++ development in graph theory in three related short-circuit the classic algorithm: of Warshall, Floyd, Dijkstra, good portability, easy to use, clear.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4.57mb
    • 提供者:李龙
  1. mp

    1下载:
  2. matlab版本 图论中的单源最短路径算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -matlab code of minimum path problem in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:10.4kb
    • 提供者:赛博格
  1. floyd

    0下载:
  2. matlab版本 图论中的全源最短路径floyd算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of Floyd algorithm in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:10.33kb
    • 提供者:赛博格
  1. prim

    0下载:
  2. matlab版本 图论中的全源最短路径prim算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of prim algorithm in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:10.54kb
    • 提供者:赛博格
  1. kruskal

    0下载:
  2. matlab版本 图论中的全源最短路径kruskal算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of kruskal algorithm in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:10.68kb
    • 提供者:赛博格
  1. Indicator

    14下载:
  2. 缠论通达信插件源码 C++编写的DLL插件(The TDx plugin source code written in C++ wrapped DLL plugin)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:147kb
    • 提供者:qq1106628276
  1. 20180317缠中说禅公式(MT4版)更新

    62下载:
  2. 缠论MT4自动画笔画线段指标,可以自动显示中枢(On MT4 automatic brush index)
  3. 所属分类:其他

    • 发布日期:2018-10-08
    • 文件大小:244kb
    • 提供者:一u
  1. D

    3下载:
  2. {缠论} TIM:=TDXDLL4(100,PERIOD,H,L); {初始化周期}; KX:=TDXDLL4(1,H,L,C); {解决包含K线的问题}; VALID:=TDXDLL4(15,H,L,C); BI:=TDXDLL4(4,H,L,C); {BI类型} KXG:=TDXDLL4(2,H,L,C); {高点} KXD:=TDXDLL4(3,H,L,C); {低点} BILAST:=TDXDLL4(6,H,L,C);{上一笔的距离}
  3. 所属分类:其他

    • 发布日期:2019-12-21
    • 文件大小:18kb
    • 提供者:zhaodao
  1. 缠论Dll的C++源码

    31下载:
  2. 通达信缠论Dll模块的源码(VC++6.0)(chanlun Dll models' code)
  3. 所属分类:其他

    • 发布日期:2020-03-22
    • 文件大小:890kb
    • 提供者:打铃
« 12 »
搜珍网 www.dssz.com