串行,并行MODEM 的實(shí)例 串行,并行MODEM 的實(shí)例
標(biāo)簽: 串行
上傳時(shí)間: 2014-01-14
上傳用戶:zhangjinzj
本程序中得到的收端OFDM信號的頻譜波形,是與其發(fā)端信號的排步有關(guān)的。在發(fā)端的 % 載波安排上,128個(gè)載波有前后各32個(gè)載波是null載波(如果這前后各32各載波是帶外頻段, % 那么理論上它們都應(yīng)該是零!),中間的64個(gè)載波是數(shù)據(jù)載波。這樣的排步很明顯就是一個(gè) % 兩邊低,中間高的頻譜形式。所以,收端也應(yīng)該是這個(gè)輪廓。
上傳時(shí)間: 2015-11-02
上傳用戶:372825274
A1200 Telnet 在刷機(jī)+破解補(bǔ)丁后,手機(jī)支持Telnet。在安裝MPKG,通過MPKG安裝上Loader,可以下載USBLAN驅(qū)動(dòng): 把下載的A1200 Telnet.rar里的文件解壓到一個(gè)臨時(shí)目錄里,雙擊install.bat。這一步是先拷貝A1200的USB LAN的驅(qū)動(dòng)。 手機(jī)Modem模式連接電腦,點(diǎn)擊Loader笑臉圖標(biāo),電腦上將發(fā)現(xiàn)新硬件,驅(qū)動(dòng)指向到臨時(shí)目錄里,安裝A1200的USB LAN驅(qū)動(dòng)。在安裝成功后,在cmd命令行下,輸入命令ipconfig,應(yīng)能看到192.168.16.1的IP地址,輸入 telnet 192.168.16.2,在出來的界面輸入root,即成功Telnet,可以輸入linux命令,如dir。要退出輸入exit。 瀏覽器瀏覽手機(jī)內(nèi)部文件:電腦上開始,運(yùn)行,輸入 \\192.168.16.2\system。 如果手機(jī)連接電腦得到是其他的IP地址,手機(jī)IP地址為看到的IP加1。開始-運(yùn)行,輸入cmd,回車,在cmd命令行下輸入ipconfig查看IP地址,如果看到的是為172.16.16.5,則使用telnet 172.16.16.6。 瀏覽器瀏覽手機(jī)內(nèi)部文件:電腦上開始,運(yùn)行,輸入 \\172.16.16.6\system。
標(biāo)簽: Telnet A1200 刷機(jī) 破解
上傳時(shí)間: 2015-11-11
上傳用戶:獨(dú)孤求源
目前較為常用的串口有9針串口(DB9)和25針串口(DB25),通信距離較近時(shí)(<12m),可以用電纜線直接連接標(biāo)準(zhǔn)RS232端口(RS422,RS485較遠(yuǎn)),若距離較遠(yuǎn),需附加調(diào)制解調(diào)器(MODEM)。最為簡單且常用的是三線制接法,即地、接收數(shù)據(jù)和發(fā)送數(shù)據(jù)三腳相連,本文只涉及到最為基本的接法,且直接用RS232相連,以回答前段網(wǎng)友的咨詢。
上傳時(shí)間: 2013-12-05
上傳用戶:franktu
這是本人做數(shù)據(jù)庫課程設(shè)計(jì)時(shí)的倉促之作,自我感覺實(shí)際應(yīng)用價(jià)值并不大,但可以給學(xué)VC和數(shù)據(jù)庫編程的朋友做個(gè)范例。在做之前也參看了不少同類型的管理系統(tǒng),收獲不小,現(xiàn)將這個(gè)學(xué)生管理系統(tǒng)貼出來,希望能對有需要的朋友有所幫助。系統(tǒng)不足之處肯定不少,還請高手多多指教,歡迎跟本人聯(lián)系。 本人在系統(tǒng)中添加了直接通過SQL語句對后臺的表進(jìn)行修改的功能,頗有爭議,還請有實(shí)際開發(fā)經(jīng)驗(yàn)的朋友指教。 本人正忙于考研,沒時(shí)間寫一個(gè)完整的程序說明,敬請諒解。如有問題,也可與本人聯(lián)系。 QQ:332723187 EMAIL:wythust@163.com 當(dāng)前系統(tǒng)用戶和密碼:(可改) 管理員級: administer 126 (Access加密密碼也為126) 普通用戶級: customer 123 teacher ttt 匿名用戶級: anonymous (null)
標(biāo)簽: 數(shù)據(jù)庫 計(jì)時(shí)
上傳時(shí)間: 2013-12-27
上傳用戶:thesk123
用VB編寫小型的網(wǎng)絡(luò)系統(tǒng) Visual Basic 以 下 簡 稱(VB) 十 一 個(gè) 功 能 強(qiáng) 大 的 編 程 語 言。 特 別 是4.0 以 后, 支 持 了OLE Automation 技 術(shù), 給 編 程 帶 來 了 更 大 的 方 便。 前 些 時(shí), 我 試 著 編 寫 一 個(gè) 支 持 網(wǎng) 絡(luò) 的 數(shù) 據(jù) 庫。 但 是 由 于 沒 有 聯(lián) 網(wǎng), 所 以 沒 法 測 試。 于 是, 我 想 到 了OLE Automation, 用 它 就 可 以 在 一 臺 機(jī) 器 上 測 試 網(wǎng) 絡(luò) 功 能。 經(jīng) 過 改 動(dòng), 還 可 以 用 它 通 過Modem 來 進(jìn) 行 聯(lián) 機(jī)。 下 面, 我 介 紹 一 下 如 何 用Visual Basic 編 寫 小 型 的 網(wǎng) 絡(luò) 系 統(tǒng)。
上傳時(shí)間: 2014-12-03
上傳用戶:wangdean1101
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
標(biāo)簽: phone and Capture Detect
上傳時(shí)間: 2013-11-30
上傳用戶:水中浮云
SharpZipLib之前叫做NZipLib,完全由 C# 開發(fā)的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels
標(biāo)簽: SharpZipLib NZipLib
上傳時(shí)間: 2015-12-11
上傳用戶:84425894
SharpZipLib之前叫做NZipLib,完全由 C# 開發(fā)的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實(shí)例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels
標(biāo)簽: SharpZipLib NZipLib
上傳時(shí)間: 2015-12-11
上傳用戶:love_stanford
#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 warcraft<x warcraft++) { cout<<*p<<" " war=*p for(l=1 x>1 l++) { if(*(p+l)==0) { cout<<endl *(p+l)=1 break } else { cout<<*(p+l)<<" " *(p+l)=war+*(p+l) war=*(p+l)-war } } } cout<<endl delete [] p cin>>x } return 0 }
標(biāo)簽: namespace iostream unsigned warcraft
上傳時(shí)間: 2015-12-12
上傳用戶:manlian
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1