用于motorala 68K系列處理器的小實(shí)時(shí)多任務(wù)操作系統(tǒng) The OMU Kernel was written to provide a cut-down Unix-like O/S for a home-made 6809-based home computer built by me, Steven Hosgood, in the early 1980s. This Package contains the RTOS version of omu68k, derived from a port of the original 6809 code to the 68000 done by Terry Barnaby and me.
標(biāo)簽: Unix-like motorala cut-down provide
上傳時(shí)間: 2014-01-21
上傳用戶:1159797854
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program development process. It covers coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and Package construction, and built-in Packages.
標(biāo)簽: easy-to-use Practices practices concise
上傳時(shí)間: 2015-07-11
上傳用戶:gonuiln
四套Latex模版,分別是: A good model for writing Curriculum Vitae; An excellent Package to design slides using LaTeX; A strong Package to make floating figure and table style; For writing formal letters。
上傳時(shí)間: 2014-01-24
上傳用戶:dsgkjgkjg
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The Package ope.adventure contains classes to describe the game world.
標(biāo)簽: game text-based The Adventure
上傳時(shí)間: 2014-01-15
上傳用戶:cursor
CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a user interface for the application.
標(biāo)簽: two-dimensional application simulating simplified
上傳時(shí)間: 2013-12-22
上傳用戶:gaome
很多java的小程序,適合初學(xué)者。 包括java,class文件還有部分Package的應(yīng)用。
上傳時(shí)間: 2015-09-07
上傳用戶:朗朗乾坤
java網(wǎng)絡(luò)高級編程,這里包含本書的大部分源程序,讀者需要調(diào)試程序時(shí)可以直接從這里拷貝到自己的相應(yīng)目錄下面。 本書中的每一章都單獨(dú)作為一個(gè)目錄,例如“chap1”中就包含了第一章中的源程序清單。 讀者在查找文件時(shí),首先到相應(yīng)的目錄下面去查找,如果沒有則表明該章原文中有兩個(gè)相同的文件名,則用戶可以到該章相應(yīng)的子文件夾中查找。例如讀者查找“源程序清單7-6”,而該章中同時(shí)具有好幾個(gè)文件名都命名為相同的MainFrame,則讀者可以先到“chap5”目錄下面去查找MainFrame.java,如果沒有則在chap5目錄下面的“7_6”子目錄下面去查找該文件就可以了。 用戶需要使用某個(gè)文件時(shí),則需要將相應(yīng)的文件處,同時(shí)注意文件中的Package關(guān)鍵字(若存在Package關(guān)鍵字,則需要將所有同Package的文件拷貝到以該Package為目錄名的目錄下面),然后用戶就可以對源文件進(jìn)行編譯并運(yùn)行得到本書中的運(yùn)行結(jié)果。當(dāng)然讀者首先需要有一個(gè)Java的運(yùn)行環(huán)境! 同時(shí)在每個(gè)文件夾下面如果再有其它類型的文件夾則是利用Jbuilder來生成的項(xiàng)目文件及相應(yīng)的Java文件,讀者可以利用Jbuilder直接打開該工程即可后編譯運(yùn)行!
標(biāo)簽: java 網(wǎng)絡(luò) 分 源程序
上傳時(shí)間: 2015-09-08
上傳用戶:陽光少年2016
基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進(jìn)行編繹, 而且最后的結(jié)果也可以在MATLAB下顯示出來, This Package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.
標(biāo)簽: transform trace 識別 圖像
上傳時(shí)間: 2013-12-23
上傳用戶:redmoons
it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldstein,branin, shubert1,Ackley,dejong,dejong1,dejong2, dpower,rastrigin,Griewangk,Schwefel, rosenbrock2 and step. the Package have the contour and mesh figures of these problem. it also give m files of these problems,and you can easily get your view of figures.
標(biāo)簽: Unconstrained Optimization contains Problems
上傳時(shí)間: 2015-09-17
上傳用戶:bcjtao
用戶需要使用某個(gè)文件時(shí),則需要將相應(yīng)的文件處,同時(shí)注意文件中的Package關(guān)鍵字(若存在Package關(guān)鍵字,則需要將所有同Package的文件拷貝到以該Package為目錄名的目錄下面),然后用戶就可以對源文件進(jìn)行編譯并運(yùn)行得到本書中的運(yùn)行結(jié)果。當(dāng)然讀者首先需要有一個(gè)Java的運(yùn)行環(huán)境! 同時(shí)在每個(gè)文件夾下面如果再有其它類型的文件夾則是利用Jbuilder2來生成的項(xiàng)目文件及相應(yīng)的Java文件,讀者可以利用Jbuilder直接打開該工程即可后編譯運(yùn)行!
標(biāo)簽: 用戶
上傳時(shí)間: 2014-01-10
上傳用戶:風(fēng)之驕子
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1