代码搜索:参数对比
找到约 10,000 项符合「参数对比」的源代码
代码结果 10,000
www.eeworm.com/read/424263/10476925
pas controlclass.pas
unit ControlClass;
interface
uses
OleCtrls, MSCommLib_TLB;
{=================上位机命令类=====================}
type TCommand = class
protected
FStrLines : string; //带有参数的命令行
FSt
www.eeworm.com/read/160180/10560356
h ledfile.h
#ifndef _led_h
#define _led_h
/***************************************************************************
* 函数: void init_led(void)
* 目的: 初始化LED
* 输入: 无
* 输出: 无
* 参数: 无
********************
www.eeworm.com/read/159985/10582551
asm param.asm
;******************************************************
;* 文件名:Param.asm
;* 创建日期:2001.7.16
;* 作者:陈文尧
;* 功能:打印命令行中的参数
;******************************************************
include system.inc
www.eeworm.com/read/158831/10724900
bas 数据文件v(bas模块modp).bas
Attribute VB_Name = "modP"
'公有参数
Option Explicit
Public intRow As Integer '行数
Public intCol As Integer '列数
Public strFileName '文件名
Public intFileNumber As
www.eeworm.com/read/420416/10796537
txt eeprom.txt
/**********************根据相应的地址,写入EEPROM数据 *
* 函数名:EEPROM_write *
* 参数: *
* uint16_t addr EEPROM地址 *
* uint8_t data
www.eeworm.com/read/275313/10824451
c correlation_interal.c
#include
#include "mex.h"
#include "stdio.h"
#include "stdlib.h"
#include "matrix.h"
//---------------------------------------------------------------------------
// 定义输入参数
#define M
www.eeworm.com/read/468139/6994303
c att7022init.c
//=====================================================================================
//名称:7026初始化
//入口参数:
void SET_7026(void)
{
uchar i;
RESET=0;
for(i=0;i20us
{
_no
www.eeworm.com/read/467413/7012103
c adc12.c
// adc12.c
#include "adc12.h"
/*******************************************************************************
* 说明:ADC12_Init函数,初始化ADC
* 参数:无
* 返回值:无
*****************************************
www.eeworm.com/read/465700/7052198
frm form8.frm
VERSION 5.00
Begin VB.Form Form8
BorderStyle = 3 'Fixed Dialog
Caption = "硬件参数设置"
ClientHeight = 4485
ClientLeft = 45
ClientTop = 330
Cli