代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/243221/12954350
cpp lodterrain.cpp
#include "..\..\GameEngine\GameEngine_Common.h"
#include "LODTerrain.h"
#include "Frustum.h"
#include "Camera.h"
CLODTerrain::CLODTerrain(LPDIRECT3DDEVICE9 pd3dDevice,bool bUseHeightFile){
m_p
www.eeworm.com/read/243221/12954406
cpp lodterrain.cpp
#include "..\..\GameEngine\GameEngine_Common.h"
#include "LODTerrain.h"
#include "Frustum.h"
#include "Camera.h"
CLODTerrain::CLODTerrain(LPDIRECT3DDEVICE9 pd3dDevice,bool bUseHeightFile){
m_p
www.eeworm.com/read/241396/13147631
asv idx_energy.asv
function [ BUS_I, PD, QD, GS, BS, VM,VA, VMAX, VMIN, Pg, Qg] = idx_energy
%% define bus types
PQ = 1;
PV = 2;
REF = 3;
NONE = 4;
%% define the indices
BUS_I = 1; %%
www.eeworm.com/read/324736/13248185
c main.c
// This program is designed for STR-P711 Board.
// It shows how to work with button and leds
#include "system.h"
#include "leds.h"
#include
#define BUT_PRESSED IOPORT1_PD_bit.
www.eeworm.com/read/136812/5860344
mex appc.mex
\" @(#)appc.mex 1.1 92/07/30 SMI;
.PL RIGHT
.H A "APPENDIX C \(em Miscellaneous"
.PL FULL
.LP
.\"* UH H Miscellaneous
.\"* .LP
.\"* .RS
.\"* .PD 0
.\"* .TS
.\"box;
.\"cB s
.\"cI | cI
.\"l | l .
.\"Fon
www.eeworm.com/read/483374/6605551
c leson2.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
//#define LED_SET PORTD |= (1
www.eeworm.com/read/483374/6605590
_c leson2._c
#include
#include
#define uint unsigned int
#define uchar unsigned char
//#define LED_SET PORTD |= (1
www.eeworm.com/read/483374/6605593
_c leson1._c
#include
#include
#define uint unsigned int
#define uchar unsigned char
//#define LED_SET PORTD |= (1
www.eeworm.com/read/408584/11380940
c cleanup.c
#include "udpcksum.h"
/* include cleanup */
void
cleanup(int signo)
{
struct pcap_stat stat;
putc('\n', stdout);
if (verbose) {
if (pcap_stats(pd, &stat) < 0)
err_quit("pcap_stats: %s\n", p
www.eeworm.com/read/158597/11600047
c os_cpu_c.c
#define OS_CPU_GLOBALS
#include "..\EX1\includes.h"
void *OSTaskStkInit (void (*task)(void *pd), void *pdata, void *ptos, INT16U opt)
{
INT16U *stk;
opt = opt;