代码搜索:PID

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

代码结果 10,000
www.eeworm.com/read/165802/10051006

bak xbcd.inf.bak

[Version] Signature="$CHICAGO$" Class=HIDClass ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da} Provider=%prov% DriverVer=12/28/2003, 0.40.0 ; Driver information ; ------------------ [Manufa
www.eeworm.com/read/165802/10051053

inf xbcd.inf

[Version] Signature="$CHICAGO$" Class=HIDClass ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da} Provider=%prov% DriverVer=06/23/2006, 0.1.0 ; Driver information ; ------------------ [Manufac
www.eeworm.com/read/360893/10073098

ini 灯箱.ini

[Section1] OPC Server Name=MicroCyber.FFServer.1 explain=OPC 服务器名 [Section 2] OPC Server Node=OPC 服务器所在机器的IP [Section2] explain=192.168.2.184 [Section3] DLL FilePath=F:\CVSRoot\mpctest\PIDDLL.
www.eeworm.com/read/164767/10089355

cc jjj.cc

#include #include #define b(n) ((ulong)__builtin_return_address(n)) void tracefunc() { if (booting) printf("in boottime "); else printf("in %s(pid=%d) ", curr->execn
www.eeworm.com/read/164767/10089574

cc taskdb.cc

#include #include #include #include "sched.h" #include "pgrp.h" Q(all,task_t) alltaskq; waitq_t zombietaskq; static pid_t lastpid; task_t idletask, * inittas
www.eeworm.com/read/164586/10100503

m sendendpacket.m

function SendEndPacket(gps, cmd) % SENDENDPACKET Send the standard ending packet WritePacketHeader(gps, pid_xfer_cmplt, 2) fwrite(gps, cmd, 'int16'); WritePacketTerminator(gps, pid_xfer_cmplt, c
www.eeworm.com/read/164586/10100513

m readproductdatatype.m

function data = ReadProductDataType(gps) % ReadProductDataType Read product id, version number and descriptive text global pid_ack_byte; data = {}; [id, sz] = ReadPacketH
www.eeworm.com/read/164586/10100521

m writepacketheader.m

function WritePacketHeader(gps, id, sz) global pid_dle_byte % Three byte header: (DLE, id, size) fwrite(gps, pid_dle_byte); fwrite(gps, id); fwrite(gps, sz); if (pid_dle_byte == sz) fwrit
www.eeworm.com/read/163199/10170999

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/163161/10172730

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;