代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/425647/10341919
spp_dev_connect
spp_dev_connect.o: spp_dev_connect.c spp_dev_private.h \
D:/BlueLab/tools/include/spp.h D:/BlueLab/tools/include/connection.h \
D:/BlueLab/tools/include/bdaddr_.h \
D:/BlueLab/tools/lib/gcc-l
www.eeworm.com/read/425249/10367218
prj connect20090223.prj
KEY LIBERO "6.2"
KEY CAPTURE "6.2.50.1"
KEY HDLTechnology "VHDL"
KEY VendorTechnology_Family "PA"
KEY VendorTechnology_Die "150"
KEY VendorTechnology_Package "pq208"
KEY ProjectLocation "C:\Acte
www.eeworm.com/read/425249/10367281
sdc connect_sdc.sdc
# Top Level Design Parameters
# Clocks
# False Paths Between Clocks
# False Path Constraints
# Maximum Delay Constraints
# Multicycle Constraints
# Virtual Clocks
# Output
www.eeworm.com/read/425249/10367350
prj connect_syn.prj
#add_file options
add_file -vhdl "C:/Libero/Synplify/Synplify_81A/lib/proasic/proasicplus.vhd"
add_file -vhdl "C:/Actelprj/connect20090223/hdl/fifo_r.vhd"
add_file -vhdl "C:/Actelprj/connect2009022
www.eeworm.com/read/424065/10498032
bas connect_db.bas
Attribute VB_Name = "Connect_DB"
Public Sub Connect_Mdb()
'----------------------------------------------------------------------------------------------------------
'// MDB单捞磐海捞胶俊 立加阑 茄促
'-------
www.eeworm.com/read/278507/10529866
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/278507/10529876
lc tcp_connect.lc
/* include tcp_connect */
#include "unp.h"## 1 ##src/lib/tcp_connect.c##
int## 2 ##src/lib/tcp_connect.c##
tcp_connect(const char *host, const char *serv)## 3 ##src/lib/tcp_connect.c##
{## 4 #
www.eeworm.com/read/278507/10529901
lc connect_timeo.lc
/* include connect_timeo */
#include "unp.h"## 1 ##src/lib/connect_timeo.c##
static void connect_alarm(int);## 2 ##src/lib/connect_timeo.c##
int## 3 ##src/lib/connect_timeo.c##
connect_timeo(i
www.eeworm.com/read/278507/10529944
lc udp_connect.lc
/* include udp_connect */
#include "unp.h"## 1 ##src/lib/udp_connect.c##
int## 2 ##src/lib/udp_connect.c##
udp_connect(const char *host, const char *serv)## 3 ##src/lib/udp_connect.c##
{## 4 #
www.eeworm.com/read/278507/10529994
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));