• 大小: 6KB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-01-22
  • 语言: C/C++
  • 标签:   

资源简介

数据结构实习。使用栈解决,原创,如有问题请联系我 “火烧连营”是三国演义中的著名典故之一广为流传,假定文本文件c1.txt是火烧连营中的军营分布图,每个字符A代表一个营帐,营帐是可燃物,其他字符代表不可燃的空白地段,文件共有40行70列。

资源截图

代码片段和文件信息

#include “Solution.h“

int main()
{
Solution test;
test.setFirePoint();
test.Firing();
test.outFile();

system(“pause“);
return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1447  2018-10-16 23:26  火烧连营\火烧连营.sln
     目录           0  2018-10-17 01:08  火烧连营\火烧连营\
     文件        2878  2018-10-15 19:43  火烧连营\火烧连营\c1.txt
     文件         149  2018-10-17 00:18  火烧连营\火烧连营\main.cpp
     文件        1374  2018-10-17 00:18  火烧连营\火烧连营\MyStack.h
     文件        2880  2018-10-17 01:06  火烧连营\火烧连营\output.txt
     文件        2187  2018-10-17 01:04  火烧连营\火烧连营\Solution.cpp
     文件         549  2018-10-17 00:18  火烧连营\火烧连营\Solution.h
     文件        7423  2018-10-17 00:18  火烧连营\火烧连营\火烧连营.vcxproj
     文件        1251  2018-10-17 00:18  火烧连营\火烧连营\火烧连营.vcxproj.filters
     文件         165  2018-10-16 23:26  火烧连营\火烧连营\火烧连营.vcxproj.user

评论

共有 条评论