代码搜索:PD协议

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

代码结果 10,000
www.eeworm.com/read/459645/7269496

v lcd_s_test.v

module LCD_S_TEST; reg CLK, CLR; reg [3:0] NUMW, NUMQ, NUMB, NUMS, NUMG; wire PH; wire [3:0] P; // p[0]=pa, p[1]=pb, p[2]=pc, p[3]=pd wire
www.eeworm.com/read/452604/7436920

c tc35.c

extern void delayms(uint z); /***********************************TC35定义****************************************/ sbit Start_TC35_IGT=P3^6; // 启动TC35- sbit Close_TC35_PD=P3^7; #define ATwa
www.eeworm.com/read/441245/7673237

m nu_svr.m

%NU_SVR Support Vector Classifier: NU algorithm % % [W,J,C] = NU_SVR(A,TYPE,PAR,C,SVR_TYPE,NU_EPS,MC,PD) % % INPUT % A Dataset % TYPE Type of the kernel (optional; default: 'p') % PAR K
www.eeworm.com/read/433648/7916610

cpp skey.cpp

#include "Skey.h" CSkey::CSkey(void): m_pSkyBox(NULL) ,m_pDevice(NULL) ,m_ISB(NULL) { } CSkey::~CSkey(void) { } HRESULT CSkey::InitSkyBox(LPDIRECT3DDEVICE9 pDevice) { m_pDevice = pD
www.eeworm.com/read/197554/7986291

v lcd_s_test.v

module LCD_S_TEST; reg CLK, CLR; reg [3:0] NUMW, NUMQ, NUMB, NUMS, NUMG; wire PH; wire [3:0] P; // p[0]=pa, p[1]=pb, p[2]=pc, p[3]=pd wire
www.eeworm.com/read/196939/8039896

m mfile_isa.m

function [N,Se,Minenergy_final,Pd_final] = mfile_isa(StartT,Annealco,Step1,Step2) % MFILE_ISA implement the inproved simulated annealing(ISA) % the number of input variable is three:[N,Se,Varefinal]
www.eeworm.com/read/139869/13127685

c os_cpu_c.c

#define OS_CPU_GLOBALS #include "includes.h" OS_STK *OSTaskStkInit (void (*task)(void *pd), void *pdat, OS_STK *ptos, INT16U opt) KCREENTRANT { OS_STK *stk; opt = o
www.eeworm.com/read/320765/13418811

txt transition.user.csproj.filelist.txt

obj\Debug\ResolveAssemblyReference.cache bin\Debug\Transition.User.dll bin\Debug\Transition.User.pdb bin\Debug\Transition.DataBase.dll bin\Debug\YemaSoft.jdTools.dll bin\Debug\YemaSoft.jdTools.pd
www.eeworm.com/read/406409/11442860

1 gulp.1

.TH GULP "1" "Jun 2007" "Gulp 1.0" "User Commands" .SH NAME gulp \- drink efficiently from the network firehose .SH SYNOPSIS .B gulp [\fB--help\fR | \fIOPTIONS\fR] .PD 0.55v .SH DESCRIPTION .PP On a s
www.eeworm.com/read/400577/11573201

m nu_svr.m

%NU_SVR Support Vector Classifier: NU algorithm % % [W,J,C] = NU_SVR(A,TYPE,PAR,C,SVR_TYPE,NU_EPS,MC,PD) % % INPUT % A Dataset % TYPE Type of the kernel (optional; default: 'p') % PAR K