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

搜索资源列表

  1. socket

    0下载:
  2. 完成简单的C#SOCKET通信功能 对客户端和服务器有大体的理解-The completion of a simple C# SOCKET communication function of the client and server have a general understanding of
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:62809
    • 提供者:JACK
  1. unix-socket

    0下载:
  2. unix 环境下 用socket进行网络编程-unix socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:247631
    • 提供者:赵哲焕
  1. socket

    0下载:
  2. socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:14445
    • 提供者:刘文战
  1. java-socket

    0下载:
  2. java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-22
    • 文件大小:47496
    • 提供者:彭金华
  1. Socket

    0下载:
  2. 用SOCKET实现的通讯客户端和服务器端-use socket to implement net program
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. c++ builder 利用socket发送消息源码编译通过,本人也是新学习这方面的,希望能给大家点帮助-c++ builder to compile source code to use socket to send the message through, and I was new learning in this regard, and I hope to give you some help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:413388
    • 提供者:柴永吉
  1. socket

    1下载:
  2. 经过封装的socket类,内附简单的pop3和http协议的简单应用源码-a socket class
  3. 所属分类:Linux Network

    • 发布日期:2015-08-28
    • 文件大小:6762
    • 提供者:阿鹏
  1. delphifr_RAW-SOCKET-DELPHI___Page

    0下载:
  2. RAW Socket avec delphi
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:51584
    • 提供者:tito
  1. socket

    0下载:
  2. java 实现Socket编程 多个客户端和服务器端 通信-Socket programming java achieve multiple clients and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2516
    • 提供者:fengliangcc
  1. socket

    0下载:
  2. socket程序,客户端服务器端可以相互接受发送消息!Winsocket实现的。-socket program, the client server can be mutually acceptable to send a message! Winsocket achieved.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:404517
    • 提供者:美子
  1. socket

    0下载:
  2. linux下的socket编程的相关代码和测试程序 希望能够帮助大家学习-linux programming socket under the relevant code and testing procedures hope to help them to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5099
    • 提供者:韩佳楠
  1. socket

    0下载:
  2. 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:79243
    • 提供者:vivianjia
  1. socket

    0下载:
  2. c# socket控件的几种常用包装,以方便使用,诸如服务端,客户端等-c# socket control of several commonly used packaging in order to facilitate the use, such as server, client, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:22597
    • 提供者:陈丰
  1. socket

    2下载:
  2. 用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-05
    • 文件大小:1517635
    • 提供者:郑俊飞
  1. vc++ socket 通讯程序

    2下载:
  2. vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-11-27
    • 文件大小:24379712
    • 提供者:tony
  1. socket

    0下载:
  2. 初学SOCKET很好的帮助,完成客户端对服务器端的收发文件功能-socket example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:392405
    • 提供者:dong
  1. Socket-RemoteCode

    0下载:
  2. this program is a client server chat system based on socket programming and it shows how a server can send some code to client for processing and receive output from client , it is a sample of running remote code
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-31
    • 文件大小:149486
    • 提供者:arad
  1. socket

    0下载:
  2. 网络编程中socket使用简例,启动服务端,等待客户端发送消息,然后返回消息给客户端-Network programming in the socket to use a simple example, start the server, waiting for the client to send messages, and then return the message to the client
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2150089
    • 提供者:小邓
  1. socket

    0下载:
  2. 写了一个SOCKET的服务器,希望对新手有用-Wrote a SOCKET server, want to be useful for novice
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:483312
    • 提供者:lyxdany
  1. socket

    0下载:
  2. 本段程序实现了linux下的socket文件传输,已验证通过。enjoy-Procedure to achieve this paragraph under the socket of the linux file transfer has been verified by. enjoy
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:2209
    • 提供者:tongjianwen
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com