代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/282485/9090539
h drawboxrect.h
#ifndef _DRAW_BOX_RECT_
#define _DRAW_BOX_RECT_
#include "DrawEx.h"
class CMCDrawBox
{
public:
CMCDrawBox(LPDIRECT3DDEVICE9 pd3dDevice, CDrawEx *pDrawEx);
~CMCDrawBox();
HRESULT LoadB
www.eeworm.com/read/361963/10026561
c dev_clpd6729.c
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot. All rights reserved.
*
* Cirrus Logic PD6729 PCI-to-PCMCIA host adapter.
*
* TODO: finish the code! (especial
www.eeworm.com/read/358219/10193510
h m8api.h
#ifndef __UART_C__
#define __UART_C__
void Prints(unsigned char * pd,unsigned char line_feed);
void PrintLongInt(unsigned long x);
void PrintLongIntHex(unsigned long x);
void Printc(unsigned ch
www.eeworm.com/read/421213/10750434
cpp colmesh.cpp
#include "colmesh.h"
struct Vertex
{
float x,y,z;
//float nx,ny,nz;
//float tu,tv;
};
HRESULT CCollidableMesh::Create( LPDIRECT3DDEVICE8 pd3dDevice, TCHAR* strFilename )
{
HRESU
www.eeworm.com/read/421209/10750574
cpp colmesh.cpp
#include "colmesh.h"
struct Vertex
{
float x,y,z;
//float nx,ny,nz;
//float tu,tv;
};
HRESULT CCollidableMesh::Create( LPDIRECT3DDEVICE8 pd3dDevice, TCHAR* strFilename )
{
HRESU
www.eeworm.com/read/274679/10858597
m declareglobal.m
% declareGlobal - declares global variables.
%
% declareGlobal declares the global variables:
% IS_INITIALIZED BASE_DIR IMG_DIR DATA_DIR TMP_DIR
% PD IMG_EXTENSIONS DEBUG_FID and initializes t
www.eeworm.com/read/299984/7140024
m pinvr.m
%PINVR PSEUDO-INVERSE REGRESSION (PCR)
%
% [W,J,C] = PINVR(A,TYPE,PAR,C,SVR_TYPE,EPS_TOL,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel par
www.eeworm.com/read/460435/7250499
m pinvr.m
%PINVR PSEUDO-INVERSE REGRESSION (PCR)
%
% [W,J,C] = PINVR(A,TYPE,PAR,C,SVR_TYPE,EPS_TOL,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel par
www.eeworm.com/read/441245/7672706
m pinvr.m
%PINVR PSEUDO-INVERSE REGRESSION (PCR)
%
% [W,J,C] = PINVR(A,TYPE,PAR,C,SVR_TYPE,EPS_TOL,MC,PD)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel par
www.eeworm.com/read/243221/12954353
cpp frustum.cpp
#include "..\..\GameEngine\GameEngine_Common.h"
#include "Frustum.h"
bool CFrustum::GetFrustum(LPDIRECT3DDEVICE9 pd3dDevice, float ZDistance)
{
D3DXMATRIX matWorld, matView, matProj;
float