国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于java面向對象程序設計.rar

RAR格式版權申訴手機打開展開

基于java面向對象程序設計,基于java面向對象程序設計------------科學養(yǎng)兔項目分析2.3萬字31頁摘要本文報道了對面向對象程序設計思想的基本闡述,就科學養(yǎng)兔項目的開發(fā)以及開發(fā)過程中所遇到的關于java面向對象程序設計的問題作出詳細的報道。一個系統(tǒng)作為一個對象來進行分析,由多個部分組成,作好系統(tǒng)分析工作再進一步確定各個對象的功能以及各...
編號:67-31256大小:784.40K
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 xiaowei 發(fā)布

基于JAVA面向對象程序設計
------------科學養(yǎng)兔項目分析
2.3萬字 31頁



摘要 本文報道了對面向對象程序設計思想的基本闡述,就科學養(yǎng)兔項目的開發(fā)以及開發(fā)過程中所遇到的關于JAVA面向對象程序設計的問題作出詳細的報道。一個系統(tǒng)作為一個對象來進行分析,由多個部分組成,作好系統(tǒng)分析工作再進一步確定各個對象的功能以及各個對象之間的關系,利用工具將這些組件的關系表示出來。本文還對科學養(yǎng)兔項目的軟件的功能,結構,系統(tǒng),處理以及性能的規(guī)定作出介紹。在編程中我們遇到了許多問題,怎樣解決這些問題以及其與JAVA面向對象程序設計的聯(lián)系并總結出一些經(jīng)驗都寫在論文中。

關鍵詞 面向對象,科學養(yǎng)兔,系統(tǒng)

The Java face tone object thought
Procedure the design science to keep the item rabit

Abstract This text report way the JAVA concerning problem for development for basic for opposite facing object procedure design thoughting, science keeping the rabbit item and developping the of process inside meeting face to the object procedure to design to make out the detailed report way.A system be used ases an object to proceed the analysises, and be meant out by manies relation for relation for of the function for part constitute, making the good system analyzing the work again further certain each object and each object, make use ofing the tool these modules.This text returns provision that the function, construction, system of the software to keep rabbit item to science, handle and the function make out the introduction.In the plait contact that we met the many problem, how resolve these problems and its face to the object procedure with JAVA to design to combine to tally up out some experiences all write in the thesis.

Key Words Face to the object, science to keep the rabbit, system



目 錄

1 引言 5
2 面向對象的分析 5
3 JAVA 面向對象 7
3.1 類(Class) 7
3.1.1 聲明和初始化對象: 8
3.1.2 數(shù)據(jù)成員(data member) 8
3.1.3 方法(method) 8
3.1.4 一個簡單的OOP例子 9
3.1.5 類的繼承 10
3.1.6 調(diào)用父類構造器 11
3.1.7 訪問控制符 11
3.1.8 訪問方法 12
3.1.9 抽象類 17
3.2 多態(tài)(Polymorphism) 18
3.2.1 修改程序---添加兩個按鈕 18
3.3包(Package) 20
3.3.1 import語句 20
3.3.2 包的聲明 20
4.科學養(yǎng)兔項目 21
4.1 該軟件的總體設計 21
4.1.1 軟件的目標 21
4.1.2 該軟件的主要功能 21
4.1.3 軟件的結構 21
4.1.4 軟件中的數(shù)據(jù)和系統(tǒng)流程圖 23
4.2 對軟件功能的規(guī)定 24
4.2.1 對功能的規(guī)定 24
4.3 對性能的規(guī)定 26
4.3.1 精度 26
4.3.2 時間特性要求 26
4.3.3 靈活性 27
4.4 輸入輸出要求 27
4.5 數(shù)據(jù)管理能力要求 27
4.6 運行環(huán)境規(guī)定 27
4.6.1 設備 27
4.6.2 支持軟件 27
4.6.3 控制 27
4.7 軟件完成后的功能測試報告 28
4.7.1 程序Io類的載入和食物數(shù)據(jù)界面的測試數(shù)據(jù) 28
4.7.2測試結果及發(fā)現(xiàn) 28
1.測試1(Io類的載入和食物數(shù)據(jù)界面的測試) 28
2.測試2(測試更新食物數(shù)據(jù)) 29
3.測試3(測試更新科學營養(yǎng)標準面板) 29
4.7.3對軟件功能的結論 29
1.功能1(Io類的載入和食物數(shù)據(jù)界面的測試) 29
能力 29
2.功能2(測試更新食物數(shù)據(jù)) 29
能力 29
3.功能3(測試更新科學營養(yǎng)標準面板) 30
能力 30
4.7.4分析摘要 30
1.能力 30
2.缺陷和限制 30
3.評價 30
4.8 編程中遇到的困難與解決方法 30
4.8.1 用戶界面編寫困難: 30
4.8.2 java的多線程并發(fā)運行: 30