资源列表
blacktest
- 1、编写测试驱动 2、设计相应的黑盒测试用例,用标准表格列出测试用例,测试结果(测试报告);-a prepared two test drive design with the corresponding TESTING cases, the use of standard forms listed Test Case, test results (testing);
mspainttest
- 该源程序是软件测试作业答案。要求: 用脚本设计一个可编程的宏录制工具,替代鼠标和键盘的操作,实现对画图程序的测试, 1 、写出宏录制工具的设计文档, 2、编程实现对画图程序中部分菜单功能(不少于4项)的测试以及对部分绘图工具功能(不少于两项)的测试-the source operating software testing is the answer. Requirements : scr ipt design a programmable macro recordin
huftest
- 测试哈夫曼编码源程序 软件工程中重要的一部分,即软件测试。该例给出了如何测试哈夫曼编码及解压源程序的方法。-test Huffman coding source software projects important part of that is software testing. The cases are given how to test and Huffman coding method of extracting the source.
TheElectronicCommerceSystemProgrammingReports
- 网上电脑销售,外部环境设计,数据库设计,门户网站设计。-online computer sales, the external environment design, database design, web portal design.
banker00
- 一个很好用的银行家算法,可以试试,欢迎大家,有好的和我联系-a good algorithm for the bankers, you can try, welcoming everyone, and I have good contact
DesignPatternsc++
- 设计模型23种C++代码讲解 建议结合大牛的书用 上载那么多文件名限制就算了 上载失败回来还要重写说明重选类别太不爽了-Design Model 23 C code on the idea of combining the largest cattle use the book contains so many restrictions even if the documents were available on the failure to return to rewrite n
Pentium
- MATLAB的一段MAC芯片代码MA TLAB的一段MAC芯片代码MATLAB的一段MAC芯片代码-MATLAB code for the MAC chip MA TL AB section of the MAC chip MATLAB code for the MAC chip code
DongRuanDocument
- 东软内部资料,涵盖项目生命周期的整个过程,完全符合ISO9005标准,极为完善,可以作为项目开发的模板(有密码,请与上传者联系)-Neusoft internal information of the project covers the whole life cycle process, in full compliance with ISO9005 standards, extremely well as project development template
cn700_vb558004466
- 用VB做的图书馆管理系统完整源码 非常好哦-do with VB library management system is very complete source weeks ago
code11
- 《C语言课程设计案例精编》源代码,里面包括了经典的程序设计的源代码-"C language curriculum design case intensive series" source code, including the inside of classical programming source code
li0408
- 编辑语言:C++ 编辑环境:Microsoft Visual C++ 6.0 是软件实习中本人作业 希望能对大家有所帮助-edit language : C editing environment : Microsoft Visual C 6.0 software internship I hope that the operation will be helpful to everyone
Visitor
- 设计模式——访问者模式 Visitor模式允许我们在不改动原有结构的基础之上不断增加新的功能。 ICumulation接口定义了方法Cumulate(),旨在计算1+2+……+n,有两种不同的实现方法,一个是一般的叠加算法GeneralArithmetic,一个是高斯算法GaoSiArithmetic。 因为某种原因,系统需要添加求平均值的功能,还有计算1到n的平方和。 按照一般的思路,我们需要在ICumulation中定义两个方法分别计算平均值和平方和,并在实现类中同