代码搜索:PID

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

代码结果 10,000
www.eeworm.com/read/373498/9453604

lkv debug.lkv

-z -q -c -m"./Debug/PID.map" -o"./Debug/PID.out" -w -x -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" -l"lcd.lib" "C:\ICETEK-C6713-EDULab\Lab0
www.eeworm.com/read/372933/9487447

txt readme.txt

这是个专用驱动,只适用于中芯微芯片的摄像头。 设备PID/VID:0x0ac8/0x301b。 有什么问题或是可以改进的地方,都麻烦请mail给我。 My E-mail Address: 84318391@163.com
www.eeworm.com/read/371917/9531013

m chap7_3f.m

clear all; close all; %load pid_ncd.mat; kp=0.63; ki=0.0504; kd=1.9688; a2=43; a1=3;
www.eeworm.com/read/371511/9550984

txt readme.txt

这是个专用驱动,只适用于中芯微芯片的摄像头。 设备PID/VID:0x0ac8/0x301b。 有什么问题或是可以改进的地方,都麻烦请mail给我。 My E-mail Address: 84318391@163.com
www.eeworm.com/read/371500/9551490

c wait1.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; int status; if ( (pid = fork()) < 0) err_sys("fork erro
www.eeworm.com/read/174892/9570604

h osdef.h

/******************************************************************* * * DESCRIPTION: 定义windows 和unix/linux(POSIX)系统下互斥锁、多线程和socket的差别 * 允许此net4cpp库在windows和unix/linux下运行 * *
www.eeworm.com/read/170114/9818951

c 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
www.eeworm.com/read/169504/9854159

h xpucode.h

/* SCCSID @(#)xpucode.h 1.44 2/25/98 */ /* * $Log$ */ #if (!(MPEG1 && MKROM)) /*---------------------------------------------------------------------*/ /* #if(XPORT_TYPE == VIDEO_ELM_ONLY)
www.eeworm.com/read/365428/9863732

c sys.c

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

txt run_app.sh.txt

#!/bin/sh # ---------------------------------------- # Begin of runtime setting here, # APP_PATH=/home/test APP_NAME=test.out # # End of runtime setting. # ---------------------------------