搜索资源列表
shortestPath
- 在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.
TheDesignAndEvolutionOfCpp
- 本书是由C++语言的设计师本人所写,描述C++语言的发展历史、设计理念及技术细节的著作。在计算机发展史上,这种从多方面多角度描述一种主流语言各个方面的综合性著作,至今我还只看到这一本。阅读本书,不仅可以了解有关C++语言的许多重要技术问题和细节,还可以进一步理解各种C++特征的设计出发点、设计过程中所考虑的方方面面问题,以及语言成形过程中的各种权衡与选择。 作为C++语言的创造者,作者对于自己的作品自然是珍爱有加。对某些针对C++语言的批论,本书中也有一些针锋相对的的比较尖锐的观点。但纵观全
ACM
- ACM模板C++描述,涵盖了数论,计算几何,图论,以及常用高级数据结构等多方面的内容-acm library routine
Graph
- 用C++实现的图论的一些程序,还很实用。包括了:搜索树等一系列算法-C++, graph theory to achieve some of the procedures, still useful. Includes: a series of search tree algorithm
TheLeastTree
- 数据结构中图论当中最小生成树的C++实现,很简单哦-Data structure in which the minimum spanning tree of C++ implementation is very simple oh
GraphAlgorithm
- 图论通用各种算法,有大量实例,包括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
Computernetwork
- 计算机网络中排队论的描述的c语言的仿真描述-Computer network queuing theory describes the simulation described in c language
Kconnection
- 图论中的k连通c++代码 用于学习图论使用的-Graph theory in the K. C++ code for learning the use of graph theory
component
- 图论中的连通分支c++代码 用于学习图论使用的-Graph theory in the component c++ code for the study using graph theory
diameter-and-radius-
- 图论中的直径和半径c++代码 用于学习图论使用的-Graph of diameter and radius c++ code for the study using graph theory
distance
- 两点之间最短路径,通过C++实现,可以解决一些图论相关的问题-the distance of the two point,and using the C++ the fulfill the problem you can use this to sovle your problem
Dijkstra
- 利用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.
mp
- matlab版本 图论中的单源最短路径算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -matlab code of minimum path problem in graph theory
floyd
- matlab版本 图论中的全源最短路径floyd算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of Floyd algorithm in graph theory
prim
- matlab版本 图论中的全源最短路径prim算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of prim algorithm in graph theory
kruskal
- matlab版本 图论中的全源最短路径kruskal算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of kruskal algorithm in graph theory
Indicator
- 缠论通达信插件源码 C++编写的DLL插件(The TDx plugin source code written in C++ wrapped DLL plugin)
20180317缠中说禅公式(MT4版)更新
- 缠论MT4自动画笔画线段指标,可以自动显示中枢(On MT4 automatic brush index)
D
- {缠论} 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);{上一笔的距离}
缠论Dll的C++源码
- 通达信缠论Dll模块的源码(VC++6.0)(chanlun Dll models' code)
