搜索资源列表

  1. socket

    0下载:
  2. 客户端,服务器端,速度快的聊天程序, 架构良好-Client, server-side, fast chat program, well-structured
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:275456
    • 提供者:king du
  1. socket

    0下载:
  2. socket实现文件传输,具有客户端和服务器端-realize socket file transfer, with the client and server
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:25600
    • 提供者:hs
  1. Chatter

    0下载:
  2. 聊天服务器端和客户端源代码,tcp、ip协议,vc++实现,是学习winsock通讯的很好实例-Chat server and client source code, tcp, ip protocol, vc++ Realize, is to learn from good examples winsock communication
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:96256
    • 提供者:张欣
  1. 4564564

    0下载:
  2. 自己写的面向连接的CSocket实现的服务器与客户端程序。-Write their own connection-oriented realization of the CSocket server and client program.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:14268416
    • 提供者:at000g
  1. shipinjiankong

    0下载:
  2. 实现远程的视频监控,有客户端和服务器的程序,可供学习-Remote video monitoring, there are client and server procedures for learning
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-19
    • 文件大小:972800
    • 提供者:zty
  1. 123

    0下载:
  2. 客户端服务器之间的通信! TcpIp使用方法 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-Client-server communications between! Tcpip use in the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:154624
    • 提供者:peter
  1. JavaComunication

    0下载:
  2. 用java编写的一款即时通信软件源码,主要是分客户端,服务器端以及各自的功能模块-Using java prepared a real-time communications software source code, mainly sub-client, server-side, as well as their respective functional modules
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:584704
    • 提供者:小李
  1. tcp

    0下载:
  2. 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。-A simple network communication system, communication between the two sides to send and receive messages, including ser
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:3840000
    • 提供者:jjf
  1. vctcpip

    0下载:
  2. vc6.0 tcp/ip客户端服务器端接收发送程序-vc6.0 tcp/ip client server-side program to receive send
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:3539968
    • 提供者:木百
  1. Socket

    0下载:
  2. 网络通讯中间件,客户端、服务器端,自带测试例程-Network communication middleware, client, server-side, bring their own test routines
  3. 所属分类:中间件编程

    • 发布日期:2024-05-19
    • 文件大小:71680
    • 提供者:whping
  1. dianziyoujianxitdeshejiyukaifa

    0下载:
  2. email整个电子邮件系统由服务器程序和客户端程序两大部分组成。服务器程序由两大模块组成:通信模块和服务器文件处理模块;客户端程序也由两大模块组成:通信模块和界面提供模块。-email the entire e-mail system by the server and client procedures of two major components. Server program module by the two major co
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:194560
    • 提供者:jhm
  1. VideoPost

    0下载:
  2. 程序使用udp协议,分为服务器和客户端程序用来传递视频文件
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:63488
    • 提供者:weixiangfeng
  1. JAVAICQ

    0下载:
  2. 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:103424
    • 提供者:里严明
  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. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:葛欣
  1. MyChat

    0下载:
  2. 即时通讯,有一个客户端,以及一个服务器端。-Instant messaging, there is a client and a server-side.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:alatalk
  1. Gobang_java

    0下载:
  2. 可联机对战的五子棋java源代码 包含服务器文件和客户端文件 详细的技术文档和用户手册-Available on-line against the Gobang java source code file that contains the server and the client document detailed technical documentation and user manual
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1595392
    • 提供者:Zhou Qing
  1. TCP

    0下载:
  2. TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:1905664
    • 提供者:阿平
  1. ftp

    0下载:
  2. 一个简单的ftp实例,包括了服务器端和客户端,有详细的源码和说明,对入门者会有帮助-Ftp a simple example, including a server-side and client, has a detailed source code and instructions will be helpful for beginners
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-19
    • 文件大小:2504704
    • 提供者:nemo
  1. cs

    0下载:
  2. VC++ socket 客户端与服务器端通信-VC++ socket client and server-side communications
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:3848192
    • 提供者:ze
  1. yuanchengjiankong

    0下载:
  2. 实现简单的远程监控,从客户端抓取屏幕发送到服务器端-server
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1350656
    • 提供者:mao
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org