freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)論文-基于windows98系統(tǒng)的數(shù)據(jù)采集開發(fā)(已修改)

2025-06-07 07:54 本頁(yè)面
 

【正文】 四川大學(xué)本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) I 基于 Windows98 系統(tǒng)的數(shù)據(jù)采集開發(fā) (機(jī)械設(shè)計(jì)制造及其自動(dòng)化專業(yè)) 學(xué)生:唐君山 指導(dǎo)老師:李翔龍 摘要: 隨著科學(xué)技術(shù)的飛速發(fā)展,對(duì)數(shù)據(jù)處理的實(shí)時(shí)性要求也越來越迫切。,為了獲得各種各樣的測(cè)量結(jié)果我們常常借助各種儀表和各種手段,以此來確知某一測(cè)試對(duì)象的各項(xiàng)特性。數(shù)據(jù)采集是機(jī)床數(shù)控和機(jī)電控制的基礎(chǔ)和關(guān)鍵。 在放電加工過程中實(shí)現(xiàn)電壓的監(jiān)測(cè),涉及到將模擬的電壓信號(hào)轉(zhuǎn)化成數(shù)字信號(hào),也就是數(shù)據(jù)采集技術(shù) 。論文研究關(guān)于數(shù)據(jù)采集系統(tǒng)的驅(qū)動(dòng)程序的開發(fā),討論了 Windows98下開發(fā) VXD驅(qū)動(dòng)程序的方法和實(shí)例, 學(xué)習(xí)利用 VToolsD工具和 Visual C++工具開發(fā)虛擬設(shè)備的驅(qū)動(dòng)程序。通過各種比較展現(xiàn)出使用 VToolsD工具和 Visual C++工具開發(fā)虛擬設(shè)備的驅(qū)動(dòng)程序的特點(diǎn)和優(yōu)缺點(diǎn),并且進(jìn)一步設(shè)想使用 PC7422 12位 32路 A/D 100K轉(zhuǎn)換卡在計(jì)算機(jī)上模擬微進(jìn)給過程中的電壓數(shù)據(jù)采集過程。利用這一系列技術(shù)方法,可以研發(fā)出微進(jìn)給自動(dòng)系統(tǒng)中的數(shù)據(jù)采集系統(tǒng),使之安全有效地投入使用。論文初步論證研究了該方法的可行性和部分操作過程。 主題詞 : 數(shù)據(jù)采集、設(shè)備驅(qū)動(dòng)程序、 VTOOLS、 VXD 四川大學(xué)本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) II Study on data gather base on Window98 (Mechanical design manufacture and automation) Student: Tang Junshan Teacher: Li Xianglong Abstract: The request of real time data processing is more and more important because of the improvement of science technology. We always need to use lots kinds of instrument to help us to get the result of measure to ensure the properties of a object. Data Collection is foundation and key of the numerical control of machine tool and machine electric research paper is main about the Driver Development of Data Collection and the method of Driver Develop based on Windows 98 OS using VtoolsD paper shows the advantages and disadvantages of Driver Develop using VtoolsD SDk and Visual C++ on virtual device. And it farther assumes using the PC7422 12bit 32 route A/D conversion card to simulate the process of the voltage data Collection during the tiny motion process. We could research and develop the Data collection flow from microevolution through these serials of methods, to let Data Collection to be used safely and effectively. The Research paper covers parts of the operate of the method and its feasibility. Keyword: data collection, device drivers, VTOOLS、 VXD 四川大學(xué)本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) III 目 錄 第一章 緒論 ............................................................................................................................... 1 第一節(jié) 數(shù)據(jù)采集的目的 ................................................................................................ 1 第二節(jié) 數(shù)據(jù)采集的作用 ................................................................................................ 1 第三節(jié) Windows 98 的特點(diǎn) ......................................................................................... 1 第二章 操作系統(tǒng)內(nèi)核和 VXD ................................................................................................... 2 第一節(jié) Windows Ring0 級(jí)系統(tǒng)核心 ........................................................................ 2 第二節(jié) Vxd 簡(jiǎn) 介 .............................................................................................................. 2 第三節(jié) Vxd 特征淺析 .................................................................................................... 3 第四節(jié) Vxd 的基本工作原理和調(diào)用機(jī)制 ............................................................... 4 1 VMM 及其提供的擴(kuò)展服務(wù) .............................................................................................. 4 2 Vxd 消息處理 ..................................................................................................................... 5 3 Vxd 調(diào)用機(jī)制 ..................................................................................................................... 6 第五節(jié) Vxd 常用開發(fā)工具 ........................................................................................... 7 第六節(jié) Vxd 技術(shù)的應(yīng)用 ................................................................................................ 7 1 Vxd 的實(shí)用用途 .............................................................................................................. 7 2 基于 VxD 的實(shí)時(shí)反病毒技術(shù) ........................................................................................ 7 第七節(jié) Vxd 的局限性 .................................................................................................... 8 第八節(jié) VXD 驅(qū)動(dòng)程序與 WDM 驅(qū)動(dòng)程序開發(fā)的比較 ..................................... 8 1 VXD 與 WDM 的差異 ....................................................................................................... 8 第九節(jié) 使用 VT00IJSD 開發(fā) VXD 驅(qū)動(dòng)程序的關(guān)鍵問題 ................................ 9 第三章 VTOOLSD 的應(yīng)用基礎(chǔ) ............................................................................................12 第一節(jié) VTOOLSD 簡(jiǎn)介 ........................................................................................... 12 第二節(jié) 環(huán)境參數(shù)設(shè)置問 題 .......................................................................................... 12 四川大學(xué)本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) IV 1 VTOOLSD 指定 VC 編譯器路徑之問題 .................................................................... 12 2 VTOOLSD 安裝路徑之問題 ....................................................................................... 12 3 VxDView 工具的起始位置之 問題 .............................................................................. 13 第三節(jié) VTOOLSD 的工具程序 ............................................................................. 13 第四節(jié) Debug Monitor 的使用介紹 ........................................................................ 19 第四章 驅(qū)動(dòng)程序設(shè)計(jì) .............................................................................................................20 第一節(jié) 實(shí)例學(xué)習(xí) ............................................................................................................ 20 第二節(jié) 程序開發(fā) ............................................................................................................ 29 1 PC7422 12 位 32 路 A/D 100K 轉(zhuǎn)換卡的基本說明 .................................................... 29 2 程序的編寫 ...............................
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1