代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/272294/10963178
bas libspcal.bas
Attribute VB_Name = "LibSpCal"
Option Explicit
Rem 推算气油比
Sub Sp_Cal(Pb_Well As Single, SprPump As Single, ps As Single, pd As Single, S0 As Single, _
nw As Single, SCrudeOil As Single
www.eeworm.com/read/469082/6977237
c key.c
/*****************************
key.c
********************************/
#include "key.h"
//按键端口初始化
void keyPort_init(void)
{
//DDRD = 0x33; //PD2\3\6\7定义为输入口
//PORTD |= key
www.eeworm.com/read/462622/7199210
c~ ini.c~
#include
//准备
void ini_xt(void)
{switch(fs)
{case 1://红灯亮-双脉宽输出
//I/O
DDRD=0xff; //PD全部设为输出
//ADC
if(zz==1){ADMUX=
www.eeworm.com/read/462622/7199236
c ini.c
#include
//准备
void ini_xt(void)
{switch(fs)
{case 1://红灯亮-双脉宽输出
//I/O
DDRD=0xff; //PD全部设为输出
//ADC
if(zz==1){ADMUX=
www.eeworm.com/read/444676/7608810
asm ansi.asm
; this is ripped off from pd code in RBBS-ASM (was ANSI1-7.ASM)
; has been heavily modified by M. Kimes, who isn't much of an
; asm-programmer. Now works with C in a strange way and supports
; con
www.eeworm.com/read/442730/7645834
h fm25cl64.h
//-------------------- FM25LC64 SPI FRAM 8kbyte memory modul header file -------------------------------------
#define CS_MEM PD4 //PC1
#define CS_MEM_PORT PORTD // memory chip select port
www.eeworm.com/read/297599/8008835
c os_cpu_c.c
#define OS_CPU_GLOBALS
#include "config.h"
OS_STK *OSTaskStkInit (void (*task)(void *pd), void *pdata, OS_STK *ptos, INT16U opt)
{
OS_STK *stk;
opt = opt;
www.eeworm.com/read/296645/8084845
c main.c
#define MAIN_C
#include "includes.h"
/***************************************************/
/*T0工作于计数方式*/
/*计数脉冲从PD4(T0)脚输入*/
/***************************************************/
//数码管字形表
//数码管
www.eeworm.com/read/196300/8100937
c os_cpu_c.c
#define OS_CPU_GLOBALS
#include "config.h"
OS_STK *OSTaskStkInit (void (*task)(void *pd), void *pdata, OS_STK *ptos, INT16U opt)
{
OS_STK *stk;
opt = opt;
www.eeworm.com/read/295977/8130797
h cworksheets.h
// 从类型库向导中用“添加类”创建的计算机生成的 IDispatch 包装类
// CWorksheets 包装类
class CWorksheets : public COleDispatchDriver
{
public:
CWorksheets(){} // 调用 COleDispatchDriver 默认构造函数
CWorksheets(LPDISPATCH pD