代码搜索结果
找到约 10,000 项符合
PID 的代码
chap7_3f.m
clear all;
close all;
%load pid_ncd.mat;
kp=0.63;
ki=0.0504;
kd=1.9688;
a2=43;
a1=3;
frmmain.frm
VERSION 5.00
Begin VB.Form FrmMain
Caption = "Form1"
ClientHeight = 2160
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
sys.c
/*
* linux/kernel/sys.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参数设
exit.c
#include
#include
#include
#include
#include
#include
#include
int sys_pause(void);
int sys_close(int
fork.c
/*
* linux/kernel/fork.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'fork.c' contains the help-routines for the 'fork' system call
* (see also system_call.s).
* Fork is r
exit.c
/*
* linux/kernel/exit.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#define DEBUG_PROC_TREE
#include
#include
#include
#include
chap7_3f.m
clear all;
close all;
%load pid_ncd.mat;
kp=0.63;
ki=0.0504;
kd=1.9688;
a2=43;
a1=3;
chap7_3f.m
clear all;
close all;
%load pid_ncd.mat;
kp=0.63;
ki=0.0504;
kd=1.9688;
a2=43;
a1=3;
ԭ
一个基于MMU的操作系统的实现(代码很少,几乎行行有注释,如果想了解ARM体系结构,我想,看这些代码是有帮助的。):
具有MMU功能的ARM CPU,使用虚拟地址寻址公式为:
if VA < 32m then
MVA = VA
else
MVA = <mark>PID</mark>*32M + VA
ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的地址都是0-(32M-1),但是对应的MV ...
prbs.m
%Initial_PID_objfun_MSE.m
%Written by Ian Griffin July 2003
%Last Modified 29-07-03
%____________________________________________________________________
function y=prbs(u)
%This prbs file is use