文件名称:C++(采用工厂模式)栈实现迷宫完整代码
文件大小:188KB
文件格式:RAR
更新时间:2018-05-30 12:18:35
迷宫
首先采用三种方式实现了栈结构,其次采用工厂模式根据子类创建对象,最后实现迷宫。完整已测试。
【文件预览】:
miGong
----.project(834B)
----Debug()
--------stackFactory()
--------implementStack()
--------mIGongImplement()
--------miGong.exe(355KB)
----stackFactory()
--------MapFindPath.cc(3KB)
--------MapFindPath1.hh(833B)
--------testMapFindPath.cc(987B)
--------PaiLie.hh(355B)
--------MapFindPath1.cc(3KB)
--------testFactory.cc(1KB)
--------PaiLie.cc(699B)
--------MapFindPath.hh(745B)
--------stackFactory.hh(859B)
----.settings()
--------org.eclipse.cdt.managedbuilder.core.prefs(1KB)
----implementStack()
--------Stack.hh(903B)
--------interface.hh(436B)
--------BinaryTreeStack.hh(1KB)
--------BinaryTreeStack.cc(4KB)
--------ArrayStack.cc(1KB)
--------LinkedStack.hh(1KB)
--------ArrayStack.hh(1KB)
--------LinkedStack.cc(2KB)
----.cproject(12KB)
----mIGongImplement()
--------MazePath.hh(2KB)
--------MazePath.cc(1KB)