搜索资源列表
Cpp1
- Dijkstra算法,实现图的遍历并打印路径-Dijkstra algorithm, the realization of graph traversal and print path
EXTENDS
- C++入门实例,对继承与组合的初步应用。可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。 请为每种图形设计一个类,这些类之间的关系可能是继承或者组合。 每个类需要能保存该图形对象的参数,改变参数的方法以及在屏幕上用字符打印该图形的方法。 程序根据用户的选择产生一个新图形的对象,为该对象设置参数并打印。 -C++ Getting Started ex
print-ANN
- 绘制人工神经元网络拓扑图,解决绘制神经元网络拓扑图坐标问题。-print ANN topological graph,solve the problem of the position of the nural cell.
sine-cosine
- print graph for sin cosin
CalcPro-english
- VB高级计算器源码,包含四则运算和几十种函数的运算,还包含函数图形的绘制。-This is cool and powerful function uator. This uator can uate any function, support complex numbers, contain own programming language so you can make your own functions, can detect sintax errors, errors in inp
graph_lin
- 数据结构以及算法实现 图的创建 深搜、广搜、最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
Distance_of_graph
- 从文件读取图结构的信息,输出子图个数,并统计相邻d距离的节点对个数。-read data a file and print to the terminal the number of connected sub-graphs and for each connected sub-graph, print a histogram of the number of pairs of vertices that are a distance d apart.