readme

来自「rtlinux3.0 的源代码」· 代码 · 共 15 行

TXT
15
字号
#include "../README"This example demonstrates the use of floating point operations inreal-time processes.Note: you must link in the math library (-lm) if you use functionslike sin() or cos() in your program (see the Makefile).To run this example you must first compile and boot the RT-kernel,then install the RT-scheduler module.This program is compiled into the Linux module rt_process.o.The program in fptest.c is meant to test the user mode FP operationswhile the RT system is running.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?