-
这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。
测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用...
这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。
测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。
软件测试最困难的问题之一是知道何时停止测试(When to stop testing? )
自己测试自己的程序是不可能的。
当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。
-This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
- 2022-03-10 02:22:42下载
- 积分:1
-
很详细的介绍sip的文章,可以作为通信变成的参考,值得学习。...
很详细的介绍sip的文章,可以作为通信变成的参考,值得学习。-Sip a very detailed introduction of the article, can be used as communication becomes a reference, it is worth learning.
- 2022-02-13 02:20:17下载
- 积分:1
-
信道编码中的霍夫曼编码在matlab环境下的实现
信道编码中的霍夫曼编码在matlab环境下的实现-Huffman coding
- 2022-07-06 23:29:53下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1
-
关于开发源码
关于开发源码-On the development of source
- 2022-01-25 14:46:05下载
- 积分:1
-
NOKIA手机编程资料集
NOKIA手机编程资料集-Nokia mobile data collection program
- 2022-03-19 13:42:43下载
- 积分:1
-
用于城市交通路线导航,查询用的只有你用自己的地图就可以了,不需很大的变动代码,非常有用的。请下!...
用于城市交通路线导航,查询用的只有你用自己的地图就可以了,不需很大的变动代码,非常有用的。请下!-city traffic routes for navigation, inquiry is only you use their own maps, and they can not change the code very, very useful. Under Please!
- 2022-03-15 02:35:06下载
- 积分:1
-
Android Wifi学习教程+WiFi源码实例
在Android中对Wifi操作,android本身提供了一些有用的包,在android.net.wifi包下面。简单介绍一下:
大致可以分为四个主要的类ScanResul
- 2023-08-02 03:35:03下载
- 积分:1
-
pc到PLC的串口通讯程序源码
有详细的注释
pc到PLC的串口通讯程序源码
有详细的注释-pc to the PLC serial communication program source has detailed notes
- 2022-03-03 04:58:38下载
- 积分:1
-
电话rilgsm实现的源代码,整个手机RIL层意识到..
手机RILGSM实现的源代码,整个手机的RIL层的实现都有,很全。-Phone RILGSM realize the source code, the entire phone RIL layer realize there are very wide.
- 2022-04-30 12:45:36下载
- 积分:1