代码搜索:PD协议

找到约 10,000 项符合「PD协议」的源代码

代码结果 10,000
www.eeworm.com/read/353769/10418982

cpp cmatsym.cpp

#include "stdafx.h" #include #include "CMat.h" #include "CMatSym.h" #include "eigen.h" CMatrixSym::CMatrixSym() { li = 0; col = 0; bTranspose = FALSE; pMem = NULL; pD
www.eeworm.com/read/191687/6958695

8 pcipnp.8

; ; PCI plug & play ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; ; pd 000830 add PCI_NORST2 op
www.eeworm.com/read/224292/7809246

8 pcipnp.8

; ; PCI plug & play ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; ; pd 000830 add PCI_NORST2 op
www.eeworm.com/read/196650/8068991

cmd synta.cmd

C:\ISPTOOLS\ISPCOMP\bin\ispdspg.exe -LSC_COMP_STATUS_COM_WIN 0x180240 -LATTICE_CONSOLE_ID 1573440 -pd f:\ybx2 -proj ybx -exe ta
www.eeworm.com/read/245728/12783089

cpp byteordr.cpp

//#include "mdtrace.h" #include "byteordr.h" void Swap(void* pData, int size) { static int s_nDummy = 1; if(*(char*)(&s_nDummy) != 0) { unsigned char* pch = (unsigned char*)pD
www.eeworm.com/read/310999/13638358

bak os_cpu_c.bak

#include "includes.h" OS_STK* OSTaskStkInit (void (*task)(void *pd), void *pdata, OS_STK *ptos, INT16U opt) { INT8U *stk; opt = opt; /* 'opt' is not
www.eeworm.com/read/310999/13638375

c os_cpu_c.c

#include "includes.h" OS_STK* OSTaskStkInit (void (*task)(void *pd), void *pdata, OS_STK *ptos, INT16U opt) { INT8U *stk; opt = opt; /* 'opt' is not
www.eeworm.com/read/127694/6002669

c cleanup.c

#include "udpcksum.h" /* include cleanup */ void cleanup(int signo) { struct pcap_stat stat; fflush(stdout); putc('\n', stdout); if (verbose) { if (pcap_stats(pd, &stat) < 0) err_quit("pca
www.eeworm.com/read/108242/6183969

c main.c

/* * main.c * Facility: m4 macro processor * by: oz */ #include "mdef.h" /* * m4 - macro processor * * PD m4 is based on the macro tool distributed with the software * tools (VOS) package,
www.eeworm.com/read/428196/6357321

h usbhal.h

#ifndef __USB_HAL #define __USB_HAL /* #define DISABLE cli() // disable globel interrupt #define ENABLE sei() // enable globel interrupt #define D12_ACTIVATE PORTD |= _BV( PD3 ) #define