代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/478934/6708206
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/477416/6734644
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/477416/6734648
ctx socket.ctx
www.eeworm.com/read/477182/6739637
ec socket例子.ec
/*面向连接的Socket实例:
代码实例中的服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务
器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。*/
/*该服务器软件代码如下:*/
#include
#include
#include
#include
#include
#
www.eeworm.com/read/477182/6739641
txt socket.txt
2001年6月1日 星期五
资料备注
发布日期:2001年3月3日
资料来源:程序大本营
作 者:李翔 赵东升
作者信箱:不详
作者主页:不详
Linux环境下的网络编程
本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代码实 ...
www.eeworm.com/read/476660/6757200
hpp socket.hpp
// -*-c++-*-
/***************************************************************************
socket.hpp - Base newtork socket class
-------------------
www.eeworm.com/read/476660/6757201
cpp socket.cpp
/***************************************************************************
socket.cpp - Base newtork socket class
-------------------
begin
www.eeworm.com/read/265258/11271828
cs socket.cs
using System;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Windows.Forms;
using System.Text;
using System.Timers;
namespace CSharp.Mok.WinSocket
{
public del