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

正文內容

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

2025-06-07 07:54 本頁面
 

【正文】 四川大學本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) I 基于 Windows98 系統(tǒng)的數(shù)據(jù)采集開發(fā) (機械設計制造及其自動化專業(yè)) 學生:唐君山 指導老師:李翔龍 摘要: 隨著科學技術的飛速發(fā)展,對數(shù)據(jù)處理的實時性要求也越來越迫切。,為了獲得各種各樣的測量結果我們常常借助各種儀表和各種手段,以此來確知某一測試對象的各項特性。數(shù)據(jù)采集是機床數(shù)控和機電控制的基礎和關鍵。 在放電加工過程中實現(xiàn)電壓的監(jiān)測,涉及到將模擬的電壓信號轉化成數(shù)字信號,也就是數(shù)據(jù)采集技術 。論文研究關于數(shù)據(jù)采集系統(tǒng)的驅動程序的開發(fā),討論了 Windows98下開發(fā) VXD驅動程序的方法和實例, 學習利用 VToolsD工具和 Visual C++工具開發(fā)虛擬設備的驅動程序。通過各種比較展現(xiàn)出使用 VToolsD工具和 Visual C++工具開發(fā)虛擬設備的驅動程序的特點和優(yōu)缺點,并且進一步設想使用 PC7422 12位 32路 A/D 100K轉換卡在計算機上模擬微進給過程中的電壓數(shù)據(jù)采集過程。利用這一系列技術方法,可以研發(fā)出微進給自動系統(tǒng)中的數(shù)據(jù)采集系統(tǒng),使之安全有效地投入使用。論文初步論證研究了該方法的可行性和部分操作過程。 主題詞 : 數(shù)據(jù)采集、設備驅動程序、 VTOOLS、 VXD 四川大學本科畢業(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 四川大學本科畢業(yè)論文 基于 win98 系統(tǒng)的數(shù)據(jù)采集開發(fā) III 目 錄 第一章 緒論 ............................................................................................................................... 1 第一節(jié) 數(shù)據(jù)采集的目的 ................................................................................................ 1 第二節(jié) 數(shù)據(jù)采集的作用 ................................................................................................ 1 第三節(jié) Windows 98 的特點 ......................................................................................... 1 第二章 操作系統(tǒng)內核和 VXD ................................................................................................... 2 第一節(jié) Windows Ring0 級系統(tǒng)核心 ........................................................................ 2 第二節(jié) Vxd 簡 介 .............................................................................................................. 2 第三節(jié) Vxd 特征淺析 .................................................................................................... 3 第四節(jié) Vxd 的基本工作原理和調用機制 ............................................................... 4 1 VMM 及其提供的擴展服務 .............................................................................................. 4 2 Vxd 消息處理 ..................................................................................................................... 5 3 Vxd 調用機制 ..................................................................................................................... 6 第五節(jié) Vxd 常用開發(fā)工具 ........................................................................................... 7 第六節(jié) Vxd 技術的應用 ................................................................................................ 7 1 Vxd 的實用用途 .............................................................................................................. 7 2 基于 VxD 的實時反病毒技術 ........................................................................................ 7 第七節(jié) Vxd 的局限性 .................................................................................................... 8 第八節(jié) VXD 驅動程序與 WDM 驅動程序開發(fā)的比較 ..................................... 8 1 VXD 與 WDM 的差異 ....................................................................................................... 8 第九節(jié) 使用 VT00IJSD 開發(fā) VXD 驅動程序的關鍵問題 ................................ 9 第三章 VTOOLSD 的應用基礎 ............................................................................................12 第一節(jié) VTOOLSD 簡介 ........................................................................................... 12 第二節(jié) 環(huán)境參數(shù)設置問 題 .......................................................................................... 12 四川大學本科畢業(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 第四章 驅動程序設計 .............................................................................................................20 第一節(jié) 實例學習 ............................................................................................................ 20 第二節(jié) 程序開發(fā) ............................................................................................................ 29 1 PC7422 12 位 32 路 A/D 100K 轉換卡的基本說明 .................................................... 29 2 程序的編寫 ...............................
點擊復制文檔內容
研究報告相關推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1