代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/332226/12772455
doc socket.doc
www.eeworm.com/read/144124/12811937
c socket.c
/*
* This module determines the type of socket (datagram, stream), the client
* socket address and port, the server socket address and port. In addition,
* it provides methods to map a transpor
www.eeworm.com/read/143979/12825406
py socket.py
#!/usr/bin/python
import string
import pygtk
pygtk.require('2.0')
import gtk,sys
window = gtk.Window()
window.show()
socket = gtk.Socket()
socket.show()
window.add(socket)
print "Socket ID=", soc
www.eeworm.com/read/330957/12859517
c socket.c
/*
* socket.c -- DHCP server client/server socket creation
*
* udhcp client/server
* Copyright (C) 1999 Matthew Ramsay
* Chris Trew
*
* Rewrit
www.eeworm.com/read/330957/12859579
h socket.h
/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
int listen_socket(uint32_t ip, int port, char *inf);
#endif
www.eeworm.com/read/143516/12868661
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i
www.eeworm.com/read/143516/12868702
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/330744/12870629
ctl socket.ctl
VERSION 5.00
Begin VB.UserControl Socket
CanGetFocus = 0 'False
ClientHeight = 420
ClientLeft = 0
ClientTop = 0
ClientWidth = 420
InvisibleA
www.eeworm.com/read/330744/12870636
ctx socket.ctx
www.eeworm.com/read/142865/12912435
cpp socket.cpp
// Implementation of the Socket class.
#include "Socket.h"
#include "string.h"
#include
#include
#include
#include
Socket::Socket() :
m_sock ( -1 )
{