關(guān)于6502的指令詳細(xì)介紹!圖文并茂,可以g給做6502開發(fā)人員很大的幫助
上傳時(shí)間: 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μ? ?-|
上傳時(shí)間: 2014-01-04
上傳用戶:頂?shù)弥?/p>
NetTalk是一個(gè)適用于局域網(wǎng)和因特網(wǎng)的可視電話軟件 一.開發(fā)環(huán)境 Windows2000 Server & Visual C++6.0 & SDK +自開發(fā)的CWndX類庫(相當(dāng)于簡化的MFC涉及窗口的部分) 二.支持環(huán)境 Windows98/ME/2000/XP 三.所涉及協(xié)議和標(biāo)準(zhǔn) 網(wǎng)絡(luò)傳輸采用UDP協(xié)議,音頻壓縮采用G.729標(biāo)準(zhǔn),視頻壓縮采用H.263標(biāo)準(zhǔn) 四.性能參數(shù) 以音頻幀為基準(zhǔn),每幀音頻數(shù)據(jù)有240個(gè)采樣點(diǎn),時(shí)間為240*1000/8000=30ms,8000為音頻的采樣率。 數(shù)據(jù)接收端隊(duì)列緩沖延遲:30*3=90ms 數(shù)據(jù)發(fā)送端錄音延遲:30ms 數(shù)據(jù)壓縮解壓耗時(shí):<40ms 網(wǎng)絡(luò)延遲:<100ms(我想校網(wǎng)情況應(yīng)該不錯(cuò)J) 總延遲:<260ms 根據(jù)VOIP標(biāo)準(zhǔn),總延遲<300ms是人可以接受的,以上計(jì)算是保守的,實(shí)際情況可能會好得多。
標(biāo)簽: NetTalk Windows Server Visual
上傳時(shí)間: 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).
標(biāo)簽: TAPI driver click2dial siptapi
上傳時(shí)間: 2014-01-07
上傳用戶:jjj0202
為存儲磁盤或U盤更換盤符。比如:U盤插在PC機(jī)上顯示的是F盤,可以被更換成H、G直到Z盤,只要該盤符空閑。
上傳時(shí)間: 2013-12-13
上傳用戶:qiao8960
本文專門講解如何運(yùn)用這種原始套接字,來模擬I P的一些實(shí)用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可對I P頭信息進(jìn)行實(shí)際的操作。
上傳時(shí)間: 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.
標(biāo)簽: implementation Extensions libraries standard
上傳時(shí)間: 2013-12-14
上傳用戶:leehom61
函數(shù)名稱:CRC-16 Process 函數(shù)原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函數(shù)功能:進(jìn)行CRC校驗(yàn)和產(chǎn)生CRC代碼.這個(gè)函數(shù)只影響全局變量crc16. 校驗(yàn)字放在字符串最后,低8位在前高8位在后. msgaddr : 進(jìn)行CRC16校驗(yàn)的據(jù)塊的首地址 datalen : 進(jìn)行CRC16校驗(yàn)的據(jù)塊的個(gè)數(shù) CRC-ITU的計(jì)算算法如下: a.寄存器組初始化為全"1"(0xFFFF)。 b.寄存器組向右移動一個(gè)字節(jié)。 c.剛移出的那個(gè)字節(jié)與數(shù)據(jù)字節(jié)進(jìn)行異或運(yùn)算,得出一個(gè)指向值表的索引。 d.索引所指的表值與寄存器組做異或運(yùn)算。 f.數(shù)據(jù)指針加1,如果數(shù)據(jù)沒有全部處理完,則重復(fù)步驟b。 g.寄存器組取反,得到CRC,附加在數(shù)據(jù)之后(這一步可省略)。
上傳時(shí)間: 2015-12-21
上傳用戶:llandlu
控制臺下顯示有色字符,代碼在freebsd下測試通過,可以擺脫黑白的控制臺了。編譯環(huán)境g
上傳時(shí)間: 2013-12-11
上傳用戶:784533221
BG碼轉(zhuǎn)換程序是一個(gè)二進(jìn)制碼(Binary,簡稱 B碼)與格雷碼(Gray Code,簡稱G碼)相互轉(zhuǎn)換的軟件.
標(biāo)簽: Binary 轉(zhuǎn)換 程序 二進(jìn)制碼
上傳時(shí)間: 2014-12-19
上傳用戶:hgy9473
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1