T-Kernel 的extension源代碼,是日本最著名的T-Kernel所獨有的,適合開發T-Kernel的朋友們使用!
TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management.
The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source.
a) tKernel_se_1.00.00.tar.gz Main source of T-Kernel/SE
b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT)
c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
The GP Kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".