资源简介
本课程资源主要借助于C++实现了基本的因果图生成判定表,文中使用的是层次深度遍历策略。
代码片段和文件信息
#include “SoftwareTesting.h“
using namespace std;
ArcNode::ArcNode()
{
//relation=“Equal“;
next=NULL;
}
VerNode::VerNode()
{
input=0;
data=0;
firstedge=NULL;
}
queue::queue()
{
head=tail=0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 107008 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\Debug\SoftwareTesting.exe
文件 1164848 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\Debug\SoftwareTesting.ilk
文件 1117184 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\Debug\SoftwareTesting.pdb
文件 15466496 2012-05-26 16:30 因果图生成判定表\SoftwareTesting\ipch\softwaretesting-8931c050\softwaretesting-a02e84d5.ipch
文件 219 2012-05-26 15:58 因果图生成判定表\SoftwareTesting\SoftwareTesting\CEG_initial.cpp
文件 60442 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\CEG_initial.obj
文件 4978 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\cl.command.1.tlog
文件 43788 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\CL.read.1.tlog
文件 6190 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\CL.write.1.tlog
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 2 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 4842 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 8362 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 3234 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\li
文件 998 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\mt.command.1.tlog
文件 970 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\mt.read.1.tlog
文件 970 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\mt.write.1.tlog
文件 1486 2012-05-27 08:45 因果图生成判定表\SoftwareTesting\SoftwareTesting\Debug\rc.command.1.tlog
............此处省略41个文件信息
- 上一篇:C语言程序设计 谭浩强 PPT全十章
- 下一篇:mfc 串行化的简单使用
评论
共有 条评论