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

搜索资源列表

  1. TCP_socket

    0下载:
  2. Linux C Socket Client.c Server.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1649
    • 提供者:hye
  1. VB-Socket

    1下载:
  2. vb编写的局域网通讯程序,含服务端和客户端,主要用到Socket-vb prepared by the local area network communications program, including server and client, mainly used in Socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-23
    • 文件大小:180679
    • 提供者:sheldon
  1. RAW SOCKET编程与以太网帧分析

    1下载:
  2. RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-26
    • 文件大小:5373
    • 提供者:hgn
  1. socket

    0下载:
  2. socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7334877
    • 提供者:qingangjun
  1. socket

    0下载:
  2. Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成。-Android chat software written for the simple communication between users. A client and server components.
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:23928
    • 提供者:suntao
  1. TCP_server_client

    2下载:
  2. MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
  3. 所属分类:J2ME

    • 发布日期:2012-11-24
    • 文件大小:115190
    • 提供者:申文霞
  1. CSharp-Socket-

    0下载:
  2. C#+SOCKET编程文档及实例(含有客户端和服务器端),简单客户端和服务器端的交互和客户端和客户端的聊天。-C#+ SOCKET programming documentation and examples (with the client and server), a simple client and server interaction and client and chat client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2742733
    • 提供者:风雨
  1. SOCKET-Send-Photo

    0下载:
  2. 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:91704
    • 提供者:汤文
  1. socket

    0下载:
  2. VC Socket 通讯,服务器端与客户端互通,实现交互-VC Socket Communications, the server and client communicate, interact
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:856668
    • 提供者:sky
  1. socket

    0下载:
  2. linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:999
    • 提供者:songzi
  1. LinuxSocketUDP

    0下载:
  2. LINUX Socket Client UPD and LINUX Socket Server UPD
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3758
    • 提供者:hwwl
  1. Socket

    0下载:
  2. delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:306199
    • 提供者:葛欣
  1. win_tcp

    0下载:
  2. windows下直接调用socket函数实现的tcp server和client程序-windows directly call socket functions to achieve the tcp server and client procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:80315
    • 提供者:马兴录
  1. Server_java

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:7750
    • 提供者:程月锦
  1. LANChat

    0下载:
  2. 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:237540
    • 提供者:sdfads
  1. socket

    0下载:
  2. TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:57478
    • 提供者:xgc
  1. Socket

    0下载:
  2. 实现服务器端与客户端的相互通信,开发环境是Visual C-The realization of server-side and client to communicate with each other, development environment is Visual C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:21233
    • 提供者:19860704
  1. UDP

    0下载:
  2. windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:19934
    • 提供者:猪猪
  1. Socket

    0下载:
  2. C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:41667
    • 提供者:庞妍
  1. socket

    0下载:
  2. 实现简单服务器-客户端通信的基本socket编程-Simple server- client communication basic socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:小鱼儿
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com