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

搜索资源列表

  1. client

    0下载:
  2. socket program(client) connet server and test trainsmision
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1125
    • 提供者:李玄呈
  1. chapter3 Time Server Client

    0下载:
  2. 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:45487
    • 提供者:张天
  1. A Simple socket example

    0下载:
  2. It is a socket server. It accepts a connection from client and prints on the console a message that client writes
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53926
    • 提供者:培育
  1. 网络信息通信(socket)

    0下载:
  2. delphi网络信息通信(socket)最简单的例子,client和server都有
  3. 所属分类:系统编程

  1. C# Socket通信Server小程序

    0下载:
  2. 同Client配套
  3. 所属分类:C#编程

  1. delphi Socket 通讯

    3下载:
  2. Windows下Socket通讯示例,包含 Server端 和 Client端。
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:186032
    • 提供者:xmwgp@qq.com
  1. talkhome.rar

    0下载:
  2. socket聊天室,多个客户端和一个服务端,服务端可以同时和多个客户端聊天,发送消息。,socket chat rooms, multiple clients and a server, client services at the same time and multiple clients to chat, send a message.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:35202
    • 提供者:feng
  1. server

    1下载:
  2. mfc实现的socket服务端与客户端的双向通信小程序编程-mfc socket server to achieve the two-way communication with the client a small programming
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-25
    • 文件大小:3846144
    • 提供者:曹俊
  1. socket

    0下载:
  2. 运行Client和Server两个cpp文件,运行时在设置->link->添加wsock32.lib ,在debug文件中得到两个对应的.exe,然后在dos下运行,在debug文件下输入 Server 2000 ,会显示主机名,再打开一个dos,还是在debug目录下输 Client 主机名 2000 ,就可以客户服务器对话了,输入exit可以退出。-Client and Server both run cpp file, at run-time settings-> lin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2393613
    • 提供者:zachary
  1. IPCSocket

    0下载:
  2. Windows IPC socket program (tcp/udp) (server/client)
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11968867
    • 提供者:dany k jeon
  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-30
    • 文件大小:22597
    • 提供者:陈丰
  1. socket1

    0下载:
  2. SOCKET通信的服务器客户度,该通信是用API 写的,没有用到MFC-socket server client
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:2356514
    • 提供者:liuyifei
  1. MySocket

    0下载:
  2. socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13578
    • 提供者:duqiancheng
  1. SOCKET

    1下载:
  2. socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:284055
    • 提供者:ZOUYISHUN
  1. Client

    0下载:
  2. Client Socket on VB6 for connecting to any socket server
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:12577
    • 提供者:Daniel
  1. Socket

    0下载:
  2. C++ windows socket 服务端、客户端通信实例-socket server, client instance
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-08
    • 文件大小:16328195
    • 提供者:桑叶
  1. python-socket-udp-server-client

    0下载:
  2. a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in di
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:BaDTimE
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:41984
    • 提供者:零下10度C
  1. BCB socket

    1下载:
  2. 此程式為BCB6.0 socket Server及Client通訊測試程式(This program is a BCB6.0 socket Server and Client communication test program)
  3. 所属分类:通讯编程

  1. server

    0下载:
  2. socket编程,计算机网络作业,邮箱服务,服务器客户端(Socket programming, computer network operation, mailbox service, server client)
  3. 所属分类:界面编程

    • 发布日期:2018-04-29
    • 文件大小:11595776
    • 提供者:派大星nanana
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com