代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/168082/9940114

cpp server.cpp

// Server.cpp: implementation of the CServer class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FiveChessServer.h" #include "Server.h
www.eeworm.com/read/278615/10526177

frm udpreceiver.frm

VERSION 5.00 Begin VB.Form frmPeerB Caption = "UdpReceiver" ClientHeight = 3405 ClientLeft = 60 ClientTop = 345 ClientWidth = 8565 LinkTop
www.eeworm.com/read/277913/10595398

c extl_tcp.c

/* eXosip - This is the eXtended osip library. Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org eXosip is free software; you can redistribute it and/or modify
www.eeworm.com/read/348705/10873404

h gtksocket.h

/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or * modify it under the terms o
www.eeworm.com/read/273822/10900150

cpp setnonblock.cpp

#include "./setnonblock.h" #ifdef WINDOWS int setfd_nonblock(SOCKET socket) { unsigned long val = 1; return ioctl(socket,FIONBIO,&val); } #else #include #include int setf
www.eeworm.com/read/418205/10959116

txt 第14章 网络编程 523.txt

第14章 网络编程 523 网络程序的实现可以有多种方式. Windows Socket就是其中一种比较简单的实现方法。 Socket是连 接应用程序与网络驱动程序的桥梁. Socket在应用程序中创建,通过绑定操作与驱动程序建立关系。 此后,应用程序送给 Socket的数据,由 Socket交给驱动程序向网络上发送出去。 i-I算机从网络 上收到与该 Socket绑定的 E地址和端口号 ...
www.eeworm.com/read/457776/7317961

pl submit_rules.pl

################ # test the socket client ################ #! /usr/bin/perl -w use strict; use Socket; die "Usages: $0 \n" unless $#ARGV == 2; my ($site_url, $clr_fi
www.eeworm.com/read/449446/7505199

cpp clientsocket.cpp

/******************************************************************************* * (C) Copyright 2008 Giant Electronics LTD * * These computer program listings and specifications are the property
www.eeworm.com/read/399161/7885002

c socklib.c

/* * socklib.c * * This file contains functions used lots when writing internet * client/server programs. The two main functions here are: * * make_server_socket( portnum ) returns a server soc
www.eeworm.com/read/399161/7885183

c socklib.c

/* * socklib.c * * This file contains functions used lots when writing internet * client/server programs. The two main functions here are: * * make_server_socket( portnum ) returns a server soc