代码搜索:板卡连接
找到约 10,000 项符合「板卡连接」的源代码
代码结果 10,000
www.eeworm.com/read/100581/6268712
h sys.h
#include "Include.h"
/* x25发送缓冲区长度 */
#define X25MSG_QUEUE_SIZE 100
/* Socket连接状态 */
typedef enum
{
SOCKET_DISCONNECTED =0,
SOCKET_CONNECTED =1
}SOCKET_CONNECT_
www.eeworm.com/read/491839/6427706
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Public DBConnection As New ADODB.Connection '定义一个连接
Public rctDepartList As New ADODB.Recordset '定义一个记录集,表示部门表
Public rctEdulevel As New ADODB
www.eeworm.com/read/491984/6429344
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain '程序主窗体
Public UserName As String '用户名
Public PWD As String '用户密码
Public CONN As String '数据库连接字符串
Sub Main()
CONN = "FileD