代码搜索:CONNECT

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

代码结果 10,000
www.eeworm.com/read/211881/15171727

py connect23.py

# Form implementation generated from reading ui file 'connect23.ui' # # Created: Mon Mar 1 11:06:08 2004 # by: The Python User Interface Compiler (pyuic) 3.6 # # WARNING! All changes made in
www.eeworm.com/read/211881/15171729

ui connect23.ui

Form1 QDialog name Form1
www.eeworm.com/read/211881/15171741

pyc connect23.pyc

www.eeworm.com/read/210377/15200118

cpp connect_nonb.cpp

#include #include "connect_nonb.h" #include // 返回值 // >0 连接已成功 // -1 连接已失败 // -2 连接正在进行 int connect_nonb(SOCKET sk,struct sockaddr* psa) { int r; r = connect(sk,psa,siz
www.eeworm.com/read/210377/15200134

h connect_nonb.h

#ifndef CONNECT_NONB_H #define CONNECT_NONB_H #include "./def.h" #ifdef WINDOWS #include #else #include #endif int connect_nonb(SOCKET sk,struct sockaddr *psa); #endif
www.eeworm.com/read/208757/15237782

c tpi_connect.c

#include "tpi_daytime.h" void tpi_connect(int fd, const void *addr, size_t addrlen) { struct { struct T_conn_req msg_hdr; char addr[128]; } conn_req; struct { struct T_conn_con msg_hdr
www.eeworm.com/read/208757/15237785

lc tpi_connect.lc

#include "tpi_daytime.h"## 1 ##src/streams/tpi_connect.c## void## 2 ##src/streams/tpi_connect.c## tpi_connect(int fd, const void *addr, size_t addrlen)## 3 ##src/streams/tpi_connect.c## {## 4
www.eeworm.com/read/207167/15281252

sc connect_demo.sc

stk.v.6.1 BEGIN Scenario Name connect_demo BEGIN Epoch Epoch 1 Jun 2002 12:00:00.000000000 END Epoch BEGIN Interval Start 1 Jun 2002 12:00:00.000000000 Stop
www.eeworm.com/read/1889/8535

pas com_connect.pas

unit COM_CONNECT; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls,ShellApi, SPComm; type ByteArray = array [0..0]
www.eeworm.com/read/1889/8536

dfm com_connect.dfm

object FrmMain: TFrmMain Left = 559 Top = 220 Width = 696 Height = 480 Caption = 'FrmMain' Color = clMoneyGreen Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font