代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/331383/12831251
c variable.c
#include "variable.h"
//ADC
int xdata Adc0_buffer[128];//AD采样缓冲区
unsigned char deg;//采样次数
//SMbus
unsigned char Slave;//从器件地址
unsigned char Dat_addr;//字节地址
unsigned char Dat_val;//写入数据
uns
www.eeworm.com/read/143219/12888288
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'读取表中列值的变量
Public ColVal As String
'员工姓名数组
Public Arr_Ename() As String
'项目编号、名称数组
Public Arr_ProjId() As Long
Public Ar
www.eeworm.com/read/143217/12888520
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'客户名称数组
Public Arr_Client() As String
'仓库名称数组
Pub
www.eeworm.com/read/330122/12915424
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'定义表示选中部门数据的全局变量
Public FocusDepName As String
Public Focuskey As String
Public FocusDepBh As Long
'部门数组
Public Arr_DepNa
www.eeworm.com/read/328970/12991980
h variable.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of
www.eeworm.com/read/328134/13045565
h variable.h
/*******************************
general variable description addr:
*********************************/
#ifndef GLOBALS
#define G_DEF
#else
#define G_DEF extern
#endif
/******************
www.eeworm.com/read/242291/13081515
h variable.h
//---------------全局变量声明---------------------
#ifndef VARIABLE_H
#define VARIABLE_H
//-------------------硬件自检-----------
typedef struct
{
Uint16 spi_1306:1;
Uint16 spi_5323
www.eeworm.com/read/242291/13081551
c variable.c
#include "Device.h"
//变量存储分配
#pragma DATA_SECTION(ComBufa, "ComFile");
#pragma DATA_SECTION(ComBufb, "ComFile");
#pragma DATA_SECTION(Ach, "YcFile");
#pragma DATA_SECTION(LineComplex,"
www.eeworm.com/read/242291/13081579