CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 双机通信

搜索资源列表

  1. 点对点通信

    1下载:
  2. 是一个本科生的毕业设计和论文,包含双机的通信,以及数据的传输。-is an undergraduate and graduate design papers, including a two-aircraft communications and data transmission.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:99744
    • 提供者:黑水
  1. My_Chat

    0下载:
  2. VC6.0环境开发,包含服务器和客户机程序,主要功能是实现双端通信-VC6.0 development environment, including server and client processes, main function is to achieve double-Communications
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:2841069
    • 提供者:blacksun
  1. doublePCcommunication_client

    0下载:
  2. 是用socket编程下的实现简单双机通信的客户端,内有两个实现,均可使用,但不是一个,-socket programming is the realization of a simple two-machine communication to the client, there are two realization can be used, But not one,
  3. 所属分类:Telnet客户端

    • 发布日期:2008-10-13
    • 文件大小:1827
    • 提供者:孙斌
  1. wangshe

    0下载:
  2. 本文通过理论联系实际,利用vc++工具,利用mfc封装的API类设计一个能实现最基本的多用户的双机通信程序,既聊天室,旨在阐述网络程序设计的基本过程,tcp/ip协议的应用开发,多线程的应用特点。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:193244
    • 提供者:yangling
  1. tcp.rar

    0下载:
  2. 这是一个实现双机通信得一个开发包,是我师兄的毕业设计,本设计已经投入到使用中去了,it is a packet for communicating beteem two pc
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:390569
    • 提供者:luozw
  1. shuangjitongxing

    0下载:
  2. 本程序为双机通信中的从机程序,可进行AD采样,并将采得的数据传给主机。还可与主机进行数据传输通信。-This procedure for the two-machine communication process from the machine can be carried out sampling AD, and collected data to the host. Can also be carried out with the host data communications.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:29796
    • 提供者:姜虎
  1. RS232C

    0下载:
  2. 掌握通信软件的编写方法,实现双机键盘通信和文件传输。通过高级语言程序编制,将一台微机里的文件传到另一台微机。-Control the compilation of communications software, to achieve two-plane keyboard communications and file transfers. Through high-level language programming, will file one computer to another in
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-19
    • 文件大小:5127161
    • 提供者:马新文
  1. projects_chat

    0下载:
  2. 用socket实现双机通信,分为客户端和服务端,用控制台完成,有下线提示-Two-machine communication using socket implementation, divided into client and server, using the console to complete, is underlined Tips
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:419319
    • 提供者:张辰
  1. Communication

    0下载:
  2. 用C语言实现的双机通信,希望对用C语言进行网络编程初学者有用!-Using C language double machine communication, hope to use the C language for network programming useful for beginners!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:24522
    • 提供者:文闯
  1. socket--

    0下载:
  2. 双机通信小程序,makefile编写,用的是数据报套接字。内附运行说明-Two-machine communication applet, makefile prepared, using a datagram socket. Operating instructions included
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:62317
    • 提供者:fish
  1. WinSock_P2P

    0下载:
  2. 在VS2008平台下编写的双机通信程序,程序可选择作为客户端或服务器,客户端和服务器之间通过WinSock建立连接,可以在窗口中发送和接收信息并显示,发送和接收过程交替进行。-Written in VS2008 platform Dual communication program, the program can choose as a client or server, the client and the server via WinSock connection, you can sen
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:2710
    • 提供者:刘琬臻
  1. ExSocket

    0下载:
  2. 这是网络通信客户端的源代码,主要是双机!-This is a network communication client' s source code!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:40904
    • 提供者:郭鹏
  1. SimpleChat

    0下载:
  2. 双机通信,基于socket的通讯,可实现简单的通信和传输-Two-machine communication, socket-based communication, enabling easy communication and transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:29041
    • 提供者:sophia
  1. 2.ChatDemo

    0下载:
  2. 在windows下进行双机互联通信,实验作品,希望大家指正-Dual under the windows internet communication, experimental works, I hope you correct me
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:66783
    • 提供者:韩腾飞
  1. EXAMPLE

    0下载:
  2. 通过网络,利用UDP协议实现双机间的数据通信,源代码载入直接可以用。-Through the network, using UDP protocol to achieve data communication between two aircraft, the source code can be loaded directly.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4145071
    • 提供者:徐文鹏
  1. socket

    0下载:
  2. 双机,使用多种加密方式利用socket进行通信-Two-plane, using a variety of encryption methods to communicate using socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:14993
    • 提供者:郭威
  1. comnunication

    0下载:
  2. 使C++语言编程,实现双机在联网条件下通过IP地址实现通信。-With C++,we can make two computers commnicate with each other when they are on the Internet.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-15
    • 文件大小:3743628
    • 提供者:yucia
  1. Echojava

    0下载:
  2. 用Java实现双机通信,有客户端和服务器端程序,程序有详细注释。-Java implementation of the two-machine communications, client and server-side program, the procedures detailed notes.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:1713
    • 提供者:mathsong
  1. TCP-communication

    0下载:
  2. TCP/IP双机通信 套接字编程实现双机通信功能-TCP/IP communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:3104991
    • 提供者:zxf
  1. tcp全双工通信

    0下载:
  2. 基于tcp的全双工通信,内含客户机、服务器(Full duplex communication based on TCP)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-04
    • 文件大小:2887680
    • 提供者:hiahiahia~
« 12 »
搜珍网 www.dssz.com