代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/389810/8499674
cpp ex49_oci7.cpp
#include
using namespace std;
#include
#define OTL_ORA7 // Compile OTL 4/OCI7
#include // include the OTL 4 header file
otl_connect db; // connect object
voi
www.eeworm.com/read/188886/8510070
~pas data_sim.~pas
unit data_sim;
interface
uses
w_main,SysUtils, Classes, DB, ADODB;
type
Tsim_data = class(TDataModule)
ADOConnection1: TADOConnection;
procedure DataModuleCreate(Sender: TObje
www.eeworm.com/read/188886/8510095
pas data_sim.pas
unit data_sim;
interface
uses
w_main,SysUtils, Classes, DB, ADODB,Windows;
type
Tsim_data = class(TDataModule)
ADOConnection1: TADOConnection;
procedure DataModuleCreate(Sende
www.eeworm.com/read/284422/8932396
txt linux_c_select.txt
Select()系统调用及文件描述符集fd_set的应用
Select()系统调用及文件描述符集fd_set的应用
湖南省衡阳市环境工程公司网络中心 张 卿
在网络程序中,一个进程同时处理多个文件描述符是很常见的情况。select()系统调用可以使进程检测同时等待的多个I/O设备,当没有设备准备好时,select()阻塞,其中任一设备准备好时,select()就返回。
sele ...
www.eeworm.com/read/176987/9477952
h d12.h
#ifndef D12_H
#define D12_H
#include "def.h"
#define D12Cmd *(volatile U8 *)(0x2000001)
#define D12Dat *(volatile U8 *)(0x2000000)
typedef union //程
www.eeworm.com/read/167888/9948339
c scribble-xinput.c
/* example-start scribble-xinput scribble-xinput.c */
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you ca
www.eeworm.com/read/167888/9948474
c tree.c
/* example-start tree tree.c */
#include
/* for all the GtkItem:: and GtkTreeItem:: signals */
static void cb_itemsignal( GtkWidget *item,
gchar *signame )