搜索资源列表

  1. IM即时通信软件(含源码)

    0下载:
  2. 用C++builder 写的IM即时通信软件,包含源码,主要由客户端和服务器端组成,供有需求的朋友参考和进一步完善。
  3. 所属分类:其它程序

  1. 基于OPC的RSView32服务器与vc客户机通信

    0下载:
  2. RSView32作为上位机服务器,vc开发程序作为客户端,通话OPC实现交互
  3. 所属分类:通讯编程

  1. blackberry socket 通信

    0下载:
  2. 刚开始学习黑莓的编程,这是我花了一周的时间捣出来的一个黑莓socket通信,实现了客户端连接到服务器后,客户端之间信息的交互.
  3. 所属分类:通讯编程

  1. clienttoserver

    0下载:
  2. java编写的一个客户端和服务器通信的软件,可以聊天-prepared by a client and server communications software, Chat
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:102400
    • 提供者:毛伟
  1. udpDatagram

    0下载:
  2. UDP服务器和客户端通信的简单例子,但麻雀虽小,五脏俱全,适合于初学者。-UDP server and client communication simple examples, but Sparrow small, perfectly formed, and suitable for beginners.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陈勇光
  1. 基于JAVA的ICQ系统的设计于实现

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Inte
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-19
    • 文件大小:1710080
    • 提供者:陈玉平
  1. 一个简单的实现客户端和服务器端聊天的C程序

    0下载:
  2. 一个简单的实现客户端和服务器端聊天的C#程序,网络通信-a simple realization of client and server-side chatting C# procedures and network communications
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:539648
    • 提供者:云中云
  1. SERCOM

    0下载:
  2. 局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c++, with detailed server and client communication source, and containing Principle
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:沈秀峰
  1. 网络即时通信系统

    0下载:
  2. 本连天工具的源码有服务器端和客户端程序两部分组成,整体采用java平台开发,多线程开发,并使用 SQL 2000管理数据库系统!-grievances of the tools have the source code server and client program consists of two parts, the overall use of java platform, multithreaded development,
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-19
    • 文件大小:73728
    • 提供者:朱晓峰
  1. java通信程序

    0下载:
  2. 本程序实现了最简单的端到端通信,分为服务器端和客户端两个,适合初学者研究-realized by the most simple end-to-end communications, divided into server and client 2, suitable for beginners study
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:冯亮
  1. Winsock实践

    0下载:
  2. 网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:66560
    • 提供者:程拨
  1. commun

    0下载:
  2. 一个支持多用户的基于TCP/IP协议的客户/服务器通信的应用程序-a multi-user support based on the TCP/IP protocol client/server communication applications
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:万成凯
  1. tcp通信

    0下载:
  2. 这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:程拨
  1. Server多客户

    0下载:
  2. 该例是实现一个服务器,多个客户端之间的通信,采用了多线程机制。实现效率高-the cases is a server, a number of client communications between the use of multi-threaded mechanism. To achieve high efficiency
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:
  1. 客户端服务器端的通信程序

    0下载:
  2. JAVA程序设计来实现了多个客户端和一个服务器端的通信程序-JAVA procedures designed to achieve a number of client and a server-communication program
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:li
  1. 0904 与WinSock结合的串口通信实例

    1下载:
  2. 与WinSock结合的串口通信实例,分为服务器端何客户端两个程序,程序名分别为SClient,SServer -WinSock combined with the serial communication examples, divided into server-client 2 DR procedures, procedures were respectively SClient, SServer
  3. 所属分类:串口编程

    • 发布日期:2024-05-19
    • 文件大小:2014208
    • 提供者:严沁
  1. EchoExam

    0下载:
  2. 最简单的服务器客户端通信程序,带注释,都是我学习的时候写的,希望对java初学者有用-most simple client server communication procedures with the Notes are learning when I write, java beginners want to useful
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:lisa
  1. 客户端与服务器端使用串口通信的程序源码

    0下载:
  2. 客户端与服务器端使用串口通信的程序源码,好东西!-client and server use serial communication procedures source, the good stuff!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:46080
    • 提供者:胡显辉
  1. c-s-liaotian

    0下载:
  2. 客户-服务器聊天,使得相互两台电脑在不同地方实现即时通信,方便快捷。-client-server chat, make mutual two computers in different places to achieve instant messaging, convenient and quick.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:付辉平
  1. socket(chlientandserver)

    0下载:
  2. 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:sunny
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org