文件名称:ntf
介绍说明--下载内容均来自于网络,请自行研究使用
This multitasking system contains only task control logic - no semaphores, mailboxes, etc. Tasks are scheduled in a round-robin manner and are not preempted. Once it gains control, each task runs until it voluntarily blocks. It is up to the programmer who uses this package to ensure that tasks do not run for indefinite amounts of time by relinquishing the CPU via calls to tk_block() or tk_next(), or one of the blocking TK_ macros described below.- This multitasking system contains only task control logic- no semaphores, mailboxes, etc. Tasks are scheduled in a round-robin manner and are not preempted. Once it gains control, each task runs until it voluntarily blocks. It is up to the programmer who uses this package to ensure that tasks do not run for indefinite amounts of time by relinquishing the CPU via calls to tk_block() or tk_next(), or one of the blocking TK_ macros described below.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
h
.\comline.h
.\intimers.h
.\in_utils.h
.\license.h
.\memwrap.h
.\menu.h
.\nptypes.h
.\task.h
.\tk_ntask.h
license.txt
ntf
...\allports.c
...\in_utils.c
...\memio.c
...\memwrap.c
...\menulib.c
...\menus.c
...\netmain.c
...\nrmenus.c
...\strilib.c
...\strlib.c
...\task.c
...\timeouts.c
...\tk_misc.c
...\ttyio.c
sample
......\task1.c
......\task2.c
.\comline.h
.\intimers.h
.\in_utils.h
.\license.h
.\memwrap.h
.\menu.h
.\nptypes.h
.\task.h
.\tk_ntask.h
license.txt
ntf
...\allports.c
...\in_utils.c
...\memio.c
...\memwrap.c
...\menulib.c
...\menus.c
...\netmain.c
...\nrmenus.c
...\strilib.c
...\strlib.c
...\task.c
...\timeouts.c
...\tk_misc.c
...\ttyio.c
sample
......\task1.c
......\task2.c