基于java面向?qū)ο蟪绦蛟O(shè)計(jì).rar
基于java面向?qū)ο蟪绦蛟O(shè)計(jì),基于java面向?qū)ο蟪绦蛟O(shè)計(jì)------------科學(xué)養(yǎng)兔項(xiàng)目分析2.3萬字31頁(yè)摘要本文報(bào)道了對(duì)面向?qū)ο蟪绦蛟O(shè)計(jì)思想的基本闡述,就科學(xué)養(yǎng)兔項(xiàng)目的開發(fā)以及開發(fā)過程中所遇到的關(guān)于java面向?qū)ο蟪绦蛟O(shè)計(jì)的問題作出詳細(xì)的報(bào)道。一個(gè)系統(tǒng)作為一個(gè)對(duì)象來進(jìn)行分析,由多個(gè)部分組成,作好系統(tǒng)分析工作再進(jìn)一步確定各個(gè)對(duì)象的功能以及各...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 xiaowei 發(fā)布
基于JAVA面向?qū)ο蟪绦蛟O(shè)計(jì)
------------科學(xué)養(yǎng)兔項(xiàng)目分析
2.3萬字 31頁(yè)
摘要 本文報(bào)道了對(duì)面向?qū)ο蟪绦蛟O(shè)計(jì)思想的基本闡述,就科學(xué)養(yǎng)兔項(xiàng)目的開發(fā)以及開發(fā)過程中所遇到的關(guān)于JAVA面向?qū)ο蟪绦蛟O(shè)計(jì)的問題作出詳細(xì)的報(bào)道。一個(gè)系統(tǒng)作為一個(gè)對(duì)象來進(jìn)行分析,由多個(gè)部分組成,作好系統(tǒng)分析工作再進(jìn)一步確定各個(gè)對(duì)象的功能以及各個(gè)對(duì)象之間的關(guān)系,利用工具將這些組件的關(guān)系表示出來。本文還對(duì)科學(xué)養(yǎng)兔項(xiàng)目的軟件的功能,結(jié)構(gòu),系統(tǒng),處理以及性能的規(guī)定作出介紹。在編程中我們遇到了許多問題,怎樣解決這些問題以及其與JAVA面向?qū)ο蟪绦蛟O(shè)計(jì)的聯(lián)系并總結(jié)出一些經(jīng)驗(yàn)都寫在論文中。
關(guān)鍵詞 面向?qū)ο螅茖W(xué)養(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 面向?qū)ο蟮姆治?5
3 JAVA 面向?qū)ο?7
3.1 類(Class) 7
3.1.1 聲明和初始化對(duì)象: 8
3.1.2 數(shù)據(jù)成員(data member) 8
3.1.3 方法(method) 8
3.1.4 一個(gè)簡(jiǎn)單的OOP例子 9
3.1.5 類的繼承 10
3.1.6 調(diào)用父類構(gòu)造器 11
3.1.7 訪問控制符 11
3.1.8 訪問方法 12
3.1.9 抽象類 17
3.2 多態(tài)(Polymorphism) 18
3.2.1 修改程序---添加兩個(gè)按鈕 18
3.3包(Package) 20
3.3.1 import語(yǔ)句 20
3.3.2 包的聲明 20
4.科學(xué)養(yǎng)兔項(xiàng)目 21
4.1 該軟件的總體設(shè)計(jì) 21
4.1.1 軟件的目標(biāo) 21
4.1.2 該軟件的主要功能 21
4.1.3 軟件的結(jié)構(gòu) 21
4.1.4 軟件中的數(shù)據(jù)和系統(tǒng)流程圖 23
4.2 對(duì)軟件功能的規(guī)定 24
4.2.1 對(duì)功能的規(guī)定 24
4.3 對(duì)性能的規(guī)定 26
4.3.1 精度 26
4.3.2 時(shí)間特性要求 26
4.3.3 靈活性 27
4.4 輸入輸出要求 27
4.5 數(shù)據(jù)管理能力要求 27
4.6 運(yùn)行環(huán)境規(guī)定 27
4.6.1 設(shè)備 27
4.6.2 支持軟件 27
4.6.3 控制 27
4.7 軟件完成后的功能測(cè)試報(bào)告 28
4.7.1 程序Io類的載入和食物數(shù)據(jù)界面的測(cè)試數(shù)據(jù) 28
4.7.2測(cè)試結(jié)果及發(fā)現(xiàn) 28
1.測(cè)試1(Io類的載入和食物數(shù)據(jù)界面的測(cè)試) 28
2.測(cè)試2(測(cè)試更新食物數(shù)據(jù)) 29
3.測(cè)試3(測(cè)試更新科學(xué)營(yíng)養(yǎng)標(biāo)準(zhǔn)面板) 29
4.7.3對(duì)軟件功能的結(jié)論 29
1.功能1(Io類的載入和食物數(shù)據(jù)界面的測(cè)試) 29
能力 29
2.功能2(測(cè)試更新食物數(shù)據(jù)) 29
能力 29
3.功能3(測(cè)試更新科學(xué)營(yíng)養(yǎng)標(biāo)準(zhǔn)面板) 30
能力 30
4.7.4分析摘要 30
1.能力 30
2.缺陷和限制 30
3.評(píng)價(jià) 30
4.8 編程中遇到的困難與解決方法 30
4.8.1 用戶界面編寫困難: 30
4.8.2 java的多線程并發(fā)運(yùn)行: 30
------------科學(xué)養(yǎng)兔項(xiàng)目分析
2.3萬字 31頁(yè)
摘要 本文報(bào)道了對(duì)面向?qū)ο蟪绦蛟O(shè)計(jì)思想的基本闡述,就科學(xué)養(yǎng)兔項(xiàng)目的開發(fā)以及開發(fā)過程中所遇到的關(guān)于JAVA面向?qū)ο蟪绦蛟O(shè)計(jì)的問題作出詳細(xì)的報(bào)道。一個(gè)系統(tǒng)作為一個(gè)對(duì)象來進(jìn)行分析,由多個(gè)部分組成,作好系統(tǒng)分析工作再進(jìn)一步確定各個(gè)對(duì)象的功能以及各個(gè)對(duì)象之間的關(guān)系,利用工具將這些組件的關(guān)系表示出來。本文還對(duì)科學(xué)養(yǎng)兔項(xiàng)目的軟件的功能,結(jié)構(gòu),系統(tǒng),處理以及性能的規(guī)定作出介紹。在編程中我們遇到了許多問題,怎樣解決這些問題以及其與JAVA面向?qū)ο蟪绦蛟O(shè)計(jì)的聯(lián)系并總結(jié)出一些經(jīng)驗(yàn)都寫在論文中。
關(guān)鍵詞 面向?qū)ο螅茖W(xué)養(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 面向?qū)ο蟮姆治?5
3 JAVA 面向?qū)ο?7
3.1 類(Class) 7
3.1.1 聲明和初始化對(duì)象: 8
3.1.2 數(shù)據(jù)成員(data member) 8
3.1.3 方法(method) 8
3.1.4 一個(gè)簡(jiǎn)單的OOP例子 9
3.1.5 類的繼承 10
3.1.6 調(diào)用父類構(gòu)造器 11
3.1.7 訪問控制符 11
3.1.8 訪問方法 12
3.1.9 抽象類 17
3.2 多態(tài)(Polymorphism) 18
3.2.1 修改程序---添加兩個(gè)按鈕 18
3.3包(Package) 20
3.3.1 import語(yǔ)句 20
3.3.2 包的聲明 20
4.科學(xué)養(yǎng)兔項(xiàng)目 21
4.1 該軟件的總體設(shè)計(jì) 21
4.1.1 軟件的目標(biāo) 21
4.1.2 該軟件的主要功能 21
4.1.3 軟件的結(jié)構(gòu) 21
4.1.4 軟件中的數(shù)據(jù)和系統(tǒng)流程圖 23
4.2 對(duì)軟件功能的規(guī)定 24
4.2.1 對(duì)功能的規(guī)定 24
4.3 對(duì)性能的規(guī)定 26
4.3.1 精度 26
4.3.2 時(shí)間特性要求 26
4.3.3 靈活性 27
4.4 輸入輸出要求 27
4.5 數(shù)據(jù)管理能力要求 27
4.6 運(yùn)行環(huán)境規(guī)定 27
4.6.1 設(shè)備 27
4.6.2 支持軟件 27
4.6.3 控制 27
4.7 軟件完成后的功能測(cè)試報(bào)告 28
4.7.1 程序Io類的載入和食物數(shù)據(jù)界面的測(cè)試數(shù)據(jù) 28
4.7.2測(cè)試結(jié)果及發(fā)現(xiàn) 28
1.測(cè)試1(Io類的載入和食物數(shù)據(jù)界面的測(cè)試) 28
2.測(cè)試2(測(cè)試更新食物數(shù)據(jù)) 29
3.測(cè)試3(測(cè)試更新科學(xué)營(yíng)養(yǎng)標(biāo)準(zhǔn)面板) 29
4.7.3對(duì)軟件功能的結(jié)論 29
1.功能1(Io類的載入和食物數(shù)據(jù)界面的測(cè)試) 29
能力 29
2.功能2(測(cè)試更新食物數(shù)據(jù)) 29
能力 29
3.功能3(測(cè)試更新科學(xué)營(yíng)養(yǎng)標(biāo)準(zhǔn)面板) 30
能力 30
4.7.4分析摘要 30
1.能力 30
2.缺陷和限制 30
3.評(píng)價(jià) 30
4.8 編程中遇到的困難與解決方法 30
4.8.1 用戶界面編寫困難: 30
4.8.2 java的多線程并發(fā)運(yùn)行: 30
TA們正在看...
- 深圳市建筑工務(wù)署政府公共工程bim應(yīng)用實(shí)施綱要.pdf
- 深圳機(jī)場(chǎng)t3航站樓第三標(biāo)段技術(shù)標(biāo)優(yōu)秀.pdf
- 深圳證券交易所上市公司募集資金管理辦法.pdf
- “深度學(xué)習(xí)”教學(xué)改進(jìn)項(xiàng)目區(qū)域探索與實(shí)踐.pdf
- 深海控制器dse8610功能介紹.pdf
- 深靜脈血栓的超聲檢查指征及價(jià)值.pdf
- 混凝土結(jié)構(gòu)耐久性設(shè)計(jì)與施工指南cces0120042005年...pdf
- 混凝土結(jié)構(gòu)設(shè)計(jì)原理第四沈蒲生課后習(xí)題答案.pdf
- 清華同方風(fēng)冷冷水熱泵機(jī)組樣本.pdf
- 清華大學(xué)文創(chuàng)規(guī)劃中心.pdf