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
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
Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) the ability to interconnect a variety of devices using a simple four- wire cable. The USB is actually a two-wire serial communication link that runs at either 1.5 or 12 megabits per second (mbs). USB protocols can configure devices at startup or when they are plugged in at run time. These devices are broken into various device classes. Each device class defines the common behavior and protocols for devices that serve similar functions. Some examples of USB device classes are shown in the following table
標簽: communications architecture Universal computer
上傳時間: 2015-12-08
上傳用戶:stvnash
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
設有一個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
該軟件提供了編輯、編譯、運行、調試匯編語言程序的集成環境。目前支持MASM、TASM、MCS51三種編譯器。第一次使用時,要現在選項菜單中選擇您所使用的編譯器類型及其目錄所在。 bin目錄里為本軟件 files目錄為匯編語言寫的用于測試的程序 source目錄為本軟件的源代碼 masm為MASM類型的編譯器,其中:masm.exe為編譯器,link.exe為連接器
上傳時間: 2013-12-19
上傳用戶:wqxstar
The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification as of December 7, 2000 Mini-B connector Engineering Change Notice to the USB 2.0 specification. Pull-up/pull-down Resistors Engineering Change Notice to the USB 2.0 specification. Errata to the USB 2.0 specification as of May 28, 2002 Interface Association Descriptor Engineering Change Notice to the USB 2.0 specification. Rounded Chamfer Engineering Change Notice to the USB 2.0 specification as of October 8, 2003 Unicode Engineering Change Notice to the USB 2.0 specification as of February 21, 2005 Inter-Chip USB Supplement Revision 1.0 as of March 13, 2006 Revision 1.3 of the USB On-The-Go Supplement as of December 5, 2006 Revision 1.01 of the Micro-USB Cables and Connectors Specification as of April 4, 2007 USB 2.0 Link Power Management Addendum Engineering Change Notice to the USB 2.0 specification as of July 16, 2007.
標簽: specification 2.0 USB Original
上傳時間: 2013-12-31
上傳用戶:familiarsmile
phpBook 是個建立於 PHP 及 MySQL 的留言板。 功能包括: -- 內建多種語法 (包括中文) -- IP 封鎖及禁止存取 -- 可自訂表情符號 -- URL-Code,包括 URL-Link s, URL-Picture s -- 自訂禁止字句 -- 防止惡意灌水式攻擊
標簽: URL-Code phpBook MySQL PHP
上傳時間: 2013-12-16
上傳用戶:dongbaobao
用遞推法產生正交多項式系,即求alpha[j+1]、beta[j] 入口參數:m是數據點數,n是擬合的最高階數, float x[],float y[]是對應縱橫坐標,出口參數:a[] 是最小二乘擬合參數,alpha[]、beta[]是遞推系數
上傳時間: 2014-01-19
上傳用戶:gyq
C語言進階,包含以下的內容:C語言進階-第一講概述.pdf\C語言進階-第二講C語言復習.pdf\C語言進階-第三講編譯匯編調試.pdf\C語言進階-第四講存儲器與指針.pdf\C語言進階-第五講 數據結構與鏈表.pdf\C語言進階-第六講中斷與驅動.pdf\C語言進階-第七講編碼風格.pdf\C語言進階-第八講編寫安全無錯的代碼.pdf\C語言進階-lmalloc 第四講代碼.rar\C語言進階-ASIX Win link list 第五講代碼.rar
上傳時間: 2016-01-16
上傳用戶:pinksun9