代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/375808/9349119
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/179061/9375538
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/374989/9376332
c execve.c
#include
#include
#include
int main(int argc,char * argv[],char ** environ)
{
pid_t pid;
int stat_val;
printf("Exec example!\n");
pid = fork();
www.eeworm.com/read/374989/9376641
c monitor.c
#include
#include
#include
#include
#include
int main(int arg, char *argv[],char ** environ)
{
int fd[2];
pid_t pid;
int stat_v
www.eeworm.com/read/373800/9436188
c 1-2.c
#include
#include
#include
#include
GtkWidget *bar,*label,*table,*window;
char buf[20];
int percent;
gint quit()
{
gtk_main_quit();
exit(0);
}
gint r
www.eeworm.com/read/373498/9453603
log cc_build_debug.log
------------------------------ PID.pjt - Debug ------------------------------
[PID.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ICETEK-C6713-EDULab/Lab0602-PID/Debug" -d"_DEBUG" -mv6700 -@"Debug.
www.eeworm.com/read/371917/9531087
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/371906/9531302
inf cy_x00.inf
[Version]
Signature="$CHICAGO$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%CY%
DriverVer=04/21/2003
[SourceDisksNames]
1=%DISK1%,,,
[SourceDisksFiles]
CY_IOSTB.I
www.eeworm.com/read/371500/9551471
c fork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int