登入選單
返回Google圖書搜尋
Coding for Multitasking Without Operating System
註釋In many real-world programming applications, we are often required to solve multitasking problems. This requires our program to multitask. Instead of having multitasking operating system to run multiple application programs, some processing systems, which can be found in embedded applications, only execute one application program at a time in sequential instruction execution mode. How do we multitask our code in such system? Knowing the above challenge, this book considers text-based coding method for multitasking program without the need of operating system. It should also be of interest to readers who wish to code using simple and orderly code structure. Given a flowchart of multitasking program, the method provides systematic approach for readers to code their program. Besides its compatibility to various platform with or without operating system, the method is transparent to programming language used. After concepts and explanations, examples in various scenarios are given to illustrate the programming method. Hence, it is also suitable for use as reference book to develop training material for programming lessons.