代码搜索结果

找到约 10,000 项符合 Control 的代码

control.m

%------------------------------------------------------------------------------- % INITIATE CONTROL FIGURE %------------------------------------------------------------------------------- global initx

control.h

//------------------------------------------------------------------------------ void angle() { uchar i,max; max=0; for(i=1;isam_atd_g[max]) max=i;

control.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop //--------------------------------------------------------------------------- USEFO

control.h

/* A simple rate-monotonic scheduler */ /* Header file */ #define EXEC 1 #define SUSP 2 #define DEBUG_FIFO 5 #define RTIME long long typedef struct { int state; int id; RT

control.cpp

#include "headfile.h" //插入学生信息 void doInsert(Hash *H) { stu s; char cmd; cmd = 'y'; while(cmd == 'y' || cmd =='Y') { s=(stu)malloc(sizeof(student)); s->next=NULL; s->num=0; do

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\inc\drv\display.h" #include "..\ucos