代码搜索:Module
找到约 10,000 项符合「Module」的源代码
代码结果 10,000
www.eeworm.com/read/178776/9385619
h module.h
/*
* module.h
*/
/*
* Copyright (C) 2005, Simon Kilvington
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub
www.eeworm.com/read/178776/9385643
c module.c
/*
* module.c
*/
/*
* Copyright (C) 2005, Simon Kilvington
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub
www.eeworm.com/read/176483/9496709
bas module.bas
Attribute VB_Name = "Module"
'*************************************************
'消息帧数据格式:
' 1 0 A B X X
'其中 10 为消息标识,
' AB表示文本长度,L=A*100+B
' XX为配位字符,任意
'
www.eeworm.com/read/176483/9496844
bas module.bas
Attribute VB_Name = "Module"
' 基本设置
Public intPort As Integer '串行口号
Public strSet As String '协议设置
Public intTime As Integer '发送时间间隔
'发送与接收标志
Public blnAutoSendFlag As
www.eeworm.com/read/372275/9514490
symvers module.symvers
www.eeworm.com/read/366012/9836843
vb module.vb
Module _Module
Public MyCnn As ADODB.Connection
Public MyRs As ADODB.Recordset
Public strCnn As String
Public RecNo As Integer
Public User权限 As String
End Module