CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - TCP 服务器

搜索资源列表

  1. TCP聊天服务器端1

    0下载:
  2. TCP 聊天程序服务器端,详细讲述开发过程和理论依据-TCP chat sever side, describe detailedly of the development process and theory base.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32223
    • 提供者:胡和南
  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. 基于TCP的远程字典服务(RemoteLookup)

    0下载:
  2. 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainframe structures a remote server dictionary, other mainframe
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:103028
    • 提供者:陈一
  1. 简单的TCP,UDP服务器,客户端(入门学习用)

    0下载:
  2. WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
  3. 所属分类:通讯编程

    • 发布日期:2009-04-05
    • 文件大小:35021
    • 提供者:vivo01
  1. TCPChatRoom

    0下载:
  2. 基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe 在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果-TCP-based chat room. WSAAsyncSelect m
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:87006
    • 提供者:韩静
  1. OPC-Server--src

    2下载:
  2. OPC Server服务器和驱动源代码,非常实用,支持Modbus RTU,Modbus TCP,IEC61850,CANopen协议等。您需求OPC Server或其他协议源代码,联系 truesoft@163.com-OPC Server source code for Modbus RTU,Modbus TCP,IEC61850,CANopen procotol.
  3. 所属分类:Communication

    • 发布日期:2014-06-18
    • 文件大小:4654080
    • 提供者:truesoft
  1. net_engine

    0下载:
  2. 这个源码是实现IOCP功能的TCP服务器的通讯库。-This source is a function of the realization of IOCP server TCP communications library.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:49131
    • 提供者:金光华
  1. TCP-SERVER

    0下载:
  2. TCP聊天服务器端程序,程序在VC6.0中调试通过-TCP chat server-side procedures, the procedures adopted in VC6.0 in debugging
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:31749
    • 提供者:zb
  1. cvery_112520622

    0下载:
  2. 用socket实现tcp和udp,包含了客户端和服务器端-use socket to complete tcp/udp code
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:203463
    • 提供者:yjcheng
  1. WINSOCK-TCP

    0下载:
  2. 基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:106450
    • 提供者:yihan222
  1. TCP

    0下载:
  2. 实现tcp通信,向服务器提交程序,学生信息等内容-Achieve tcp communication, submitted to the server process, such as Student Information
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:2002
    • 提供者:fuwayu
  1. winsock_upload

    0下载:
  2. 此程序是TCP服务器端程序和客户端程序,实现网络聊天功能,可以作为初学者学习网络通讯的入门程序。-This program is server-side procedures and TCP client, chat network, you can learn as a beginner' s entry procedures for network communications.
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1919683
    • 提供者:youbingbing
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:319787
    • 提供者:timoho
  1. TCPServer

    0下载:
  2. TCP连接服务器,能够实现TCP连接的服务端程序源代码。-TCP connect to the server
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:14700
    • 提供者:jiang
  1. tcp

    0下载:
  2. 一个简单的Windows下的tcp程序,包含客户端和服务器端,对于初学winsock有帮助!欢迎下载!-A simple tcp programs under Windows, including client and server side, for beginners winsock help! Welcome to download!
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:32746
    • 提供者:yuchen117
  1. SimpleUdpSrvr

    0下载:
  2. 利用Socket实现TCP服务器功能,方便初学者学习和研究。-Use Socket to achieve TCP server function, convenient for beginners to learn and study.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:20111
    • 提供者:球生
  1. ChatClient

    0下载:
  2. TCP聊天室,TCP服务器 ,网络编程资料-TCP chat rooms, TCP server, network programming information
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:64876
    • 提供者:阿刚
  1. VSPM

    1下载:
  2. 虚拟串口软件可以将TCP/IP、UDP广播映射成本机的虚拟COM 口,应用程序通过访问虚拟串口,就可以完成远程控制、数据传输等功能。 通过扩展DLL,可以实现串口互通、协议分析、数据采集等功能,提供例程代码。 此软件可免费用于商业用途,例如串口服务器、GPRS模块配套等 -VSPM
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3082091
    • 提供者:郭郭
  1. TCP-server-and-client

    1下载:
  2. TCP服务器和客户端,这个算是比较简单的例子小程序吧-TCP server and client
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:5702
    • 提供者:北极星
  1. TCP

    0下载:
  2. TCP通信,发文件例子,内含服务器端和客户端的所有源码,供学习-TCP traffic, issued a document example, contains all the source code of the server and client for learning
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1555848
    • 提供者:hesp
« 12 3 4 5 »
搜珍网 www.dssz.com