Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
標(biāo)簽: practical Software provides software
上傳時(shí)間: 2015-04-30
上傳用戶:bjgaofei
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
標(biāo)簽: Pop3Message Function Retrieve response
上傳時(shí)間: 2013-12-28
上傳用戶:fnhhs
數(shù)據(jù)庫 ODBC注冊文件 數(shù)據(jù)庫\MeetingManage 本案例SQL Server數(shù)據(jù)庫 源代碼 存放著系統(tǒng)登陸、退出以及用戶界面的主框架文件, 另外還包括用戶管理文件。 源代碼\SQL 存放著用于建立數(shù)據(jù)庫的SQL文件 源代碼\IMAGES 存放著用到的圖片文件 源代碼\INCLUDE 存放著常用函數(shù)文件
標(biāo)簽: MeetingManage Server ODBC 數(shù)據(jù)庫
上傳時(shí)間: 2014-11-06
上傳用戶:腳趾頭
This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
標(biāo)簽: directory the contains firmware
上傳時(shí)間: 2015-05-04
上傳用戶:zxc23456789
DES,MD5,ZLIB算法源代碼 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h
標(biāo)簽: ArithDLL cpp Adler Arith
上傳時(shí)間: 2014-11-23
上傳用戶:bibirnovis
ICTCLAS的JNI調(diào)用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請不要改變包名、類名以及native的方法名,否則調(diào)用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調(diào)用segSentence時(shí),string參數(shù)請保證不要過長或帶有亂碼。調(diào)用次數(shù)過多(如處理幾十G的數(shù)據(jù))會(huì)有可能造成內(nèi)存溢出。 * 故基本只能用于較小規(guī)模數(shù)據(jù)(相對幾十G來說)。 * 請運(yùn)行時(shí)設(shè)置jvm足夠的堆棧空間。
標(biāo)簽: ICTCLAS segmentation Description chinese
上傳時(shí)間: 2014-01-25
上傳用戶:it男一枚
delphi 自定義網(wǎng)絡(luò)函數(shù):unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機(jī)的局域網(wǎng)ip地址 function getlocalip(var localip:string): boolean //通過ip返回機(jī)器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //獲取網(wǎng)絡(luò)中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的所有網(wǎng)絡(luò)類型 function getnetlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的工作組
標(biāo)簽: interface sysutils classes dialogs
上傳時(shí)間: 2015-05-09
上傳用戶:wanghui2438
C++ Base64編碼/解碼源代碼 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上兩個(gè)函數(shù)內(nèi)聯(lián)定義在base64.h中,使用時(shí)include "base64.h" 即可,編碼后的長度一般比原文多占1/3的存儲(chǔ)空間,為了效率,程序并沒有檢查目標(biāo)存儲(chǔ)區(qū)是否溢出,請保證有足夠的存儲(chǔ)空間。
上傳時(shí)間: 2015-05-14
上傳用戶:yan2267246
The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)
標(biāo)簽: ptfsf following the contains
上傳時(shí)間: 2013-11-28
上傳用戶:風(fēng)之驕子
This document describes the MPI and MPI standards They are both extensions to the MPI standard The MPI part of the document contains clarications and corrections to the MPI standard and denes MPI The MPI part of the document describes additions to the MPI standard and denes MPI These include miscellaneous topics process creation and management onesided communications extended collective operations external interfaces IO and additional language bindings
標(biāo)簽: MPI extensions describes the
上傳時(shí)間: 2015-05-15
上傳用戶:CHENKAI
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1