代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/243561/12933780
h actdefine.h
/// CPU TYPE
// QnACPU
#define CPU_Q2ACPU 0x0011 // Q2A
#define CPU_Q2AS1CPU 0x0012 // Q2AS1
#define CPU_Q3ACPU 0x0013 // Q3A
#define CPU_Q4ACPU 0x0014
www.eeworm.com/read/242582/12998084
h btdefines.h
#ifndef _BTDEFINES_H_
#define _BTDEFINES_H_
/* Debug output */
//#define ENABLE_DEBUG_LOG
/* Incoming connection channel assignments */
#define BT_CHANNEL_HF 3
#define BT_CHANNEL_HS 7
/* Client/Ser
www.eeworm.com/read/139695/13139130
pc dbcom.pc
#include
#include
#include
#include
#include
#include "sqlca.h"
#include "sqlda.h"
#include "const.h"
#include "db.h"
#define MODULE_NAME "DBCOM
www.eeworm.com/read/323119/13350289
mysql_convert_table_format
#!/usr/bin/perl
# Convert given tables in a database to MYISAM
use DBI;
use Getopt::Long;
$opt_help=$opt_version=$opt_verbose=$opt_force=0;
$opt_user=$opt_database=$opt_password=undef;
$opt_host="l