代码搜索结果

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

displaylinkusb.inf

; DisplayLinkUsb.inf ; ; Installation inf for DisplayLink USB Display Adapters. ; ; Copyright (c) 2003 - 2007 DisplayLink Corp. [Version] Signature = "$Chicago$" provider = %MANUFACTURER% D

syscall.c

/* * syscall.c - proxy system call handler routines * * This file is an adaptation of the software in the SimpleScalar tool suite * originally written by Todd M. Austin for the Multiscalar Researc

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;

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

readproductdatatype.m

function data = ReadProductDataType(gps) % ReadProductDataType Read product id, version number and descriptive text global pid_ack_byte; data = {}; [id, sz] = ReadPacketH

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

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;

mpirun_protocol.c

/* MPICH-V Copyright (C) 2002, 2003 Groupe Cluster et Grid, LRI, Universite de Paris Sud This file is part of MPICH-V. MPICH-V is free software; you can redistribute it and/or modify it u