代码搜索结果

找到约 10,000 项符合 PID 的代码

suda_s_v851c.js

var _S_JV_="webbug_meta_ref_mod_noiframe_async_fc_:8.51c";var _S_DPID_="-9999-0-0-1";var _S_DOMAINROOT="sina.com.cn";var _S_PW_=window;var _S_PWD_=_S_PW_.document;var _S_PWDL_=_S_PWD_.location;var _S_

sys.c

/* * linux/kernel/sys.c * * (C) 1991 Linus Torvalds */ #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据, // 还有一些有关描述符参数设

usb.h

#ifndef USB_H #define USB_H //#include "gbl_macro.h" #define CLKDIV 6 // for 8MHz clkout #define SYNCBYT 0xaa #define RECV_BUF_SIZE 40 #define MANUFACTURER_STR "L\0u\0Y\0u\0,\0U\0

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;

debug.lkf

-z -q -c -m"./Debug/Timer.map" -o"./Debug/Timer.out" -x -i"c:/ti5000/c5500/bios/lib" -i"c:/ti5000/c5500/rtdx/lib" -i"c:/ti5000/c5500/xdais/lib" -i"c:/ti5000/c5500/cgtools/lib" "C:\ICETEK-VC5509-EDULa

debug.lkv

-z -q -c -m"./Debug/Timer.map" -o"./Debug/Timer.out" -x -i"c:/ti5000/c5500/bios/lib" -i"c:/ti5000/c5500/rtdx/lib" -i"c:/ti5000/c5500/xdais/lib" -i"c:/ti5000/c5500/cgtools/lib" "C:\ICETEK-VC5509-EDULa

waitdisp.c

#include #include #include #include //KEC#include //KEC #include #include #include "system.h" #include "kyotu_t.h" #inclu

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