代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/197930/7961904
bas const.bas
Attribute VB_Name = "const"
'此模块用来管理工程中的常量
'数据库访问常量
Public Const SQL_C_CHAR As Long = 1 '在SQL语句中使用C语言的CHAR数据类型
Public Const SQL_COLUMN_LABEL As Long = 18
www.eeworm.com/read/296465/8101821
c penmount.c
/*
* Penmount serial touchscreen driver
*
* Copyright (c) 2006 Rick Koch
*
* Based on ELO driver (drivers/input/touchscreen/elo.c)
* Copyright (c) 2004 Vojtech Pavlik
*/
/*
www.eeworm.com/read/295809/8138744
java f_stockrw.java
package Middle;
/**
* Facade for read/write access to the stock list.
* The actual implementation of this is held on the middle tier.
* The actual stock list is held in a relational DataBase
www.eeworm.com/read/333480/12678626
c client.c
#include
#include
#include
#include
#include
#include
#include
#include
#define BUFFER_SIZE 1024
int main