代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/305165/13777623
dep gpio_debugram.dep
Dependencies for Project 'GPIO', Target 'DebugRAM': (DO NOT MODIFY !)
F (.\LPC2300.s)(0x46A55582)(--device DARMP -g --apcs=interwork -I "D:\Program Files\keil\ARM\INC\Philips" --pd "RAM_MODE SETA 1"
www.eeworm.com/read/101007/6262493
h panorama.h
enum
{
TYPE_PANORAMA=0x150,
};
class panorama : public bsp_object
{
public:
int img[6];
float size;
vector color;
void draw();
int get_custom_param_desc(int i,param_desc *pd
www.eeworm.com/read/404730/11479598
ctxt sjx.ctxt
#BlueJ class context
comment0.params=aIn\ bIn\ cIn
comment0.target=sjx(double,\ double,\ double)
comment1.target=boolean\ pd()
comment2.target=String\ xz()
comment3.target=double\ calculateArea()
www.eeworm.com/read/158597/11599967
c os_task.c
#ifndef OS_MASTER_FILE
#include "..\EX1\includes.h"
#endif
static void OSDummy(void);
static void OSDummy (void)
{
}
#if OS_TASK_CREATE_EN
INT8U OSTaskCreate (void (*task)(void *pd), v
www.eeworm.com/read/337398/12371935
h smallmap.h
#pragma once
#include "Game_User.h"
#include "D3DSprite.h"
//游戏中的 小地图
class CSmallMap
{
public:
CSmallMap(LPDIRECT3DDEVICE9 pd3dDevice);
~CSmallMap();
//接口函数
void Inint();
www.eeworm.com/read/337398/12372080
h game_npc.h
#include "Game_User.h"
class CNPC:public CSkinMesh
{
public:
CNPC(LPDIRECT3DDEVICE9 pD3DDevice);
VOID AI(CSkinMesh *p_CSkinMesh, float time, float distance );
~CNPC();
protected:
//D3DXV
www.eeworm.com/read/129814/14223909
c mail.c
/*
* Mailbox checking code by Robert J. Gibson, adapted for PD ksh by
* John R. MacMillan
*/
#include "config.h"
#ifdef KSH
#include "sh.h"
#include "ksh_stat.h"
#include "ksh_time.h"
#define MB
www.eeworm.com/read/229356/14343449
c os_cpu_c.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
OS_STK *OSTaskStkInit(void(*task)(void *pd),void* ppdata,OS_STK *ptos,INT16U opt) KCREENTRANT
{
OS_STK *stk;
ppdata = ppdata;