NetTalk是一個適用于局域網(wǎng)和因特網(wǎng)的可視電話軟件 一.開發(fā)環(huán)境 Windows2000 Server & Visual C++6.0 & SDK +自開發(fā)的CWndX類庫(相當于簡化的MFC涉及窗口的部分) 二.支持環(huán)境 Windows98/ME/2000/XP 三.所涉及協(xié)議和標準 網(wǎng)絡傳輸采用UDP協(xié)議,音頻壓縮采用G.729標準,視頻壓縮采用H.263標準 四.性能參數(shù) 以音頻幀為基準,每幀音頻數(shù)據(jù)有240個采樣點,時間為240*1000/8000=30ms,8000為音頻的采樣率。 數(shù)據(jù)接收端隊列緩沖延遲:30*3=90ms 數(shù)據(jù)發(fā)送端錄音延遲:30ms 數(shù)據(jù)壓縮解壓耗時:<40ms 網(wǎng)絡延遲:<100ms(我想校網(wǎng)情況應該不錯J) 總延遲:<260ms 根據(jù)VOIP標準,總延遲<300ms是人可以接受的,以上計算是保守的,實際情況可能會好得多。
標簽: NetTalk Windows Server Visual
上傳時間: 2013-12-23
上傳用戶:yy541071797
siptapi A TAPI driver for SIP. With this TAPI driver you have a click2dial feature with any TAPI enabled application (e.g. MS Outlook) and any SIP account (e.g. freeworlddialup or iptel.org).
標簽: TAPI driver click2dial siptapi
上傳時間: 2014-01-07
上傳用戶:jjj0202
長高44b0xi BIOS源碼 FS44B0II BIOS具有啟動、引導,下載、燒寫,設置日期、時間,設置工作頻率等多種功能,並且支持各種參數(shù)的存儲和自動調用。 可以用flashpgm等軟件將BIOS燒寫到Flash中去,BIOS的自身駐留地址位于NOR FLASH的0x1f0000處,系統(tǒng)參數(shù)保存在0x1ff000以上區(qū)域中。所以在燒寫完BIOS,上電復位后先要執(zhí)一定要執(zhí)行backup命令把BIOS本身拷貝到NOR FLASH的高端1f0000去。
上傳時間: 2013-12-25
上傳用戶:ainimao
為存儲磁盤或U盤更換盤符。比如:U盤插在PC機上顯示的是F盤,可以被更換成H、G直到Z盤,只要該盤符空閑。
上傳時間: 2013-12-13
上傳用戶:qiao8960
本文專門講解如何運用這種原始套接字,來模擬I P的一些實用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可對I P頭信息進行實際的操作。
上傳時間: 2013-12-24
上傳用戶:wqxstar
8051入間程序,包括串并轉換、數(shù)碼管驅動、ADC、BCD、16x2 LCD、串口通訊、伺服器驅動等。由本人編寫。
上傳時間: 2013-12-17
上傳用戶:ommshaggar
Borland C++ Builder開發(fā)的Quick_sort演算法實作,並加入timecounter計算使用的秒數(shù)。
標簽: Quick_sort Borland Builder 算法
上傳時間: 2015-12-14
上傳用戶:sk5201314
創(chuàng)世紀的C++ Builder -------------------------------------------------------------------------------- 告別Hello World的年代 圖形程式設計基本概念 具體而微的繪圖程式 以C++ Builder處理Windows訊息(Message) 動態(tài)鏈結函式庫(DLL-Dynamic Linked Library) Install Shield的使用介紹
標簽: Builder
上傳時間: 2013-12-11
上傳用戶:zhengzg
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
函數(shù)名稱:CRC-16 Process 函數(shù)原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函數(shù)功能:進行CRC校驗和產(chǎn)生CRC代碼.這個函數(shù)只影響全局變量crc16. 校驗字放在字符串最后,低8位在前高8位在后. msgaddr : 進行CRC16校驗的據(jù)塊的首地址 datalen : 進行CRC16校驗的據(jù)塊的個數(shù) CRC-ITU的計算算法如下: a.寄存器組初始化為全"1"(0xFFFF)。 b.寄存器組向右移動一個字節(jié)。 c.剛移出的那個字節(jié)與數(shù)據(jù)字節(jié)進行異或運算,得出一個指向值表的索引。 d.索引所指的表值與寄存器組做異或運算。 f.數(shù)據(jù)指針加1,如果數(shù)據(jù)沒有全部處理完,則重復步驟b。 g.寄存器組取反,得到CRC,附加在數(shù)據(jù)之后(這一步可省略)。
上傳時間: 2015-12-21
上傳用戶:llandlu