【正文】
Mobile , 有用 于 掌上電腦的 Windows Mobile for Pocket PC、用于手機的 Smartphone Windows Mobile for Smartphone、 Pocket PC Phone Windows Mobile for Pocket PC Phone 和用于移動媒體的 Portable Media Center 三大版本。 Windows Mobile 的發(fā)展歷史 原形為 Windows CE,后開發(fā)出適用于手機及其他掌上設(shè)備操作系統(tǒng),之后又將其整合 在 一起。 2021 年還出現(xiàn)了 Pocket PC手機,那就是如今在智能手機市場風(fēng)光無限,國產(chǎn)手機一面旗幟的多普達公司推出的 686。 Windows Mobile 是 Microsoft 用于 Pocket PC 和 Smartphone 的軟件平臺。其中 Smartphone從外觀設(shè)計、使用習(xí)慣等方面來看, 其 更像一部電話,同時具備一定的數(shù)據(jù)管理和處理能力。 附 錄 .................................................................. 42 第 4 頁 共 49 頁 第一章 引言 Windows Mobile 平臺介紹 Windows Mobile 是微軟為智能移動終端設(shè)備使用的操作系統(tǒng), Windows Mobile 將用戶熟悉的桌面 Windows 體驗擴展到了移動設(shè)備上。 Through the software development, mobile application development so that we have a more profound understanding of technology, but also on the software development process have a certain understanding。 This according to the software development process, and then click from the system39。 The software can receive user input data, select the two equal principal repayment of principal and interest and equal in one way to calculate the final results to show to the user。 Mobile application software has gradually bee the mainstream of software development, mobile application software is characterized by easy and fast, without time and space constraints。通過該軟件的開發(fā),使我們對移動應(yīng)用開發(fā)技術(shù)有了更加深刻地認識,也對軟件開發(fā)流程有了一定的了解。 該軟件 可以直接安裝到 智能手機或者 PDA 中, 使用戶在需要計算公積金還款金額時非常方便 。 本 次設(shè)計借助 Windows Mobile 平臺,利用 Visual Studio 2021 集成開發(fā)環(huán)境, 開發(fā) 了一個 能夠運行在 智能 手機或 者 PDA的 移動設(shè)備上的 公積金計算器軟件 。 基于 Windows Mobile 的 公積金計算器 摘要 隨著移動應(yīng)用開發(fā)技術(shù)和智能設(shè)備的 不斷 發(fā)展,各種為迎合用戶需求的移動OA 或者移動商務(wù)應(yīng)用逐漸增多。 移動應(yīng)用軟件已 逐漸成為軟件開發(fā)的主流,移動應(yīng)用軟件的特點就是方便、快捷, 不受時間和空間的限制。 該 軟件可以接收用戶輸入的數(shù)據(jù) ,選擇等額本息和等額本金兩種還款方式中的一種進行計算, 最終將 結(jié)果 顯示給用戶 。本文 根據(jù)該軟件的開發(fā)流程,依次從 系統(tǒng)的構(gòu)思、設(shè)計、 編碼、測試和使用等五個角度進行了描述 。 【 關(guān)鍵詞 】 移動設(shè)備 ; 智能手機 ; 公積金計算器 ; Windows Mobile 第 1 頁 共 49 頁 Abstract With the mobile application development technology and the continuous development of smart devices, all to meet the needs of mobile users or mobile business applications OA increased gradually。 This design with Windows Mobile platform, using Visual Studio 2021 integrated development environment, developers can run a smart phone or PDA mobile device provident fund calculator software。 The software can be directly installed in the smart phone or PDA, so that users need to calculate the repayment amount of fund is very convenient。s concept, design, coding, testing and use of the five perspectives are described。 【 Keywords】 Mobile devices; Smart phone; Accumulation fund calculator;Windows Mobile 第 2 頁 共 49 頁 目 錄 第一章 引言 ................................................................ 4 Windows Mobile平臺介紹 ............................................. 4 Windows Mobile的發(fā)展歷史 ..................................... 4 Windows Mobile發(fā)展現(xiàn)狀 ....................................... 5 與其它手機操作系統(tǒng)的比較 ...................................... 5 .NET 精簡版介紹 ..................................................... 6 項目開發(fā)背景 ....................................................... 7 .................................................. 8 第二章 系統(tǒng)需求分析 ........................................................ 9 需求分析概述 ....................................................... 9 項目來源及客戶情況 .................................................. 9 產(chǎn)品應(yīng)當(dāng)遵循的標準或規(guī)范 ............................................ 9 用例分析 .......................................................... 10 ................................................... 10 ....................................... 11 ....................................................... 11 ......................................................... 12 ................................................. 12 ............................................... 12 ................................................. 13 第三章 系統(tǒng)設(shè)計 ........................................................... 14 系統(tǒng)設(shè)計概述 ...................................................... 14 系統(tǒng)整體結(jié)構(gòu)設(shè)計 ................................................... 14 系統(tǒng)總體功能結(jié)構(gòu) ............................................. 14 系統(tǒng)總體物理結(jié)構(gòu) ............................................. 15 ..................................................... 15 ....................................................... 16 第四章 系統(tǒng)實現(xiàn) ........................................................... 19 VS2021集成開發(fā)環(huán)境簡介 ............................................ 19 等額本金算法的實現(xiàn) ................................................. 24 控件布局 ..................................................... 24 關(guān)鍵代 碼 ..................................................... 26 等額本息算法的實現(xiàn) ................................................. 26 控件布局 ..................................................... 26 關(guān)鍵代碼 ..................................................... 29 第五章 系統(tǒng)展示 ........................................................... 30 ........................................................... 30 系統(tǒng)測試 .......................................................... 36 系統(tǒng)測試的原則 ............................................... 37 系統(tǒng)測試的方法及步驟 ......................................... 37 系統(tǒng)維護 .......................................................... 37 第六章 系統(tǒng)總結(jié)與展望 ..................................................... 39 第 3 頁 共 49 頁 系統(tǒng)總結(jié) ......................................................... 39 系統(tǒng)展望 ......................................................... 40 公積金計算器系統(tǒng)的市場展望 .................................. 40 移動應(yīng)用開發(fā)技術(shù)市場展望 .................................... 40 參考文獻 .................................................................. 41 致 謝 ................................................... 錯誤 !未定義書簽?;?Windows Mobile 操作系統(tǒng)的智能終端設(shè)備分為兩個大類 Pocket PC( 不帶電話功能的掌上電腦 ,簡稱 PPC) 和 Smartphone( 又叫 稱為 Smart Phone,用于智能手機的系統(tǒng),系統(tǒng)功能比 PPC 要精簡,同時不具備觸