代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/319966/13438445
h pd6710.h
#ifndef __PD6710_H__
#define __PD6710_H__
void Test_PD6710(void);
#define PD6710_MEM_BASE_ADDRESS (0x10000000) //nGCS2
#define PD6710_IO_BASE_ADDRESS (0x11000000)
#define rPD671
www.eeworm.com/read/319966/13438614
o pd6710.o
www.eeworm.com/read/319966/13438662
o pd6710.o
www.eeworm.com/read/319966/13438709
err pd6710.err
"pd6710.c", line 355: Warning: C2917W: no side effect in void context: 'unary *'
"pd6710.c", line 363: Warning: C2917W: no side effect in void context: 'unary *'
pd6710.c: 2 warnings, 0
www.eeworm.com/read/319966/13438766
c pd6710.c
#include "def.h"
#include "option.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "pd6710.h"
/*
DESCRIPTIONS OF THE S3C2410X BOARD
EINT3(GPF3)=nIRQ_PCMCI
www.eeworm.com/read/319966/13438818
h pd6710.h
#ifndef __PD6710_H__
#define __PD6710_H__
void Test_PD6710(void);
#define PD6710_MEM_BASE_ADDRESS (0x10000000) //nGCS2
#define PD6710_IO_BASE_ADDRESS (0x11000000)
#define rPD671
www.eeworm.com/read/319520/13449374
htm pd_edit.htm
Untitled Document
BODY {margin: 0pt; padding: 0pt; border: none}
IFRAME
www.eeworm.com/read/314653/13562720
p pd_check.p
www.eeworm.com/read/314653/13562729
m pd_check.m
%PD_CHECK Check whether the input matrix is positive definite
%
% OK = PD_CHECK(A)
%
% INPUT
% A Symmetric matrix
%
% OUTPUT
% OK 1/0 to indicate whether A is positive definite
%
% DESCRIPTION
www.eeworm.com/read/301906/13846333
cs pd.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using