從s60平臺移植到UIQ平臺的例子代碼:In this code we shall consider taking a SIMPLE HelloWorld GUI application written for the Nokia’s Series 60 reference design and transforming it into a HelloWorld example for the UIQ reference design.
/* This a SIMPLE genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function
This program is a SIMPLE Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.
Executing a DTS package is very SIMPLE, in its SIMPLEst form the execution contains for 3 steps. These 3 steps form the foundation for all more complicated forms for package execution.
SIMPLE Operating Systems (簡稱SOS)是一個可以運行在X86平臺上(包括QEMU,BOCHS,VirtualBOX等模擬器上)的面向教學的微型嵌入式操作系統系列軟件。從SOS-1到SOS9,逐步完成了一個從無(只有顯示)到有(虛存、文件系統、線程、進程)的操作系統創建過程。通過分析、運行和修改此操作系統,會對操作系統的實際實現有更深入的的了解。這是第一部分 SOS-1。