代码搜索:para

找到约 10,000 项符合「para」的源代码

代码结果 10,000
www.eeworm.com/read/432815/1889442

h para_def.h

#ifndef __PARAMETER_DEFINE_ #define __PARAMETER_DEFINE_ #include "datatype.h" #define PWD_LEN 6 #define PRIOR_A 0x80 #define PRIOR_B 0x81 #define PRIOR_0 0 #define PRIOR_1 1
www.eeworm.com/read/432147/1895634

c para_hw.c

/* CH374芯片 硬件标准8位并口连接的硬件抽象层 V1.0 */ /* 提供I/O接口子程序,提供寄存器级读写子程序 */ #include "HAL.H" /* 本例中的硬件连接方式如下(实际应用电路可以参照修改下述定义及子程序) */ /* 单片机的引脚 CH374芯片的引脚 P2.0 A0 P2.6
www.eeworm.com/read/432147/1895642

c para_sw.c

/* CH374芯片 软件模拟8位并口连接的硬件抽象层 V1.0 */ /* 提供I/O接口子程序,提供寄存器级读写子程序 */ #include "HAL.H" /* 本例中的硬件连接方式如下(实际应用电路可以参照修改下述定义及子程序) */ /* 单片机的引脚 CH374芯片的引脚 P2.0 A0 P2.6
www.eeworm.com/read/426647/1988543

php para_submit.php

www.eeworm.com/read/426647/1988560

php menu_para.php

www.eeworm.com/read/422252/2040033

h camera_para.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/422252/2040239

c camera_para.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/418247/2091709

h kvm_para.h

#ifndef __LINUX_KVM_PARA_H #define __LINUX_KVM_PARA_H /* * Guest OS interface for KVM paravirtualization * * Note: this interface is totally experimental, and is certain to change * as we m
www.eeworm.com/read/413408/2161959

conf wmm_para.conf

# File : wmm_para.conf # # Configuration file # Para IE command # short Action; /* 0 - ACT_GET # 1 - ACT_SET # -1 - Command not sent to firmware */ # u8 Para_IE[26]; [wmmparaie] # sho
www.eeworm.com/read/402141/2332713

m ivpodefun_para.m

%ivpodefun_para.m %常微分方程 function dydt = ivpodefun_para(t,y,u) dydt = zeros(2,1); dydt(1) = y(2); dydt(2) = u*(1-y(1)^2)*y(2)-y(1);