当前位置:
首页 资源下载
搜索资源 - stack class generic
搜索资源列表
-
0下载:
基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
-
-
0下载:
C++ Interface Class
This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
-
-
0下载:
应用泛型编程实现的Stack类,实现了栈的各项功能和特性-Using Generic Programming to implement the Stack class, implement the stack of functions and features
-