代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/350443/10742969
cls users.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/349709/10802727
sql databaseschema1.sql
/*
* DatabaseSchema1.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates user defined triggers.
*/
SET ECHO
www.eeworm.com/read/420146/10814085
html struct_a_g_h_f_p___s_l_c___c_o_n_n_e_c_t___c_f_m___t.html
BlueLab: AGHFP_SLC_CONNECT_CFM_T Struct Refer
www.eeworm.com/read/274233/10881200
clp circuit3.clp
;;;======================================================
;;; Example Circuit #3
;;;
;;; An example circuit to be loaded for use with
;;; the "electronic.clp" example program.
;;;
;;;
www.eeworm.com/read/273531/10912736
c events.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio 2002
FILE
events.c - file for handling events generated by VM and H
www.eeworm.com/read/273066/10929251
pas enter_form.pas
unit Enter_Form;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, XPMenu, StdCtrls,DB,ADODB;
type
TEnter_F = class(TForm)
XM_CB
www.eeworm.com/read/418677/10936182
v ram_tpmtx.v
// megafunction wizard: %ALTSYNCRAM%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altsyncram
// ============================================================
// File Name: ram_tpmtx.v
www.eeworm.com/read/418609/10939031
h adoconn.h
// ADOConn.h: interface for the ADOConn class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADOCONN_H__9032B8B7_E9CD_4553_81C6_45A8772592CE__INCLUDED
www.eeworm.com/read/418205/10959053
txt 14.4.2 客户端程序 ..txt
14.4.2 客户端程序 .
在VC++开发环境中,一个工作区可以包含多个工程。下面我们在已有的TcpSrv工作区(如图 14.7
所示)中添加客户端工程。
添加方法是在工作区名称上单击鼠标右键,选择【Add New Project to Workspace... >菜单命
令,这时将显示新工程创建向导,与上面创建的服务器端程序: TCPSrv一样,我们也创建一个
Win32 Cons ...