速動畫教程第十八集 SSH框架的構建 此過程將包括以下幾個框架 Struts 、Spring 、Hibernate 、Tiles 、validator 工具:Eclipse3.1 、MyEclipse4.1.1、Poperties Editor插件
標簽: Hibernate validator Eclipse Struts
上傳時間: 2015-11-10
上傳用戶:yzhl1988
地圖著色把地圖上的每個城市抽象為一個點,并給每個城市編號,,相鄰的城市之間用直線連接。據此做出鄰接矩陣,若第i個城市與第j個城市相鄰,則metro[i][j]=1,否則metro[i][j]=0。 算法:按照編號從小到大的順序檢查每個城市,對每個城市從1到4使用4種顏色著色,若當前顏色可用(即不與相鄰城市顏色相同),則著色;否則測試下一種顏色。
上傳時間: 2014-01-14
上傳用戶:450976175
NetTalk是一個適用于局域網和因特網的可視電話軟件 一.開發環境 Windows2000 Server & Visual C++6.0 & SDK +自開發的CWndX類庫(相當于簡化的MFC涉及窗口的部分) 二.支持環境 Windows98/ME/2000/XP 三.所涉及協議和標準 網絡傳輸采用UDP協議,音頻壓縮采用G.729標準,視頻壓縮采用H.263標準 四.性能參數 以音頻幀為基準,每幀音頻數據有240個采樣點,時間為240*1000/8000=30ms,8000為音頻的采樣率。 數據接收端隊列緩沖延遲:30*3=90ms 數據發送端錄音延遲:30ms 數據壓縮解壓耗時:<40ms 網絡延遲:<100ms(我想校網情況應該不錯J) 總延遲:<260ms 根據VOIP標準,總延遲<300ms是人可以接受的,以上計算是保守的,實際情況可能會好得多。
標簽: NetTalk Windows Server Visual
上傳時間: 2013-12-23
上傳用戶:yy541071797
Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility
上傳時間: 2013-11-30
上傳用戶:水中浮云
minigui實例源代碼,目標板處理器是s3c2410,包括相應的配置文件。代碼包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
上傳時間: 2013-12-27
上傳用戶:silenthink
C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e
標簽: Primer Addison-Wesley infopower www
上傳時間: 2014-01-14
上傳用戶:myworkpost
unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
標簽: interface Messages Graphics Controls
上傳時間: 2013-12-21
上傳用戶:heart520beat
VSS 6.0(Visual SourceSafe 6.0,VSS6.0)現在是作為Microsoft Visual Studio 6.0這個開發產品家族的一員,如Visual C++ 6.0和Visual J++ 6.0一樣。VSS能夠維護一個文件的多個版本,包括一個從不同版本之間進行修改的記錄。
標簽: 6.0 Visual SourceSafe VSS
上傳時間: 2015-12-09
上傳用戶:Yukiseop
LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully customizable and has animation and special effects capabilities for the displayed text. TLCDScreen is the display component and TLCDAnimator the animation one. Both have build-in Property editor making easier the development at design-time.
標簽: multilines LCDScreen component simulate
上傳時間: 2015-12-23
上傳用戶:invtnewer
設有一個SPJ數據庫,包括S、P、J、SPJ四個關系模式: S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT) J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY) 供應商表S由供應商代碼SNO、供應商姓名SNAME、供應商狀態STATUS、供應商所在城市名CITY組成。 零件表P由零件代碼PNO、零件名PNAME、顏色COLOR、重量WETGHT組成。 工程項目表J由工程項目代碼JNO、工程項目名JNAME、工程項目所在城市名CITY組成。 供應情況表SPJ由供應商代碼SNO、零件代碼PNO、工程項目代碼JNO、供應數據QTY組成,表示某供應商供應某種零件給某工程項目的數量為QTY。 上述四表中的具體數據可以參考教材30、31頁。
上傳時間: 2015-12-23
上傳用戶:LIKE