代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/262947/11383768
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/405996/11451761
h variable.h
/*
*********************************************************************************************************
* 文件: Variable.h.
* 描述: 全局变量定义 , 所有全局变量请在次定义.
* 编写: 深思 (001-12345@sohu.com).
*********
www.eeworm.com/read/405655/11459720
c variable.c
/*C**************************************************************************
* NAME: variable.c
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/404122/11491481
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'客户类别数组
Public Arr_CustType() As String
'房间分类数组
Public Arr_RoomType() As String
Public Arr_TypeId() As Long
'类模块对象
Publi
www.eeworm.com/read/403067/11522816
bas variable.bas
Attribute VB_Name = "Variable"
Public MyStu As New Students
www.eeworm.com/read/401145/11563682
cs variable.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace CmmInterpretor
{
class Variable
{
//ID
private string vId;
www.eeworm.com/read/348140/11609509
h variable.h
extern unsigned int frameindex; //IP包的序列号
extern unsigned int comrxdread; //串口接收读指针
extern unsigned int comtxdread; //串口发送读指针
extern unsigned int comrxdwrite; //串口接收写指针
extern unsi
www.eeworm.com/read/348140/11609519
c variable.c
#include "struct.h"
unsigned int frameindex=0; //IP包的序列号
unsigned int comrxdread=0; //串口接收读指针
unsigned int comtxdread=0; //串口发送读指针
unsigned int comrxdwrite=0; //串口接收写指针
unsigned i
www.eeworm.com/read/158119/11642669
bas variable.bas
Attribute VB_Name = "Variable"
'服务业管理工程中的全局变量
Public i As Integer '用来返回一个MsgBox对话框的一个值
Public My As Integer
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'