資源簡介
本課程資源主要借助于C++實(shí)現(xiàn)了基本的因果圖生成判定表,文中使用的是層次深度遍歷策略。

代碼片段和文件信息
#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;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????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個(gè)文件信息
評論
共有 條評論