代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/488058/6495551
m chap2_8f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
axis('square'),zgrid('new');
figure(1);
rloc
www.eeworm.com/read/485291/6557467
c signal2.c
#include
#include
#include
int pid1,pid2;
int EndFlag =0;
int pf1 =0;
int pf2 =0;
void IntDelete()
{
kill(pid1,16);
kill(pid2,17);
EndFlag=1;
}
www.eeworm.com/read/484560/6579901
plg kd.plg
礦ision3 Build Log
Project:
D:\Edu\course\II\sample\08 PID\keil\PID.uv2
Project File Date: 10/06/2008
Output:
www.eeworm.com/read/477157/6739425
c capability.c
/*
* linux/kernel/capability.c
*
* Copyright (C) 1997 Andrew Main
* Integrated into 2.1.97+, Andrew G. Morgan
*/
#include
#includ
www.eeworm.com/read/476916/6742869
js pvcounter.js
var Q = "http://counter.sina.com.cn/pvcounter?pid=";
function request_pvcounter(){
var request_url = Q;
var elem = document.getElementsByTagName("span");
for( i=0; i
www.eeworm.com/read/476738/6749034
c threadid.c
#include "apue.h"
#include
pthread_t ntid;
void
printids(const char *s)
{
pid_t pid;
pthread_t tid;
pid = getpid();
tid = pthread_self();
printf("%s pid %u tid %u (0x%x)\n", s, (u
www.eeworm.com/read/476738/6749138
c fork1.c
#include "apue.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var
www.eeworm.com/read/476738/6749147
c shell1.c
#include "apue.h"
#include
int
main(void)
{
char buf[MAXLINE]; /* from apue.h */
pid_t pid;
int status;
printf("%% "); /* print prompt (printf requires %% to print %) */
while (fg
www.eeworm.com/read/476738/6749184
7 fig1.7
#include "apue.h"
#include
int
main(void)
{
char buf[MAXLINE]; /* from apue.h */
pid_t pid;
int status;
printf("%% "); /* print prompt (printf requires %% to print %) */
while (fg