《Head First Java》是本完整的面向對象(object-oriented,OO)程序設計和Java的學習指導。此書是根據學習理論所設計的,讓你可以從學習程序語言的基礎開始一直到包括線程、網絡與分布式程序等項目。最重要的,你會學會如何像個面向對象開發者一樣去思考。
標簽: object-oriented First Head Java
上傳時間: 2013-12-11
上傳用戶:coeus
《Head First Java》是本完整的面向對象(object-oriented,OO)程序設計和Java的學習指導。此書是根據學習理論所設計的,讓你可以從學習程序語言的基礎開始一直到包括線程、網絡與分布式程序等項目。最重要的,你會學會如何像個面向對象開發者一樣去思考。
標簽: object-oriented First Head Java
上傳時間: 2013-12-27
上傳用戶:cjl42111
《Head First Java》是本完整的面向對象(object-oriented,OO)程序設計和Java的學習指導。此書是根據學習理論所設計的,讓你可以從學習程序語言的基礎開始一直到包括線程、網絡與分布式程序等項目。最重要的,你會學會如何像個面向對象開發者一樣去思考。
標簽: object-oriented First Head Java
上傳時間: 2013-12-26
上傳用戶:cx111111
簡易java框架開源論壇系統擁有常用論壇系統的基本功能,集前臺后臺代碼為一體,支持UBB代碼。該論壇系統使用基于OO的方法設計,采用多層B/S構架,數據庫持久層主要使用本網的簡易數據庫開源框架EasyJDO,Web層使用EasyJWeb框架,java代碼與頁面完全分離,易擴展。
上傳時間: 2014-01-09
上傳用戶:zukfu
IDE開發環境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
上傳時間: 2016-07-05
上傳用戶:dapangxie
這個小游戲相信大家已經很熟悉了。不過還是在這里傳上來,雖然OO不是很好,算法還是值得學習
上傳時間: 2016-07-31
上傳用戶:saharawalker
簡易java框架開源論壇系統擁有常用論壇系統的基本功能,集前臺后臺代碼為一體,支持UBB代碼。該論壇系統使用基于OO的方法設計,采用多層B/S構架,數據庫持久層主要使用本網的簡易數據庫開源框架EasyJDO,Web層使用EasyJWeb框架,java代碼與頁面完全分離,易擴展
上傳時間: 2014-06-29
上傳用戶:Andy123456
用JAVA寫的計算一段數學表達式的程序,完全OO,所用的算法及各類數據結構在很多教程中都有介紹,但代碼都是不完整的,一般都是缺少自動機來獲取符號。
上傳時間: 2013-12-22
上傳用戶:zyt
用C實現樹和圖的相關算法,最重的是用一個PLIST表,實現像OO語言一樣的多態,對學習C語的樹和圖有好的參考
上傳時間: 2013-12-14
上傳用戶:mhp0114
簡單命令使用grep等的使用 [zorro@isch ~]$ history 1 ifconfig 2 su 3 exit 4 ls 5 cd Desktop/ 6 ls 7 tar zxcf VMwareTOOls-8.4.5-324285.tar.gz 8 tar zxvf VMwareTOOls-8.4.5-324285.tar.gz 9 cd vmware-tOOls-distrib/ 10 ls 11 ./vmware-install.pl 12 su 13 ls 14 cd .. 15 ls 16 rm VMwareTOOls-8.4.5-324285.tar.gz 17 rm -r vmware-tOOls-distrib 18 ls 19 make 20 ls 21 cd redis/ 22 quit 23 ls 24 ca redis/ 25 cd redis/ 26 cd redis-2.8.17 27 make 28 cd redis-2.8.17 29 ls 30 cd redis-2.8.17 31 cd str 32 cd src 33 ls 34 ./redis-cli 35 ls 36 cd redis-2.8.17 tar.gz 37 make 38 cd src 39 ./redis-server .. /redis.conf 40 ./redis-cli 41 ./redis-server ../redis.conf 42 vi test1.sh 43 ./test1.sh 44 vi test.sh 45 ./test.sh 46 ls 47 chmod 777 test.sh 48 ./test.sh 49 vi express 50 $ grep –n ‘the’ express 51 clear 52 grep -n 'the' express 53 vi express 54 grep -n 'the' express 55 grep -vn 'the'express 56 grep -vn 'the' express 57 grep -in 'the' express 58 vi test2.c 59 grep -l 'the' *.c 60 grep -n 't[ae]st' express 61 grep -n 'OO' express 62 grep -n '[^g]OO' express 63 grep -n '[a^z]OO' express 64 grep -n '[0^9]' express 65 grep -n '^the' express 66 vi express 67 sed -e 'd' express 68 sed -e '1d' express 69 sed -e '1~7d' express 70 sed -e '$d' express 71 sed -e '1,/^$/d' express 72 ls 73 cd 74 pwd 75 history [zorro@isch ~]$
標簽: 簡單命令使用
上傳時間: 2016-05-24
上傳用戶:12345678gan