CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 测试用例

搜索资源列表

  1. Softare-testing-method

    0下载:
  2. 本文提出的基于统计方法的软件测试方法,是能生成具备一定充分性的测试 用例的方法,是更适合软件工程实践的测试方法。该方法根据用户对软件的使用 方式展开,对使用频繁的操作会进行更多的测试,因此可以有效地发现那些对软 件可靠性影响较大的错误。统计测试首先构造出软件的马尔科夫链使用模型,根 据该使用模型生成测试用例,实施测试后按照统计学模型对测试结果进行分析, 从而评价软件可靠性和质量。鉴于关软件可靠性测试用例充分性准则的研究较少, 本文提出了如何判断测试用例充分性的新方法。
  3. 所属分类:Software Testing

    • 发布日期:2017-05-25
    • 文件大小:8361417
    • 提供者:cuidm
  1. Debug

    0下载:
  2. 测试输入包含若干测试用例。每个测试用例的第1行包含两个整数 N (N<=100000) 和 C,其中 N 是纪录的条数,C 是指定排序的列号。以下有N行,每行包含一条学生纪录。每条学生纪录由学号(6位数字,同组测试中没有重复的学号)、姓名(不超过8位且不包含空格的字符串)、成绩(闭区间[0, 100]内的整数)组成,每个项目间用1个空格隔开。当读到 N=0 时,全部输入结束,相应的结果不要输出。 对每个测试用例,首先输出1行“Case i:”,其中 i 是测试用例的编号(从1开始)。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:382471
    • 提供者:李顿名
  1. PID_TEST

    0下载:
  2. 一个简单的PID算法,有测试用例,可一试试看-a simple PID algorithm with test case.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:910
    • 提供者:guyiwei
  1. md5

    0下载:
  2. md5算法的vhdl实现,并配有测试用例,并没有使用任何xilinx的library,用modelsim se进行仿真-md5 algorithm based on fpga in vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:5161
    • 提供者:Boxuan Li
  1. vc-ORACLE

    0下载:
  2. vc ORACLE 数据库编程测试用例,非常使用的例子,帮助新手连接数据库-vc ORACLE
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:279666
    • 提供者:刘晓峰
  1. A2_29

    0下载:
  2. 输入开始日期和截止日期,计算从开始日期到截止日期共有多少个2月29日。输入第一行为T个测试用例,每个测试用例包含两行,第一行为开始日期,第二行为截止日期。输出每个测试用例包含的2月29的个数(包含截止日期)。-Enter the start date and due date, calculated the start date to the closing date of the total number of February 29. Enter the first acts of T t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:909
    • 提供者:邹业
  1. TLC5615_Verilogprogram

    0下载:
  2. TLC5616的控制和驱动程序,通过一个顶层文件建立连接,编写了一个Modelsim上的仿真测试用例,仿真结果正确。-TLC5616 control and driver, through a top-level file to establish the connection, the preparation of a simulation test case on the Modelsim, the simulation results are correct.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:2088
    • 提供者:yangcqupt
  1. TruthBlue2_1

    0下载:
  2. BLE测试用例,用于测试CC2540,需要android 4.0以上版本,BLE测试代码,用于测试CC2540西片,需要android 4.0以上版本-BLE0 test source for the CC2540 test. Android4.0 need more support Bluetooth 4.0.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-08
    • 文件大小:1808891
    • 提供者:huanjunqing
  1. Black-Box-Testing2

    0下载:
  2. 《优化测试用例的黑盒测试方法研究》软件测试是软件生命周期的重要阶段,直接关系到软件的质量。软件测试的关键在于设计测试用例,黑盒测试方法是常用的软件测试方法。在总结已有研究成果的基础上,介绍优化测试用例的黑盒测试方法。PDF格式-Research and Application of the Black-Box Testing
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:127412
    • 提供者:zhtfox
  1. SFLA_testfuntion

    0下载:
  2. 混合蛙跳算法的基本程序,测试用例,给出测试结果-SFLA of basic procedures, test cases, test results are given
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1000274
    • 提供者:张明阳
  1. 3DES

    0下载:
  2. 3DES运算源码和测试用例,适用于初学者,一看就明白-3DES algorithm source code and test cases, for beginners, one can understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:363948
    • 提供者:王洪彬
  1. CatalanCalculater

    0下载:
  2. 两种卡特兰斯计算模板,含测试用例!采用动态规划打表的方式进行实现!-Catalan Numbers Calculater
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:836
    • 提供者:binling
  1. nhuanghouwenti

    0下载:
  2. N皇后问题 题目描述: 在N*N的方格棋盘放置了N个皇后,使得它们不相互攻击(即任意2个皇后不允许处在同一排,同一列,也不允许处在与棋盘边框成45角的斜线上。 你的任务是,对于给定的N,求出有多少种合法的放置方法。 输入: 共有若干测试用例,每个测试用例对应一行一个正整数N≤10,表示棋盘和皇后的数量;如果N=0,表示输入结束。 输出: 对每个测试用例输出一行一个正整数,表示对应棋盘的皇后的可行放置方案总数。-N queens problem Subject de
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:582
    • 提供者:兰志新
  1. CCS5_Projects

    0下载:
  2. 基于TI DSP RK6478的20多个测试用例, 基本覆盖了所有的外设测试, 包括audio/internet/USB/VIDEO/AD/flash/LCD等-DSP RK6478 Testcases, including audio/internet/USB/VIDEO/AD/flash/LCD
  3. 所属分类:DSP program

    • 发布日期:2017-06-03
    • 文件大小:15171795
    • 提供者:唐选来
  1. VB-AES-Encode-Demo

    5下载:
  2. AES加密解密算法vb6的源代码,带测试用例。-AES Encode Demo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:70591
    • 提供者:feilai
  1. gametest

    0下载:
  2. 游戏测试用例编写方法浅谈,大致讲解了如何设计测试用例,有哪些方法,给入门的朋友们一个参考-Methods of test cases to write the game, roughly explain how to design test cases, in what ways, to a reference entry friends
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:13466
    • 提供者:caib
  1. huishou

    0下载:
  2. windows下系统编程,回收算法.有测试用例.调试成功-system programming under windows, recovery algorithm. there are test cases. debug successful
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1941
    • 提供者:rx14613judang
  1. shiyan_2

    0下载:
  2. 本程序实现了数字识别功能,运行时,您输入测试用例,本程序会自动识别您输入的是不是数字-This procedure achieved a number of identification features, run-time, you enter the test case, the program will automatically identify your input is not just numbers
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:xxrrr925fanyir5
  1. huishou

    0下载:
  2. windows下系统编程,回收算法.有测试用例.调试成功-system programming under windows, recovery algorithm. there are test cases. debug successful
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:joncngji
  1. shiyan_2

    0下载:
  2. 本程序实现了数字识别功能,运行时,您输入测试用例,本程序会自动识别您输入的是不是数字-This procedure achieved a number of identification features, run-time, you enter the test case, the program will automatically identify your input is not just numbers
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1428
    • 提供者:f368zhuoden7
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com