代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/218480/14919010
mif socket.mif
www.eeworm.com/read/218480/14919012
dsp socket.dsp
# Microsoft Developer Studio Project File - Name="Socket" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dy
www.eeworm.com/read/218480/14919013
mod socket.mod
www.eeworm.com/read/218480/14919014
mak socket.mak
#============================================================================
# Name:
# Socket.MAK
#
# Description:
# Makefile to build the Socket downloadable module.
#
# The follow
www.eeworm.com/read/218480/14919017
c socket.c
/*===========================================================================
FILE: Socket.c
SERVICES: Sample applet to demonstrate usage of INetMgr and ISocket Services.
DESCRIPTION
This
www.eeworm.com/read/218480/14919018
dll socket.dll
www.eeworm.com/read/218480/14919019
dsw socket.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/116924/14948993
cpp socket.cpp
/***************************************************************************
socket.cpp - description
-------------------
begin
www.eeworm.com/read/116924/14948997
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/217145/14977033
h socket.h
#ifndef SOCKET_H
#define SOCKET_H
#include "uint16.h"
#include "uint32.h"
extern int socket_tcp(void);
extern int socket_udp(void);
extern int socket_tcp6(void);
extern int socket_udp6(void);
exter