關于6502的指令詳細介紹!圖文并茂,可以g給做6502開發(fā)人員很大的幫助
上傳時間: 2013-12-15
上傳用戶:小鵬
ch451 CH451 ?-|I¢…OA¨…(R)à?DIG0÷DIG7£μ÷–““? ?>>μ£ ±‰“??>>μ£°CH451?aefl¥μ£<<?£o…÷”<<0.5 ”¢¥ 2 ”¢μ -|I<<?“? SEG6°SEG0±‘ -|< G° A£ <<?“? SEG7 ‘ -|I– μ£<<?“? DIG7°DIG0± 8 ^ ?-|“ o£CH451“o…£8°8aeyμ¢oLED’£aú64?£¢<CH451a o…“‘O(R)?<<??÷ ?-|I<£¨¥-|÷Sflμ? ?-|
上傳時間: 2014-01-04
上傳用戶:頂?shù)弥?/p>
NetTalk是一個適用于局域網和因特網的可視電話軟件 一.開發(fā)環(huán)境 Windows2000 Server & Visual C++6.0 & SDK +自開發(fā)的CWndX類庫(相當于簡化的MFC涉及窗口的部分) 二.支持環(huán)境 Windows98/ME/2000/XP 三.所涉及協(xié)議和標準 網絡傳輸采用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 網絡延遲:<100ms(我想校網情況應該不錯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
為存儲磁盤或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
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校驗和產生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
控制臺下顯示有色字符,代碼在freebsd下測試通過,可以擺脫黑白的控制臺了。編譯環(huán)境g
上傳時間: 2013-12-11
上傳用戶:784533221
BG碼轉換程序是一個二進制碼(Binary,簡稱 B碼)與格雷碼(Gray Code,簡稱G碼)相互轉換的軟件.
上傳時間: 2014-12-19
上傳用戶:hgy9473