代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/408584/11380662
makefile
include ../Make.defines
PROGS = daytimetcpcli tcpcli01 tcpcli02 tcpcli03 tcpcli04 tcpservselect02 web
all: ${PROGS}
daytimetcpcli: daytimetcpcli.o
${CC} ${CFLAGS} -o $@ daytimetcpcli.o ${LIBS}
t
www.eeworm.com/read/408502/11384910
h myapi.h
// myAPI.h
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYAPI_H__11EAA72A_EFF5_4944_8B1F_44973D30EF73__INCLUDED_)
#define AFX_MYAPI_H__11EAA72A_EFF5_4944
www.eeworm.com/read/408172/11403029
tcl antnet.tcl
# tcl script for AntNet algorithm on an arbitrary topology of 12 nodes
#number of nodes
set sz 12
#Create event Schedular
set ns [ new Simulator ]
#Open the Trace file
set tf [open antnet_trace.ou
www.eeworm.com/read/406738/11436891
txt config.txt
#######################################################################################
# VOIP CONFIGURATION FILE
##################################################################################
www.eeworm.com/read/405502/11461181
rc st20.rc
## for a USB connected ST Connect
## TAP_ARGS="hti_usb HTI1"
## for a Ethernet connected ST Connect or JEI, insert your own JEI address here
TAP_ARGS="jei_soc 127.0.0.1"
www.eeworm.com/read/403922/11501607
html mysqli.init.html
Initializes MySQLi and returns a resource for use with mysqli_real_connec
www.eeworm.com/read/402770/11527871
cpp ex246_oci8.cpp
#include
using namespace std;
#include
class user_defined_string{
public:
user_defined_string(void)
{
buf[0]=0;
}
user_defined_string(const char* s)
www.eeworm.com/read/402770/11527894
cpp ex157_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/Db2-CLI
#include // include the OTL 4.0 header file
otl_connect main_db; // main c
www.eeworm.com/read/402770/11527917
cpp ex98_oci8.cpp
#include
#include
#define OTL_ORA8I // Compile OTL 4/OCI8
#define OTL_STL // Turn on STL features and otl_value
#ifndef OTL_ANSI_CPP
#define OTL_ANSI_CPP // Turn on ANSI