【正文】
哈爾濱理工大學(xué)學(xué)士學(xué)位論文 I 郵件快速分揀系統(tǒng)的設(shè)計與實現(xiàn) 摘要 本文以 VC++ 和 SQL server 2021 為基本開發(fā)工具完成了郵件快速分揀系統(tǒng) 應(yīng)用 軟件部分的設(shè)計與實現(xiàn) , 基于射頻識別技術(shù) 對系統(tǒng)硬件部分進行了研究與設(shè)計。 在 應(yīng)用 軟件部分,本文首先 給出了系統(tǒng)的總體設(shè)計然后 介紹了對該系統(tǒng)數(shù)據(jù)庫方面的設(shè)計工作,并給出了數(shù)據(jù)庫 的相關(guān)設(shè)計信息,其中包括數(shù)據(jù)庫的配置信息和數(shù)據(jù)表的設(shè)計等 。接著 本文介紹了在 VC++ 環(huán)境下對軟件系統(tǒng)各功能 部分的設(shè)計與實現(xiàn),并包括了必要的代碼信息和系統(tǒng)各部分的運行界面。 在軟件部分的實現(xiàn)過程中,本文還給出了設(shè)計 與實現(xiàn)步驟。最后 本文通過少量數(shù)據(jù)對系統(tǒng)的剩余功能進行了基本的檢測。 在硬件部分,本文主要對相關(guān)硬件如相機、圖像采集卡, PC 機 等 進行了研究和介紹。在相機標(biāo)定技術(shù)方面本文研究了相關(guān)的算法;在視覺跟蹤方面研究了多假設(shè)跟蹤法;在 射頻識別技術(shù) 方面進 行了硬件設(shè)計和軟件設(shè)計的相關(guān)研究。 通過上機調(diào)試 ,本系統(tǒng)作為 郵遞系統(tǒng)的工業(yè)自動化的一個環(huán)節(jié) 在應(yīng)用上有著較好的實用意義,在理論上也有一定的參考價值。 關(guān)鍵詞 分揀; 函數(shù);數(shù)據(jù)庫;工業(yè)機器人 。 RFID 哈爾濱理工大學(xué)學(xué)士學(xué)位論文 II The Design and Implementation of the Fast Mail Sorting System Abstract In this paper, we use VC + + and SQL server 2021 as the basic tools to plete the software part of the Fast Mail Sorting System, and use the technology of RFID to plete the hardware part of the Fast Mail Sorting System. In the software part, the paper first gives the general design of the system and then describes the design of databases, and gives the design. then this paper describes functional part of software system’s design and implementation in the environment of VC + +, and include the necessary code information and part of the operating system interface. In the implementation of the software part the paper also gives the design and implementation steps. At last, we used small amount of data on the system to test the basic functions of detection. In hardware, this article mainly related hardware such as cameras, image acquisition card, PC machines and so on to study and introduce. In camera calibration technology, this paper studies the relevant algorithm。 in the visual tracking this paper studies the multihypothesis tracking method。 in radio frequency identification technology, this article researches in hardware design and software design. Through the machine debugging, the system as a part of postal system’s automation has a good practical sense in applications, in theory, there is a certain reference value too. Keywords Sorting。 Function。 Database。 Industrial robots 。 RFID哈爾濱理工大學(xué)學(xué)士學(xué)位論文 III 目錄 摘要 .......................................................................................................................I Abstract ............................................................................................................... II 第 1 章 緒論 ........................................................................................................ 1 課題背景 ................................................................................................... 1 相關(guān)研究狀況介紹 ................................................................................... 1 論文的主要工作與結(jié)構(gòu) ........................................................................... 1 第 2 章 系統(tǒng)分析與總體設(shè)計 ............................................................................ 3 系統(tǒng)需求分析 ........................................................................................... 3 系統(tǒng)應(yīng)用軟件體系結(jié)構(gòu)設(shè)計 ................................................................... 3 系統(tǒng)數(shù)據(jù)庫設(shè)計 ....................................................................................... 4 本章小結(jié) ................................................................................................... 5 第 3 章 系統(tǒng)應(yīng)用軟件模塊設(shè)計 ........................................................................ 6 工程框架設(shè)計 ........................................................................................... 6 設(shè)置工程主界面 ................................................................................ 6 為表添加類 ........................................................................................ 7 設(shè)計登錄模塊 .................................................................................... 9 郵件分揀信息處理模塊設(shè)計 ................................................................. 11 郵件信息添加對話框設(shè)計 .............................................................. 11 手動輸入與查詢對話框設(shè)計 .......................................................... 12 自動輸入模塊 .................................................................................. 13 分揀箱信息管理模塊 ............................................................................. 13 分揀箱信息添加對話框 .................................................................. 13 分揀箱信息編輯對話框 .................................................................. 14 信息說明 .......................................................................................... 15 系統(tǒng)用戶管理模塊 ................................................................................. 15 用戶信息編輯對話框 ...................................................................... 15 用戶管理對話框 .............................................................................. 15 密碼修改對話框 .............................................................................. 16 本章小結(jié) ................................................................................................. 16 第 4 章 系統(tǒng)硬件部分 ...................................................................................... 17 系統(tǒng)的硬件組成 ..................................................................................... 17 CCD 相機 .......................................................................................... 17 鏡頭 .................................................................................................. 18 采集卡 .............................................................................................. 18 哈爾濱理工大學(xué)學(xué)士學(xué)位論文 IV PC 機 ................................................................................................. 19 主動式 RFID 閱讀器 ....................................................................... 19 Moto 機器人 .............................................................................. 19 相關(guān)硬件算法及技術(shù) ............................................................................. 20 相機標(biāo)定技術(shù)