搜索资源列表
PowerDesigner.v12
- PowerDesigner.v12.绘图的工具,可以绘制类图,数据图-PowerDesigner.v12. Drawing tools, you can draw class diagram, the data graph
Expression
- 表达式计算采用了算符优先法正则表达式来实现,同时还能支持X变量的计算,是用来做画函数图的最佳类。如果要能画函数图的源代码请下载ExprDraw.zip.但此源代码采用了C语言方式实现其表达式计算。-Expression calculated using the operator precedence method to achieve regular expression, while supporting the calculation of the X variable, is the be
graphDFS
- 图的 DFS算法 深度优先算法 采用模板类实现 数据结构中的经典算法-DFS algorithm graph depth-first algorithm uses a template class that implements the data structure of the classical algorithm
Project4_BallmanFord
- (图论)实现负权重转换(Bellman-Ford) 对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中-(Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), re
Project_BFS
- 任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中 工程名:Project_BFS 要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点 -Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFS
g
- 簡單的圖cpp 運用了map 和vector 去儲存數據..利用了指針由一個點到另一個點. 非常方便-It s a simple graph class that can be easily modified and extended.
1
- 这是数据结构的一个C++编程。在邻接矩阵上实现带权图、不带权图的初始化,搜索、插入、删除边,宽度遍历、深度遍历。邻接矩阵用模板类实现。-This is a programming data structure C++. Achieve a weighted graph in the adjacency matrix, with no right of map initialization, search, insert, delete edge, traversing the width and
graph-codee
- 里面包含了若干的c语言源程序,有文件处理类的,有图形类的,还有游戏源程序-Which contains a number of c language source code, there are document processing class, graphics and the like, as well as game source. . .
nc&IP=PSPACE
- 计算理论导引第二版中的nc类和p完全性、IP=PSPACE(交互式证明系统、图的非同构、模型的定义、IP = PSPACE)内容(In the second edition of computational theory, the NC class and P completeness, IP=PSPACE (interactive proof system, graph isomorphism, model definition, IP = PSPACE) are included)
画图程序c
- 1、封装完成! 2、直线、矩形和圆 已经画出! 3、完善了封装:消息循环装入应用程序类! 4、多边形完成! 5、可修改画笔颜色和宽度了! 6、加载新图标! WM_PAINT完成,实现窗口重绘! 新建(全部删除)功能实现! 8、放大缩小功能实现! 原始大小查看功能实现! 9、选中+删除功能实现! 右键删除实现! 确定前的图形用虚线表示实现! 10、实现通讯功能! 11、电脑重装了,2005格了,找了些同学都只有2008,只有转化为VS200
aco
- In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the a
bessel
- 画出第一类0-5阶贝塞尔函数曲线图,并求出它的近似零点,用矩阵表示出来。(Draw the first class 0-5 order Bessel's function graph and find out the approximate zeros of it.)