搜索资源列表
trangle
- 对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数相同。 Input 输入包含若干个测试用例。 对于每个测试用例,输入的一行是一个整数n(2<=n<=20),表示符
TriangleAnalysis
- 三角形边长测试数据生成程序 编程实现: 当输入三角形3条边的取值范围后,根据相应的软件测试用例选取理论,自动生成三角形三条边的测试用例。 同时给出相应的三角形类型预期结果。
Transform
- 软件测试误差积累测试用例,三角形上下左右移动、缩放、旋转,代码处理了旋转所带来的误差导致图像变形的问题-Software testing error accumulation test, the triangle down and move around, zoom, rotate, code handles the error caused by the rotation caused by the problem of image distortion
TestTriangle1
- 三角形黑盒测试,一般边界分析和健壮边界分析,自动生成测试用例,并显示测试结果-Triangle black-box testing, the general boundary analysis and robust boundary analysis, automatic test case generation, and display the test results