特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

液壓泵網(wǎng)絡(luò)課程設(shè)計.rar

RAR格式版權(quán)申訴手機(jī)打開展開

液壓泵網(wǎng)絡(luò)課程設(shè)計,2.2萬字35頁摘要本文主要介紹了以java作為設(shè)計手段來開發(fā)網(wǎng)絡(luò)課程設(shè)計軟件的過程和方法。綜合考慮遠(yuǎn)程教育的特點,詳細(xì)闡述了互動設(shè)計的關(guān)鍵技術(shù)。并針對液壓泵(馬達(dá))課程設(shè)計作了認(rèn)真的實踐。本文詳細(xì)的介紹了幾種網(wǎng)頁制作的先進(jìn)手段,著重講述了java中swing組件的使用方法,并簡要講解了布局管理器和幾...
編號:88-31218大小:794.50K
分類: 論文>計算機(jī)論文

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

內(nèi)容介紹

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

液壓泵網(wǎng)絡(luò)課程設(shè)計
2.2萬字 35頁


摘 要

本文主要介紹了以JAVA作為設(shè)計手段來開發(fā)網(wǎng)絡(luò)課程設(shè)計軟件的過程和方法。綜合考慮遠(yuǎn)程教育的特點,詳細(xì)闡述了互動設(shè)計的關(guān)鍵技術(shù)。并針對液壓泵(馬達(dá))課程設(shè)計作了認(rèn)真的實踐。本文詳細(xì)的介紹了幾種網(wǎng)頁制作的先進(jìn)手段,著重講述了java中swing組件的使用方法,并簡要講解了布局管理器和幾種監(jiān)聽手段。
本課題嘗試制作了一個集合了液壓泵和液壓馬達(dá)網(wǎng)絡(luò)課程設(shè)計的軟件,以Java Applet為技術(shù)背景,借助JLabel組件作為圖片和公式的傳輸載體,利用JTextArea的特殊功能完成計算和設(shè)計結(jié)果的保存。最后在軟件測試的基礎(chǔ)上,作了詳盡的測試報告和詳細(xì)的軟件分析。

關(guān)鍵詞:JAVA 遠(yuǎn)程教育系統(tǒng) Swing組件 事件監(jiān)聽

Abstract
This paper mainly introduces how to develop the software for course design online with JAVA.Considering some characteristics of long-
distance education, key techniques in the interaction design are detailed expatiated, taking hydraulic pump (or motor) course design for example. A few advanced methods for web design are detailed expatiated, emphasizing on the operation of the Swing components in JAVA. The layout management machine and a few listeners are also included.
The software aiming at on-line course design for hydraulic pump and motor is based on the Java Applet, with Jlabel component as its transmission body for figures and formulas. Computation and restore for results are carried out with some special functions of JtextArea. A detailed investigation report and software analysis can also be found in the end.
Key Words: JAVA long-distance education system Swing components Action-Listener




目錄

摘要………………………………………………………………..…I
一 緒論…………………………………………………………………….….1
1、課題的來源、目的和意義……………………………………………….1
2、遠(yuǎn)程教育系統(tǒng)概述……………………………………………………….1
(1) 遠(yuǎn)程教育簡介…………………………………………………….1
(2) 遠(yuǎn)程教育發(fā)展概況……………………………………………….2
(3) 網(wǎng)絡(luò)課程設(shè)計及特點…………………………………………….3
二 設(shè)計方案選擇…………………………………………………..4
1、 靜態(tài)教學(xué)部分可選用的開發(fā)工具及特點……………………………….4
(1) Macromedia Dreamweaver MX……………………………………4
(2) Fireworks……………………………………………………….5
(3) VBscript語言……………………………………………………5
(4) JavaScript語言…………………………………………………5
2、設(shè)計部分可選用的開發(fā)工具及特點…………………………….………6
(1) CGI技術(shù)………………………………………………………….6
(2) IDC技術(shù)………………………………………………………….6
(3) ADO技術(shù)………………………………………………………...7
(4) ASP技術(shù)…………………………………………………………8
(5) Java技術(shù)…………………………………………………………8
3、方案選定…………………………………………………………………9
(1) Java Applet的特點………………………………………………10
(2) Java Applet類的繼承樹…………………………………………10
(3) Java Applet的主要方法…………………………………………10
三 網(wǎng)絡(luò)課程設(shè)計軟件的分析、設(shè)計和實現(xiàn)……………………..11
1、分析………………………………………………………………………11
2、設(shè)計…………………………………………………………….…………12
3、實現(xiàn)……………………………………………………………………….13
(1) 教學(xué)指導(dǎo)部分的設(shè)計..………………………………………….13
a、 總體設(shè)計………………………………………………………..13
b、 網(wǎng)站的LOGO制作…………………………………………….14
c、 網(wǎng)站的色彩設(shè)計………………………………………………..14
d、 網(wǎng)頁的布局結(jié)構(gòu)………………………………………………..15
e、 具體功能的設(shè)計………………………………………………..16
(2) 動態(tài)界面部分的設(shè)計…………………………………………...19
a、 swing簡介………………………………………………………19
b、 布局管理器……………………………………………………..21
c、 主界面的生成…………………………………………………..23
d、 主要功能實現(xiàn)…………………………………………………..26
e、 液壓泵(馬達(dá))課程設(shè)計在網(wǎng)頁中的動態(tài)表現(xiàn)………………29
四 軟件性能分析…………………………………………………32
1、測試結(jié)果………………………………………………………………….32
2、軟件的不足………………………………………………………………32
五 總結(jié)……………………………………………………………32
致謝………………………………………………………………....33
參考文獻(xiàn)……………………………………………………………35


參考文獻(xiàn)
[1] 李銘等 液壓與氣壓傳動 北京 機(jī)械工業(yè)出版社 1997
[2] 李壯云等 液壓元件與系統(tǒng) 北京 機(jī)械工業(yè)出版社 1999