很多java的小程序,適合初學者。 包括java,CLASS文件還有部分package的應用。
CLASS="time">上傳時間: 2015-09-07
CLASS="username">上傳用戶:朗朗乾坤
自定義一個簡單的日期類DateType,它具有數據成員y、m、d,用來表示當前日期的年、月、日。而后設計該類欲實現(完成)的功能,進而設計出相應的類成員函數。 例如,下面給出的“雛形”可用來實現對天的增加,比較兩個日期是否相等,以及對日期的輸出等操作。請完成各類成員函數,并編制主函數,說明DateType類對象,對定義的各成員函數進行調用,以驗證它們的正確性。 CLASS DateType { //自定義的日期類DateType int y,m,d //數據成員,表示當前日期的年、月、日 public: DateType(int y0=1, int m0=1, int d0=1) //構造函數,設定年、月、日;并設置參數默認值 void incrementDay() //增加1天 bool equal(DateType dt2) //判斷二日期是否相等 void printDate() //屏幕輸出日期對象的有關數據(年、月、日) }
CLASS="time">上傳時間: 2013-12-22
CLASS="username">上傳用戶:songyue1991
1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的環境下所編寫的。 2.kruscal_VC2005: 在VC2005里面編寫的。 3.以上兩個的代碼有點不同,區別主要在于compare函數 4.kruscal算法里面,我有兩個不同的實現,一個是最小化堆里面放EdgeNode的指針,一個是最小化堆里面放EdgeNode的Object實例。前者使用了compare函數來比較大小,后者則是在EdgeNode的CLASS里面重載運算符。
CLASS="tags">標簽: 2005 kruscal_CDT kruscal_VC Eclipse
CLASS="time">上傳時間: 2013-12-19
CLASS="username">上傳用戶:稀世之寶039
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition CLASS: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
CLASS="tags">標簽: input Statement You are
CLASS="time">上傳時間: 2015-09-21
CLASS="username">上傳用戶:sunjet
3維的球形體心立方圖,CLASS可以用鼠標旋轉,非常方便
CLASS="tags">標簽: 3維
CLASS="time">上傳時間: 2014-01-05
CLASS="username">上傳用戶:lo25643
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap CLASS I made to sort the score values.
CLASS="tags">標簽: pathfinding illustrate algorithm implement
CLASS="time">上傳時間: 2013-12-25
CLASS="username">上傳用戶:shawvi
This prj demonstrates how to use the SROM memory CLASSes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory CLASS (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) for execution.
CLASS="tags">標簽: This demonstrates the CLASSes
CLASS="time">上傳時間: 2013-12-22
CLASS="username">上傳用戶:tuilp1a
LISTVIEW + DATABASE PROGRAMMING FUNCTIONS IN A NUTSHELL This solution contains a CLASSLibrary project and a WindowsApplication project. The CLASSlibrary project has only one CLASS which has almost all the necessary functions and subs one may need during programming with a listview.
CLASS="tags">標簽: CLASSLibrary PROGRAMMING FUNCTIONS LISTVIEW
CLASS="time">上傳時間: 2014-01-12
CLASS="username">上傳用戶:zukfu
軟件開發工程是有趣的、多產的,甚至是大膽的。同時,它也能源源不斷地帶來商業價值,并保持在我們的掌控之下。 極限編程(XP)的構思和發展是針對小型團隊進行軟件開發時,在面對不確知的、變化的需求時所產生的特定需要的。這一新的、輕量級的方法學對許多傳統思維提出了挑戰,這其中包括一個一直以來的假設,即在軟件開發過程中,對軟件進行一個小小的改動就必然會使其開發成本大大增加。極限編程認可軟件開發工程應該節約成本,而且一旦實現了某種節約就應該加以開發利用。 你可以喜歡XP,也可以恨它,但是本書將會使你對如何開發軟件有一個全新的認識。KentBeck擁有并經營著First CLASS軟件公司,在這里他把主要精力放在兩個最大的興趣上——模式和極限編程。他一直在研究軟件開發的先驅模式、CRC卡、HotDraw畫圖編輯器框架、xUnit單元測試框架以及測試為先的編程。他發表了五十多篇關于編程的文章,并出版了《The Smalltalk Best Practice Patterns》(Prentice-Hall出版社)和《Kent Beck’s Guide to Better Smalltalk:A Sorted Collection》(劍橋大學出版社)兩本著作,同時他還是超級暢銷書《重構——改善既有代碼的設計》(中英文版皆由中國電力出版社出版)的特約撰稿人。
CLASS="time">上傳時間: 2015-10-02
CLASS="username">上傳用戶:邶刖
SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS CLASS Library for just this purpose. The SSIS CLASS Library Object Model includes all the CLASSes and interfaces you need to extend or augment SSIS.
CLASS="tags">標簽: Integration Transform Services Extract
CLASS="time">上傳時間: 2015-10-11
CLASS="username">上傳用戶:baiom