代码搜索结果
找到约 12,494 项符合
PID 的代码
traceall.nxt
(*(
findproc.nxt
(*(
setproc.nxt
(*(
kill.3f
.\" SCCSID: @(#)kill.3f 8.1 9/11/90
.TH kill 3f VAX "" Unsupported
.SH Name
kill \- send a signal to a process
.SH Syntax
.B function kill (pid, signum)
.br
.B integer pid, signum
.SH Description
.NXR
shell.c
#ifndef lint
static char sccsid[] = "@(#)shell.c 4.2 (Berkeley) 5/9/83";
#endif not lint
/*
** CALL THE SHELL
*/
shell()
{
int i;
register int pid;
register int sav2, sav3;
if (!(pid = fork()
shell.c
#ifndef lint
static char sccsid[] = "@(#)shell.c 4.2 (Berkeley) 5/9/83";
#endif not lint
/*
** CALL THE SHELL
*/
shell()
{
int i;
register int pid;
register int sav2, sav3;
if (!(pid = fork()
err_remove_state.pod
=pod
=head1 NAME
ERR_remove_state - free a thread's error queue
=head1 SYNOPSIS
#include
void ERR_remove_state(unsigned long pid);
=head1 DESCRIPTION
ERR_remove_state() frees
runcommand.c
//runcommand.c
#include "smallsh.h"
int runcommand(char **cline, int where)
{
pid_t pid;
int status;
switch(pid = fork())
{
case -1:
perror("smallsh");
说明.txt
dsPIC30f3010的PID控制代码,全部中文注释。
该代码需要复制到非中文路径下,使用开发环境MPLAB IDE 8.01或更高版本。
该开发环境需安装有MCC30编译器。
pid_test.tagsrc
D:\learning\Tsinghua\DSP Project\PID_Lab\PID.s
D:\learning\Tsinghua\DSP Project\PID_Lab\Close_Loop.c