CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket

搜索资源列表

  1. Client

    0下载:
  2. 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5697
    • 提供者:zhou
  1. socket

    0下载:
  2. 这是一个java c/s模式的通信模型源码,可以帮组初学者学习java网络编程-This is a java c/s model of communication model source code, can help group for beginners to learn java network programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3095
    • 提供者:东东
  1. bank_paihao

    1下载:
  2. 目前银行排队机的服务器、打号机、处理窗口三部分的一个基本框架。 程序用多线程、socket编程。-At present, banks Queue server, playing No. handle a three-part window of the basic framework. Procedures with multi-threading, socket programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:6120
    • 提供者:zhq
  1. src

    0下载:
  2. ftp文件更新服务器,Socket,和界面的制作,可承担5000个用户同时进行下载文件。-ftp file update server, Socket, and the interface of production, be able to absorb the 5000 users to download files at the same time.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-02
    • 文件大小:383250
    • 提供者:李国庆
  1. socketUDP

    0下载:
  2. 计算机网络UDP socket编程代码,分为客户端和服务端-Computer network UDP socket programming code, divided into client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2836
    • 提供者:风琴
  1. source

    0下载:
  2. 这是书上的代码,Linux下使用C++进行Socket编程,供大家参考-This is the book code, Linux use C++ For Socket programming, for your reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:70430
    • 提供者:Lucy
  1. FTPClient

    0下载:
  2. 用socket写的FTP的客户端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Socket write with FTP client. Window to learn basic programming networks to achieve a small test small download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:77157
    • 提供者:luoxin
  1. FTPServer

    0下载:
  2. 用socket写的FTP的服务器端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Written using socket server-side FTP. Window to learn basic programming networks to achieve a small test small download.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:73664
    • 提供者:luoxin
  1. Socket

    0下载:
  2. socket用例,包含TCP和UDP两个通讯代码,最精简的版本。适合初级学习-socket use cases, including both TCP and UDP communication code, the most streamlined version. Suitable for primary learning
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:17387
    • 提供者:zerlier
  1. winsock

    0下载:
  2. winsocket //--- --- ----- // Initialize Winsock WSAStartup(MAKEWORD(2,2), &wsaData) //----------------------------------------------- // Create a receiver socket to receive datagrams RecvSocket = socket(AF_INET, SOCK_DGRAM, IPP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1609
    • 提供者:czs
  1. feizuse

    0下载:
  2. 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:12318
    • 提供者:dyfeng
  1. net

    0下载:
  2. Socket进行文件传输的例子 服务器先向客户端传文件 客户端也可向服务器端传文件-err
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:4809
    • 提供者:远地方
  1. Chat_Server

    0下载:
  2. mfc socket编程 实现简单群聊 ················· -mfc socket programming simple group chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:18361
    • 提供者:张龙
  1. UDTC_S

    1下载:
  2. 使用UDP模拟可靠传输协议rdt2.0。使用两个程序,一个发送一个接收,方便大家学习。 (VC6,MFC,socket)-Reliable simulation of the use of UDP transport protocol rdt2.0. The use of two procedures, one to send a receiver to facilitate learning. (VC6, MFC, socket)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-11-06
    • 文件大小:61742
    • 提供者:liangliang
  1. Socket

    0下载:
  2. socket的服务器和客户端,实现点对点聊天功能-socket server and client, to achieve point-to-point chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:15302
    • 提供者:spiderpoison
  1. Socket

    0下载:
  2. socket做的点对点的聊天工具,可以实现点对点的聊天,实现PC与PC之间的通信-socket to do peer-to-peer chat tool to achieve peer-to-peer chat, the realization of PC and PC communication between
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:411473
    • 提供者:terry
  1. talk

    0下载:
  2. socket通信的聊天室代码,一个服务端可以对应多个客户端。可以同时和不同个客户端通信。-Chat socket communication code, a service clients can correspond to multiple clients. At the same time and different client communications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:34967
    • 提供者:feng
  1. PPC_Create_GPRS_to_Socket

    0下载:
  2. PPC 中建立GPRS连接进行Socket通信,PP C 中建立GPRS连接进行Socket通信-PPC to establish GPRS connection Socket Communications, PP C to create a GPRS connection Socket Communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:45518
    • 提供者:wsh
  1. SocketTcp

    0下载:
  2. socket编程TCP server端与client端连通程序-socket programming with TCP server-side client-side connectivity procedure
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:8433
    • 提供者:xg
  1. Socket-chat

    0下载:
  2. 用VC++实现的聊天小程序,包括客户端和服务器端的代码两部分.适合初学网络编程者学习和使用!-With VC++ Achieved chat small procedures, including client and server-side code in two parts. Suited to network programming from beginner to learn and use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:216714
    • 提供者:陈小荣
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com