基于STRUTS的網絡調查應用,支持單選,多選,圖形等多種樣式問答。 Web based test / exam system, supports profiles, groups and categories. Questions with one or more correct answers, open answers. Graphical results. Struts, J2EE, MVC.
上傳時間: 2015-04-07
上傳用戶:Ants
/** * 動態數組的模板類 * 1.支持字符索引 * 2.方便的添加刪除修改任意一項 * 最后更新 2004-8-9 yzh **1.優化了字符索引的運作方式,使用數組存儲 **2.重寫了底層數據的存儲,將連續性的存儲方式改為了非連續, *** 從而很好有效地支持了“引用”,并且讓數據的刪除增加變的更為快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 顯示: * 2 4 ******* ******* History: 2004-11-19 修改了析構函數,解決了索引沒有釋放的bug **/
上傳時間: 2015-04-09
上傳用戶:我干你啊
關于tts語音引擎的使用方法!很多軟件具有英文發音和朗讀功能,它們都使用了MSTTS(Microsoft Text To Speech)技術。微軟遵照COM的標準,提供了一套Speech API來對MSTTS進行編程。要在程序中使用這套API,必須確保系統已經安裝了MSTTS和Spchapi軟件包。 Speech API可以作為類型庫引用到Delphi中,方法是:打開Project選單下的Import Type Litrary,點擊“Add”加入Windows\Speech目錄下的Vtxauto.tlb文件,在Delphi的Import目錄中就會生成VTxtAuto—TLB.pas文件,其中定義了VTxtAuto—TLB單元,把它加到Uses成員中來。設計如圖2所示的窗口,定義全局變量: var VoTxt:IVTxtAuto 然后在Form的OnCreate事件中加入: VoTxt:=CoVTxtAuto_.Create VoTxt.Register(′′,′Speech Test′) {注冊} “Read”按鈕代碼為: VoTxt.Speak(Memo1.Lines.Text,10) {朗讀} “Stop”按鈕代碼為: VoTxt.StopSpeaking {停止朗讀} 至此,應用程序已具有朗讀功能,10表示使用普通語氣。借住VoTxt的屬性和方法,我們還可以控制閱讀速度和語氣,實現暫停、跳句等功能,Speech API編程就這么簡單。
上傳時間: 2014-01-21
上傳用戶:13681659100
swing圖形界面java源代碼,提供比較齊全的test測試圖形界面程序
上傳時間: 2014-12-06
上傳用戶:yy541071797
直接安裝并運行案例程序 運行“安裝程序\Disk144\Disk1”目錄中setup.exe文件,按照系統提示進行安裝,可使本例程序在任何Windows系統上運行。 登錄時初始用戶名和密碼為(注意大小寫): admin:123456 系統管理員,具有所有權限 test:123456 測試用戶,無權限
上傳時間: 2014-01-15
上傳用戶:aix008
直接安裝并運行案例程序 運行“安裝程序\Disk144\Disk1”目錄中setup.exe文件,按照系統提示進行安裝,可使本例程序在任何Windows系統上運行。 登錄時初始用戶名和密碼為(注意大小寫): admin:123456 系統管理員,具有所有權限 test:123456 測試用戶,無權限
上傳時間: 2014-01-16
上傳用戶:chenbhdt
【功能】 1:多用戶統計系統,防止刷新,速度快,適用廣泛 2:綜合統計,最近訪問,地區分析,地址分析,屏幕大小,來訪頁面,訪問次數,操作系統,當前在線,IP地址,瀏覽器,年報表,月報表,周報表,歷史報表,日報表等 3:可以精確的跟蹤統計每一位來訪者的IP與在線時間-同一IP在線每隔5分鐘才能增加一個計數(你也可以修改時間,在stat.jsp頁你把ExTime改為你想要的時間,即 int ExTime=5 )。 4:提供詳細IP數據包,讓你清楚的知道來訪者是來是何方。 最好的是它時時性,你可以監控道現在有誰在瀏覽你的網站,瀏覽你的那個欄目 【系統配置】 先將此目錄下的“feng”目錄拷貝到你的虛擬目錄下的:\\WEB-INF\classes\下。 本系統這里使用的ACCESS數據數據庫。 數據源名稱:count,用戶名:admin,密碼:admin (也可以改變jdbc.java 文件的代碼,然后編譯)。 數據庫為: count.mdb 編寫環境: win2000+j2sdk1.4.0_02+tomcat4.0 測試頁面: test.jsp(你可以看看統計的效果)
上傳時間: 2014-01-27
上傳用戶:star_in_rain
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
LVQ學習矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is directed to the screen.
標簽: implementing quantization directory Learning
上傳時間: 2015-05-02
上傳用戶:hewenzhi
Nucleus GRAFIX Porting Guide,本文檔包括Toolset Errors and Warnings 、 Display Device Initialization Display Device Drivers、 Test Suite and Demo Program Modifications
標簽: Nucleus Porting GRAFIX Guide
上傳時間: 2013-12-20
上傳用戶:sk5201314