4. Write a program that Sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program Sorts the numbers so that num1 <= num2 <= num3.
游戲開(kāi)發(fā)數(shù)據(jù)結(jié)構(gòu)Data Structures for Game Programmers
The Goodies Directory contains all Sorts of stuff. For example, there are the four
3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses),
and STLPort, which is one implementation of the Standard Template Library.
Also, there are four articles on trees and SDL in the articles directory. These
supplement the material in the book.
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, Sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals another integer.
There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and Sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.
這份文件是啟動(dòng)提示說(shuō)明(BootPrompt-Howto), 它整理了所有可以在啟動(dòng)時(shí)期傳給 Linux 核心的啟動(dòng)時(shí)期參數(shù)(arguments)。 包含所有核心與設(shè)備的參數(shù)。也包含關(guān)於核心如何排序(Sorts) 啟動(dòng)時(shí)期參數(shù)的討論, 還有一些啟動(dòng) Linux 核心常用軟體概述。