代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/233704/14142805
v connect_test.v
module connect_test;
reg a;
reg[3:0] b;
reg[5:0] c;
initial
begin
a=1;
b=4;
c=6;
$display("{a,b} is %b",{a,b});
$display("{b,c} is %b",{b,c});
$display("{b,c,{4{a}}} is %b",{
www.eeworm.com/read/233129/14167389
class connect$mycanvas.class
www.eeworm.com/read/233129/14167403
class connect$mymousehandler.class
www.eeworm.com/read/129927/14216633
bmp connect2.bmp
www.eeworm.com/read/129927/14216660
bmp connect2.bmp
www.eeworm.com/read/129891/14218801
c connect_nonb.c
#include "unp.h"
int
connect_nonb(int sockfd, const SA *saptr, socklen_t salen, int nsec)
{
int flags, n, error;
socklen_t len;
fd_set rset, wset;
struct timeval tval;
flags = Fcntl(sockf
www.eeworm.com/read/129891/14218828
c udp_connect.c
/* include udp_connect */
#include "unp.h"
int
udp_connect(const char *host, const char *serv)
{
int sockfd, n;
struct addrinfo hints, *res, *ressave;
bzero(&hints, sizeof(struct addrinfo));
www.eeworm.com/read/129891/14218857
c connect_timeo.c
/* include connect_timeo */
#include "unp.h"
static void connect_alarm(int);
int
connect_timeo(int sockfd, const SA *saptr, socklen_t salen, int nsec)
{
Sigfunc *sigfunc;
int n;
sigfunc = Signa