This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you ll encounter in the SCJD exam
標簽: updated project through version
上傳時間: 2015-11-08
上傳用戶:csgcd001
The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are possible.
標簽: the directing longer points
上傳時間: 2013-12-20
上傳用戶:璇珠官人
這片是寫的數據信號處理可查那個設計的報告,報告包括卷積演示程序、演示采樣定理、模擬濾波器設計演示—從模擬低通濾波器到模擬高通、帶通、帶阻的幅度 特性對比演示、切比雪夫I型低通濾波器、利用凱塞窗設計高通濾波器、使用雙線性變換法設計巴特沃斯低通數字濾波器 這幾個部分..........用matlab實現
上傳時間: 2015-11-12
上傳用戶:1583060504
在分析三維STL文件格式數據結構的基礎上,分析了建立拓撲結構的優點并提出了建立拓撲結構關系的方法 ,并建立了快速優化分層算法,從而大大提高了鑄件三維有限差分網格自動剖分的速度和效率,開發了能適用于任意 復雜鑄件形體的三維網格剖分程序,通過實際應用證明了程序的實用性。
上傳時間: 2014-01-07
上傳用戶:koulian
DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms which don t have dos(win2K/XP/linux/FreeBSD/Mac OS X)
標簽: platforms emulates dosgames DOSBox
上傳時間: 2015-11-14
上傳用戶:TRIFCT
集裝箱的裝箱問題 給定一個集裝箱,其長為L,寬為W和高為H,現有一批圓柱形木材,每根木材的長均為L,但是半徑不同,設第i根木材半徑為ri。問如何裝箱,使得集裝箱的空間利用率最高?
標簽: 集裝箱
上傳時間: 2013-12-24
上傳用戶:二驅蚊器
[問題描述] 將N個關鍵字去整數的記錄進行整序, 以使所有關鍵字為非負數的記錄排在關鍵字為負數的記錄之前,要求使用最少的附加空間,且算法的時間復雜度為O(N) [輸入] 待排序記錄個數,各關鍵字的值。 [輸出] 關鍵字從正負分開,正數在前 [存儲結構] 待排序記錄順序存儲。 [算法的基本思想] 快速排序算法每次任取一個記錄的關鍵字為標準,將其余記錄分為兩組將,N個關鍵字去整數的記錄進行整序, 以使所有關鍵字為非負數的記錄排在關鍵字為負數的記錄之前。 #include <iostream> using namespace std #define MAXNUM 100//設文件的最長可能長度 void sort(int* keys, const int len)//排序
上傳時間: 2014-01-13
上傳用戶:aig85
EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.
標簽: usability Debugger debugger binary
上傳時間: 2013-12-21
上傳用戶:gundamwzc
用凌陽SPCE061A在LCD上顯示文字、圖形 A0-A7連接LCD的DB0-DB7,B3、B4、B5連接LCD的A0、R/W、EP,LCD的CS可連接到DGND
上傳時間: 2013-12-22
上傳用戶:2404
C++編寫的簡單文本編輯器,可以時間文本文件的讀取保存編輯功能,并且具有撤銷,復制剪切粘貼的功能
上傳時間: 2015-11-24
上傳用戶:wangyi39