CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 客户端服务器

搜索资源列表

  1. Chat-TCP

    0下载:
  2. 一个win32汇编程序,实现socket的聊天小程序;由客户端程序和服务器端程序组成
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:13.88kb
    • 提供者:涂发国
  1. Chat-UDP

    0下载:
  2. 在win32汇编中用socket实现udp协议的网络聊天程序;程序由服务器端和客户端程序组成;
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:11.03kb
    • 提供者:涂发国
  1. Chat-TCP

    0下载:
  2. 使用汇编语言实现TCP协议的聊天室例子程序,是罗云彬win32 汇编书上第十六章的实例源码,客户端和服务器端的源码都全,代码的结构非常好,觉得不错传上来。 -Sample code for < Win32ASM Programming 2nd Edition>
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:26.57kb
    • 提供者:samdyzsw
  1. P2Pwenjianchuanshu

    0下载:
  2. 利用TCP协议连接双方,服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器根据客户端发送的当前文件流传输位置按接收缓冲区大小一块一块的发送给客户端,客户端接受后再保存到接收文件流,直到整个文件流发送完毕,这里服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Using TCP protocol to connect the two sides, the establishment of server-side file strea
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:473.9kb
    • 提供者:fengfneg
  1. ChatRoom(Csocket)

    0下载:
  2. vc++ 聊天室 局域网聊天室 里面有客户端和主机服务器-chat room
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:38.96kb
    • 提供者:haolei
  1. VCQQ

    0下载:
  2. 本软件是用VC所作的项目,在项目中是一个聊天软件,有客户端和服务器。-This software is used by the VC project, the project is a chat software, with the client and server.
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1.81mb
    • 提供者:胡平
  1. QICQ

    0下载:
  2. 一款QICQ聊天源码,带客户端和服务器端-A QICQ chat source code, with the client and server-side
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:92.31kb
    • 提供者:林建龙
  1. sendfile

    0下载:
  2. 使用汇编语言编写,实现同时多文件多线程传输文件。server_file.asm 为服务器端,file.asm为客户发送端(编译前请修改服务器地址)。-In assembly language, simultaneous multi-file multi-threaded file transfer. server_file.asm for the server side, file.asm customers sending end (compiled before you modify the
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:44.98kb
    • 提供者:任宏
  1. 223

    0下载:
  2. C 23基于TCP的Socket多线程通信(包含服务器端和客户端)-C# communication
  3. 所属分类:assembly language

    • 发布日期:2017-12-05
    • 文件大小:75.17kb
    • 提供者:123
  1. taojiezi

    0下载:
  2.  编写基于会话套接字进行通信的服务器端和客户端程序,要求:  客户端以字符串的形式循环发送“data0”到“data9”到服务器端;  服务器端收到每个字符串后,回应一个echo信号到客户端,格式为:“XXXXXXXX echo data0” (XXXXXXXX为学号); - written communication session based socket server and client procedures,
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1.24kb
    • 提供者:freebank
  1. winsock

    0下载:
  2. 1.使用VC6.0的开发环境,构建工程为Win32 Console Application类型 2.功能简述: 标准时间服务器上的时间为网络内的标准时间;当网络内某台主机(客户端)需要调整时间时,便发送一个请求信息到时间服务器;时间服务器接到请求后,把本地时间作为标准时间发送到客户端;客户端更改本地时间为标准时间。 -1 using VC6.0 development environment to build the project for the Win32 Console Ap
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1.38kb
    • 提供者:freebank
  1. DOS-Game-21point

    1下载:
  2. 微机实验21点游戏(双机通信版),server和client分别为服务器端和客户端,先运行client再运行server.-Microcomputer Experiment 21:00 Game (Two-machine communication edition), server and client are server-side and client-side, first run the client and then run the server.
  3. 所属分类:assembly language

    • 发布日期:2015-11-25
    • 文件大小:57kb
    • 提供者:Lincoln
  1. VB-socket-tcp-ip

    1下载:
  2. VB-socket通信程序,包含客户端也服务器端源代码。-socket communication with VB
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:15.73kb
    • 提供者:wxl
  1. ZXFClient

    0下载:
  2. 如何建立简单的客户端来连接服务器-How to build a simple client
  3. 所属分类:assembly language

    • 发布日期:2017-05-16
    • 文件大小:3.53mb
    • 提供者:aaa
搜珍网 www.dssz.com