代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/343458/11946910
test-manager
#!/usr/bin/python
import gobject
import dbus
import dbus.mainloop.glib
def adapter_added(path):
print "Adapter with path %s added" % (path)
def adapter_removed(path):
print "Adapter with path %s
www.eeworm.com/read/343130/11970962
cls department.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/341494/12081793
h tcp.h
#include
#include
#include
extern int tcp_verbose;
int tcp_connect(struct addrinfo *ai,
char *addr, char *port,
char *host, char *serv);
int tcp_listen(st
www.eeworm.com/read/151334/12219093
java ssocket.java
import java.io.*;
import java.net.*;
/**
* Server listen on 58598 port. If one user connect it will create thread SserverThread
* and start it.
* 2005.8.11
* @version 0.1.2
* @autho
www.eeworm.com/read/253498/12219184
c memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.03
*---------------------------
www.eeworm.com/read/338050/12326748
cls area.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/337834/12338989
c lsdctl.c
#include
#include
#include "lsdctl_prot.h"
/* Much of the structure and code here is taken from sfskey.C which is GPL2'd.
* See http://www.fs.net/ */
bool opt_verbose;
bool op
www.eeworm.com/read/337486/12365942
v s_box_2port_bb.v
// megafunction wizard: %ROM: 2-PORT%VBB%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altsyncram
// ============================================================
// File Name: S_BOX_2P
www.eeworm.com/read/337282/12379361
py dnd.py
#! /usr/bin/env python
import gobject
import gtk
from dndpixmap import drag_icon_xpm, trashcan_open_xpm, trashcan_closed_xpm
trashcan_open = None
trashcan_closed = None
have_drag = False;
popped_