代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/240204/4576971

cxx connect.cxx

// // "$Id: connect.cxx,v 1.1.1.1 2003/06/03 22:25:47 agno Exp $" // // PPP example program for the Fast Light Tool Kit (FLTK). // // Program to make a button to turn a ppp connection on/off. //
www.eeworm.com/read/239215/4605144

java connect.java

package edu.ustb.kang40550590.db; import java.awt.BorderLayout; import java.awt.Container; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.EOFException;
www.eeworm.com/read/237989/4619167

java connect.java

package net.aetherial.gis.database.access; import java.sql.*; public class Connect { Connection conn = null; Statement sql = null; public Connect() { try { Class.forName("su
www.eeworm.com/read/237989/4619171

java connect.java

package net.aetherial.gis.database; import java.sql.*; import java.util.*; public class Connect { Connection conn = null; Statement sql = null; ResultSet rs =null; String sqlString =
www.eeworm.com/read/237551/4624900

s connect.s

#define socket connect #define __socket __libc_connect #define NARGS 3 #define NEED_CANCELLATION #include strong_alias (__libc_connect, __connect_internal) weak_alias (__libc_connect, __con
www.eeworm.com/read/237551/4627070

c connect.c

/* Copyright (C) 1992,94,95,96,97,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/236317/4641259

dsr connect.dsr

VERSION 5.00 Begin {AC0714F6-3D04-11D1-AE7D-00A0C90F26F4} Connect ClientHeight = 7545 ClientLeft = 0 ClientTop = 0 ClientWidth = 8895 _ExtentX =
www.eeworm.com/read/236317/4641273

dsr connect.dsr

VERSION 5.00 Begin {AC0714F6-3D04-11D1-AE7D-00A0C90F26F4} Connect ClientHeight = 7950 ClientLeft = 1740 ClientTop = 1545 ClientWidth = 6585 _ExtentX
www.eeworm.com/read/234134/4661824

txt connect.txt

SUMMARY Connect fDisconnect DOS only #include int Connect (path, con, sub) char *path; char *con; char *sub; flagType fDisconnect (drive) int drive; DESCRIPTION Conne
www.eeworm.com/read/234134/4661929

c connect.c

/* connect.c - perform network connections/disconnections * * Modifications: * * 31-Jul-1986 mz Use tools.h definitions * 03-Mar-1987 bw Stub DOS5 version * 30-Oct-1987 bw Change 'DOS5'