代码搜索:动态参数
找到约 10,000 项符合「动态参数」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13065110
html 16051.html
Re: 使用DataEnvironment,以参数更新Command后,Data-Aware如何更新?
Re: 使用DataEnvironment,以参数更新Comm
www.eeworm.com/read/242291/13081520
h id_parm.h
/**************************************************************************/
// 文件名称: ID_PARM.h
//
// 简 介:校准系数、保护参数、通讯参数、电度底数、直流/交流零点
//
// 版权所有(C)2006.12 中科大鲁能集成公司
/***************
www.eeworm.com/read/139178/13185352
cpp person.cpp
#include "stdafx.h"
#include "person.h"
BOOL SYSPARA::DownPara(int groupno)
{
return 0;
}
//从INI文件中载入需要的参数
BOOL SYSPARA::LoadPara(int groupno)
{
//遗传参数部分
CString strNum,strgroupNo;
www.eeworm.com/read/318115/13488572
asm delay.asm
;******************************
;*DELAY.ASM
;******************************
;*延时函数
;*使用RAM 3个字节
;*程序包括LONGDELAY(长延时),DELAY两个
;*入口参数 无 出口参数 无
;******************************
#INCLUDE P16F877A.I
www.eeworm.com/read/315789/13536648
txt chap4-5.txt
// 程序4-5
class point {
int x, y;
point(int a, int b){ // 带参数的构造函数
x=a; y=b;
}
point( ){ // 不带参数的构造函数
x=-1; y=-1;
}
}
public class testPo
www.eeworm.com/read/302438/13835802
c drive8243.c
/*----------------------------------------------------------------------------------------------------------------
函数名称:driver8243
功能描述:驱动8243
输入参数:sele_P端口选择,sele_M工作模式选择,out_data输出模式下的输出数据
输出参数:
www.eeworm.com/read/146453/5737444
c drive8243.c
/*----------------------------------------------------------------------------------------------------------------
函数名称:driver8243
功能描述:驱动8243
输入参数:sele_P端口选择,sele_M工作模式选择,out_data输出模式下的输出数据
输出参数:
www.eeworm.com/read/397952/6306243
h xint1_init.h
#ifndef _xinit1_H_
#define _xinit1_H_
//--------------------------------------------------------------------
// 函数名称 : void xint1_init(void)
// 函数说明 : 初始化XINT1
// 输入参数 : 无
// 输出参数 : 无
//-----
www.eeworm.com/read/397952/6306246
h iope_init.h
#ifndef _iope_init_H_
#define _iope_init_H_
//--------------------------------------------------------------------
// 函数名称 : void iope_init(void)
// 函数说明 : 初始化IOPE设置寄存器
// 输入参数 : 无
// 输出参数