版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領
文檔簡介
1、遼 寧 工 業(yè) 大 學JAVA程序設計 課程設計(論文)題目: 時鐘 院(系): 軟件學院 專業(yè)班級: 軟件技術 班 學 號: 學生姓名: 指導教師: 丁寶柱 教師職稱: 助 教 起止時間: 2009.12.1至2009.12.16 程序設計專題(報告)任務及評語院(系):軟件學院 教研室:軟件教研室學 號 學生姓名 專業(yè)班級軟件技術 程序設計(報告)題目時鐘程序設計(報告)任務程序設計專題的任務與要求:(1)掌握Java編程、面向?qū)ο蟮幕A知識。(2)較熟練地編寫Java應用程序Application。(3)了解Java的常用標準類庫、編程技巧、異常處理。(5)聯(lián)系已學過的內(nèi)容,鞏固所學的理
2、論,增強獨立工作能力。(6)通過設計主要使學生有一個獨立編寫程序的過程,對理論學習及動手能力都有一個很大的提高。(7)通過本次設計,進一步培養(yǎng)學生熱愛專業(yè)的思想,同時對本專業(yè)綜合素質(zhì)的提高起一個積極的推動作用。課程設計過程中,要嚴格遵守實踐環(huán)節(jié)的時間安排,聽從指導教師的指導。正確地完成上述內(nèi)容,記錄實習日記,規(guī)范完整地撰寫出課程設計報告。指導教師評語及成績成績: 指導教師簽字: 2009 年 12 月 20 日目 錄第1章 課程設計的目的與要求11.1 課程設計目的11.2 課程設計的實驗環(huán)境11.3 課程設計的預備知識11.4 課程設計要求1第2章 課程設計內(nèi)容22.1課程設計主要內(nèi)容22.
3、2概要設計22.2.1自定義類說明22.3詳細設計32.4測試分析162.4.1程序運行情況162.4.2程序異常處理16第3章 課程設計總結(jié)17參考資料18第1章 課程設計的目的與要求1.1 課程設計目的JAVA程序設計是計算機相關專業(yè)的必修專業(yè)基礎課程,其實踐性、應用性很強。實踐教學環(huán)節(jié)是必不可少的一個重要環(huán)節(jié)。本課程的程序設計專題實際是計算機相關專業(yè)學生學習完JAVA程序設計課程后,進行的一次全面的綜合訓練,JAVA程序設計的設計目的是加深對理論教學內(nèi)容的理解和掌握,使學生較系統(tǒng)地掌握程序設計及其在網(wǎng)絡開發(fā)中的廣泛應用,基本方法及技巧,為學生綜合運用所學知識,利用軟件工程為基礎進行軟件開
4、發(fā)、并在實踐應用方面打下一定基礎。1.2 課程設計的實驗環(huán)境硬件要求能運行Windows 9.X操作系統(tǒng)的微機系統(tǒng)。JAVA程序設計語言及相應的集成開發(fā)環(huán)境,J2SDK和ECLIPSE開發(fā)工具。1.3 課程設計的預備知識熟悉JAVA語言及ECLIPSE開發(fā)工具。1.4 課程設計要求按課程設計指導書提供的課題,要求學生在自行完成各個操作環(huán)節(jié),并能實現(xiàn)且達到舉一反三的目的,完成一個項目解決一類問題。要求學生能夠全面、深入理解和熟練掌握所學內(nèi)容,并能夠用其分析、設計和解答類似問題;對此能夠較好地理解和掌握,能夠進行簡單分析和判斷;能編寫出具有良好風格的程序;掌握JAVA程序設計的基本技能和面向?qū)ο蟮?/p>
5、概念和方法;了解多線程、安全和網(wǎng)絡等編程技術。同時培養(yǎng)學生進行分析問題、解決問題的能力;培養(yǎng)學生進行設計分析、設計方法、設計操作與測試、設計過程的觀察、理解和歸納能力的提高。第2章 課程設計內(nèi)容2.1課程設計主要內(nèi)容我設計的時鐘有的界面良好,比較簡潔美觀,程序有很強的實用性,實現(xiàn)程序與電腦的時間的同步。可以顯示時鐘,也可以顯示分針秒針,并可以在相應位置調(diào)整時間。而且初始運行會自動與電腦的時間校對,一般默認為同步,但還可以自己再次調(diào)節(jié),提高了實用性。本系統(tǒng)共包括1個java源文件。1、Clock源文件是本程序的主函數(shù)其作用是初始化棋盤。2、setCurrentTime源文件實現(xiàn)電腦設置時間。3、
6、paintHourPointer源文件為時針.4、paintSecondPointer源文件實現(xiàn)人與電腦設置秒針.5、paintMinuteDot源文件人與電腦設置分針.2.2概要設計2.2.1自定義類說明* * 類名: Clock * * 作用: 自定義主類,對鼠標拖拽的初始界面進行聲明* * 繼承的父類: JComponent類 * * 實現(xiàn)的接口: 沒有 * *表1-成員變量表表2.1 Clock成員變量成員變量描述變量類型名稱時針StringHour分針StringMinute秒針StringSecond時間點TextFieldtext_1表2-方法表表2 Clock方法方法名功能備注
7、setCurrentTime設置當前時間構(gòu)造方法paintHourPointer設置時針接口方法paintSecondPointer設置秒針接口方法paintMinuteDot設置分針接口方法actionPerformed事件處理run程序運行2.3詳細設計import java.awt.*; import java.awt.geom.Ellipse2D; import java.awt.geom.GeneralPath; import java.awt.geom.Line2D; import java.awt.geom.Rectangle2D; import java.util.Calend
8、ar; import java.util.Date; import javax.swing.BorderFactory; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swing.UIManager; public class Clock extends JComponent private static final Color INTEGRAL_COLOR = new Color(0, 128, 128); private int radius; private Calendar currentT
9、ime = Calendar.getInstance(); private double s = 0.03; public Clock(int radius) this.radius = radius; public void setCurrentTime(Date time) /設置當前時間 this.currentTime.setTime(time); public void setCurrentTime(long millis) this.currentTime.setTimeInMillis(millis); public Dimension getPreferredSize() In
10、sets insets = getInsets(); int r = (int) (radius = -1 ? 0 : radius*(1+s)+1; return new Dimension(r * 2 + insets.left + insets.right,r * 2 + insets.top + insets.bottom); /返回一個指定寬、高的Dimension protected void paintComponent(Graphics g) super.paintComponent(g); Graphics2D g2d = (Graphics2D) g; g2d.setRen
11、deringHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); Insets insets = getInsets(); int wid = getWidth() - insets.left - insets.right; int hei = getHeight() - insets.top - insets.bottom; int r = (int) (Math.min(wid, hei) / 2 / (1+s); g2d.translate(insets.left + r * (1+s), in
12、sets.top + r * (1+s); g2d.scale(1, -1); for (int i = 0; i 60; i+) int angle = 90 - i * 6; double pos = calcPos(r, angle); paintMinuteDot(r, g2d, pos0, pos1, i % 5 = 0); paintHourPointer(r, g2d); paintMinutePointer(r, g2d); paintSecondPointer(r, g2d); paintCenterPoint(g2d); g2d.scale(1, -1); g2d.tran
13、slate(-insets.left - r * (1+s), -insets.top - r * (1+s); private void paintCenterPoint(Graphics2D g2d) g2d.setColor(Color.BLUE); Rectangle2D rect = new Rectangle2D.Double(-2, -2, 4, 4); g2d.fill(rect); private void paintMinutePointer(int r, Graphics2D g2d) int minute = currentTime.get(Calendar.MINUT
14、E); int second = currentTime.get(Calendar.SECOND); double angle = 90 - (minute + second / 60.0) * 6; Shape pointerShape = createPointerShape(r * 0.8, r * 0.04, r * 0.08, angle); g2d.setColor(Color.LIGHT_GRAY); g2d.fill(pointerShape); g2d.setColor(Color.DARK_GRAY); g2d.draw(pointerShape); private voi
15、d paintHourPointer(int r, Graphics2D g2d) int hour = currentTime.get(Calendar.HOUR); int minute = currentTime.get(Calendar.MINUTE); int second = currentTime.get(Calendar.SECOND); double angle = 90 - (hour + minute / 60.0 + second / 3600.0) * 30; Shape pointerShape = createPointerShape(r * 0.6, r * 0
16、.06, r * 0.1, angle); g2d.setColor(Color.LIGHT_GRAY); g2d.fill(pointerShape); g2d.setColor(Color.DARK_GRAY); g2d.draw(pointerShape); private Shape createPointerShape(double r1, double r2, double r3, double angle) GeneralPath gp = new GeneralPath(); double pos = calcPos(r1, angle); double pos1 = calc
17、Pos(r2, angle + 90); gp.append(new Line2D.Double(pos0, pos1, pos10, pos11), true); double pos2 = calcPos(r3, angle + 180); gp.lineTo(float)pos20, (float)pos21); double pos3 = calcPos(r2, angle + 270); gp.lineTo(float)pos30, (float)pos31); gp.closePath(); return gp; private void paintSecondPointer(in
18、t r, Graphics2D g2d) g2d.setColor(Color.BLACK); int second = currentTime.get(Calendar.SECOND); int angle = 90 - second * 6; double pos = calcPos(r * 0.9, angle); double pos1 = calcPos(r * 0.2, angle + 180); Line2D line = new Line2D.Double(pos10, pos11, pos0, pos1); g2d.draw(line); private void paint
19、MinuteDot(int r, Graphics2D g2d, double x, double y, boolean flag) g2d.setColor(flag ? Color.RED : Color.BLACK); if (flag) /Rectangle2D rect = new Rectangle2D.Double( Ellipse2D rect = new Ellipse2D.Double( x - r * s, y - r * s, r * s * 2, r * s * 2); g2d.fill(rect); else /Rectangle2D rect = new Rect
20、angle2D.Double( Ellipse2D rect = new Ellipse2D.Double( x - r * 0.02, y - r * 0.02, r * 0.04, r * 0.04); g2d.fill(rect); private double calcPos(double r, double angle) double radian = Math.toRadians(angle); double x = r * Math.cos(radian); double y = r * Math.sin(radian); return new double x, y; publ
21、ic static void main(String args) try UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName(); catch (Exception e) e.printStackTrace(); final Clock clock = new Clock(50); clock.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10); JFrame f = new JFrame( 軟件081班 孫慶賀 ); /f.setBounds(380,
22、200,500,600); f.getContentPane().add(clock, BorderLayout.CENTER); f.pack(); f.setLocationRelativeTo(null); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.setVisible(true); new Thread() public void run() while (true) try Thread.sleep(1000); catch (InterruptedException ex) ex.printStackTrace(); c
23、lock.setCurrentTime(System.currentTimeMillis(); clock.repaint(); .start(); int y1 = (int)(r - 10) * Math.cos(rad * s);g.drawLine(x + r, y + r, x + r + x1, y + r - y1);/分針g.setColor(Color.BLUE);x1 = (int)(r - r / 2.5) * Math.sin(rad * m);y1 = (int)(r - r / 2.5) * Math.cos(rad * m);g.drawLine(x + r, y
24、 + r, x + r + x1, y + r - y1);/時針g.setColor(Color.CYAN);x1 = (int)(r - r / 1.5) * Math.sin(rad * h);y1 = (int)(r - r / 1.5) * Math.cos(rad * h);g.drawLine(x + r, y + r, x + r + x1, y + r - y1);/數(shù)字g.setColor(Color.YELLOW);int d = 29;for (int i = 1; i = 12; i+) x1 = (int)(r - 10) * Math.sin(rad * d);y
25、1 = (int)(r - 10) * Math.cos(rad * d);g.drawString(i + , x + r + x1 - 4, x + r - y1 + 5);d+=30;/小點d = 0;for (int i = 0; i = 360) s = 0;m+=6;if (m = 72 | m = 144 | m = 216 | m = 288) h+=6;if (m = 360) m = 0;h+=6;if (h =360) h = 0;this.repaint();int x, y, r;int h, m, s;/小時,分鐘,秒double rad = Math.PI / 1
26、80;public ClockPaint(int x, int y, int r) this.x = x;this.y = y;this.r = r;Calendar now = new GregorianCalendar();s = now.get(Calendar.SECOND) * 6;/獲得秒轉(zhuǎn)換成度數(shù)m = now.get(Calendar.MINUTE) * 6;/獲得分鐘h = (now.get(Calendar.HOUR_OF_DAY) - 12) * 30 + now.get(Calendar.MINUTE) / 12 * 6;/獲得小時Thread t = new Thre
27、ad(this);t.start();public void paint(Graphics g) /清屏super.paint(g);g.setColor(Color.BLACK);g.fillRect(0, 0, r * 3, r * 3);/畫圓g.setColor(Color.WHITE);g.drawOval(x, y, r * 2, r * 2);/秒針g.setColor(Color.RED);int x1 = (int)(r - 10) * Math.sin(rad * s);/定義MyTimer類 class MyTimer1 extends JFrame static int
28、 count=0; /判斷是否重定義了時間 /構(gòu)造函數(shù) public MyTimer1() /定義窗口大小 setSize(320, 200); /定義窗口標題 setTitle(測試自定義時鐘類!); Container c = getContentPane(); / new ClockCanvas(北京時間, GMT+8) c.add(new ClockCanvas(北京時間, GMT+8); /定義接口 interface TimerListener1 void timeElapsed(Timer1 t); class Timer1 extends Thread /類Timer1 pri
29、vate TimerListener1 target; private int interval; public Timer1(int i, TimerListener1 t) target = t; interval = i; setDaemon(true); public void run() try while (!interrupted() sleep(interval); target.timeElapsed(this); catch(InterruptedException e) class ClockCanvas extends JPanel /clockcanvas imple
30、ments TimerListener1 static int seconds = 0; private String city; private GregorianCalendar calendar; /構(gòu)造函數(shù) public ClockCanvas(String c, String tz) city = c; calendar = new GregorianCalendar(TimeZone.getTimeZone(tz); Timer1 t = new Timer1(1000, this); t.start(); setSize(180, 180); /繪制鐘面 public void
31、paintComponent(Graphics g) super.paintComponent(g); g.drawOval(100, 5, 120, 120); g.drawOval(101, 6, 118, 118); /分離時間 double hourAngle = 2 * Math.PI * (seconds - 3 * 60 * 60) / (12 * 60 * 60); double minuteAngle = 2 * Math.PI * (seconds - 15 * 60) / (60 * 60); double secondAngle = 2 * Math.PI * (sec
32、onds - 15) / 60; public void timeElapsed(Timer1 t) calendar.setTime(new Date(); if(MyTimer1.count=1) int a=1; seconds=MyTHour*60*60+MyTMinute*60+MyTSecond; seconds+=a;/a為秒自加 repaint(); else seconds = calendar.get(Calendar.HOUR) * 60 * 60 + calendar.get(Calendar.MINUTE) * 60 +
33、 calendar.get(Calendar.SECOND); repaint(); /定義時鐘類 class MyTimer implements TimerListener /定義時鐘類的屬性 static int intHour,intMinute,intSecond; /構(gòu)造函數(shù) public MyTimer() setCurrentTimeAsSystemTime(); Timer t = new Timer(1000, this); /實例Timer類,里面有run方法 t.start(); /顯示當前時間 public void displayCurrentTime() JOpt
34、ionPane.showMessageDialog(null,intHour+:+intMinute+:+intSecond); /設定當前時間 public void setCurrentTime() /從對話框輸入時,分秒 String strTemp=JOptionPane.showInputDialog(null,請輸入當前小時(24小時制):); int iHour=Integer.parseInt(strTemp); strTemp=JOptionPane.showInputDialog(null,請輸入當前分:); int iMinute=Integer.parseInt(str
35、Temp); strTemp=JOptionPane.showInputDialog(null,請輸入當前秒:); int iSecond=Integer.parseInt(strTemp); /設定當前時間為對話框輸入的時間 if(iHour=0&iHour24) intHour=iHour; transform(angle);g.setcolor(color);/設定當前時間為系統(tǒng)時間,構(gòu)造函數(shù)調(diào)用 public void setCurrentTimeAsSystemTime() /定義Date類的一個對象,用來獲取系統(tǒng)時間 Date timeCurrent=new Date(); catch(InterruptedException e) 2.4測試分析2.4.1程序運行情況當程序正常運行的時候,它能清晰的顯示時鐘界面。默認為與系統(tǒng)時間同步,如果出現(xiàn)錯誤,就會進行歸零。運行界面如圖2.1:圖2.1運行界面2.4.2程序異常處理當線程在活動之前或活動期間處于正在等待、休眠或占用狀態(tài)且該線程被中斷時,拋出該異常。有時候,一種方法可能
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 云南蝴蝶泉導游詞
- DB12T 481-2013 洗染業(yè)皮具護理服務規(guī)范
- 七夕節(jié)促銷活動策劃
- 高等數(shù)學教程 上冊 第4版 測試題及答案 高數(shù)2-測試一 - 答案
- 影響貨幣供給量的因素有哪些
- 陽江職業(yè)技術學院附屬實驗學校八年級上學期語文第一次月考試卷
- 三年級數(shù)學(上)計算題專項練習附答案
- 膠管采購合同(2篇)
- 南京工業(yè)大學浦江學院《商務談判》2023-2024學年第一學期期末試卷
- 江蘇盱眙經(jīng)濟開發(fā)區(qū)圣山路及新海大道道路改造工程施工組織設計
- Hellp綜合征專題知識
- 西亞、中亞、北非音樂課件
- 全國英語教師素養(yǎng)大賽大賽一等獎烏鴉喝水Unit-5-Story-Time課件
- 蘇教版六年級科學(上冊)第二單元遺傳與變異單元測試卷(含答案)
- 中小學德育工作評價細則
- 油藏工程課程設計
- 教師招聘登記表
- 醫(yī)院消防安全知識培訓課件
- 《現(xiàn)代商務禮儀》課程標準(中職)
- ZX7系列手工焊機說明書
- 解放戰(zhàn)爭-第二次國共內(nèi)戰(zhàn)
評論
0/150
提交評論