AOV网络的类定义-数据结构数据结构

时间:2021-04-26 09:18:34
【文件属性】:
文件名称:AOV网络的类定义-数据结构数据结构
文件大小:4.19MB
文件格式:PPT
更新时间:2021-04-26 09:18:34
数据数据 AOV网络的类定义: class Graph { private: List *HeadNodes; int *count, *t; int n; public: Graph (const int vertices = 0) : n (vertices) { HeadNodes = new List[n]; count = new int[n]; t = new int[n]; }; void TopologicalOrder ( ); };

网友评论