代码搜索结果
找到约 10,000 项符合
PID 的代码
wait1.c
#include "apue.h"
#include
int
main(void)
{
pid_t pid;
int status;
if ((pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) /* child */
exit(7);
if (wait(&status)
frmmain.frm
VERSION 5.00
Begin VB.Form FrmMain
Caption = "Form1"
ClientHeight = 2160
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
9-2.c
#include /* defines fork(), and pid_t. */
#include /* defines the wait() system call. */
main() {
/* storage place for the pid of the child process, and its exit status
ga_plot33.m
% GA_plot33.m
% Plot time responses under plant varaitions
% PenChen Chou, 7-9-2001
K=10;a1=3;a2=2;
sim('ex33_pid',[0 4]);
figure(2);subplot(231);plot(tout,yout);
title('K=10;a1=3;a2=2');
rtw_proj.tmw
Real-Time Workshop project for ex33C_pid using C:\MATLAB701\rtw\c\accel\accel_vc.tmf. MATLAB root = C:\MATLAB701. SimStruct date: 18-Aug-2004 04:09:54
This file is generated by the Real-Time Workshop
rtw_proj.tmw
Real-Time Workshop project for ex33D_pid using C:\MATLAB701\rtw\c\accel\accel_vc.tmf. MATLAB root = C:\MATLAB701. SimStruct date: 18-Aug-2004 04:09:54
This file is generated by the Real-Time Workshop
chap7_3f.m
clear all;
close all;
%load pid_ncd.mat;
kp=0.63;
ki=0.0504;
kd=1.9688;
a2=43;
a1=3;
exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#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;
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