這是一個c++環境下的模擬文件系統的部分源代碼,支持詞法分析,其中用到頭文件#Include "lex.h"
上傳時間: 2014-01-24
上傳用戶:huyiming139
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.
標簽: practical Software provides software
上傳時間: 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
標簽: Pop3Message Function Retrieve response
上傳時間: 2013-12-28
上傳用戶:fnhhs
數據庫 ODBC注冊文件 數據庫\MeetingManage 本案例SQL Server數據庫 源代碼 存放著系統登陸、退出以及用戶界面的主框架文件, 另外還包括用戶管理文件。 源代碼\SQL 存放著用于建立數據庫的SQL文件 源代碼\IMAGES 存放著用到的圖片文件 源代碼\INCLUDE 存放著常用函數文件
標簽: MeetingManage Server ODBC 數據庫
上傳時間: 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.
標簽: directory the contains firmware
上傳時間: 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
上傳時間: 2014-11-23
上傳用戶:bibirnovis
ICTCLAS的JNI調用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請不要改變包名、類名以及native的方法名,否則調用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調用segSentence時,string參數請保證不要過長或帶有亂碼。調用次數過多(如處理幾十G的數據)會有可能造成內存溢出。 * 故基本只能用于較小規模數據(相對幾十G來說)。 * 請運行時設置jvm足夠的堆??臻g。
標簽: ICTCLAS segmentation Description chinese
上傳時間: 2014-01-25
上傳用戶:it男一枚
delphi 自定義網絡函數:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機的局域網ip地址 function getlocalip(var localip:string): boolean //通過ip返回機器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //獲取網絡中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //獲取網絡中的所有網絡類型 function getnetlist(var list: tstringlist): boolean //獲取網絡中的工作組
標簽: interface sysutils classes dialogs
上傳時間: 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) 以上兩個函數內聯定義在base64.h中,使用時include "base64.h" 即可,編碼后的長度一般比原文多占1/3的存儲空間,為了效率,程序并沒有檢查目標存儲區是否溢出,請保證有足夠的存儲空間。
上傳時間: 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.)
標簽: ptfsf following the contains
上傳時間: 2013-11-28
上傳用戶:風之驕子