搜索资源列表

  1. udp服务器设计过程总结

    0下载:
  2. udp服务器设计过程总结.rar-udp server design process concluded. Rar
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29972
    • 提供者:李建中
  1. udp服务器

    0下载:
  2. udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:31744
    • 提供者:王楠
  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-14
    • 文件大小:2048
    • 提供者:陈勇光
  1. tcpip通讯程序

    0下载:
  2. vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:343040
    • 提供者:
  1. 基于UDP聊天系统

    0下载:
  2. 这是一款基于UDP服务器的聊天系统。可以实现局域网间聊天 -This is the UDP-based server chat system. LAN can be achieved between Chat
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-14
    • 文件大小:46080
    • 提供者:李根
  1. UDPClientAndServer

    0下载:
  2. 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:75776
    • 提供者:柴二建
  1. udp

    0下载:
  2. UDP服务器课程设计,具体要关注的环节 -UDP server curriculum design, specific attention should be paid to the links
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:
  1. TcpServer

    0下载:
  2. UDP服务器端代码,可以和一个客户端实时通信!-UDP server-side code, and a real-time communications client!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:马采人
  1. UdpClient

    0下载:
  2. UDP客户端,可以与一个UDP服务器端实时通信-UDP Client, UDP can be with a server-side real-time communication
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:马采人
  1. Javawangluo

    0下载:
  2. java网络编程经典实例 实例61 从网络取得文件 实例62 TCP服务器端 实例63 TCP客户端 实例64 UDP服务器模型 实例65 UDP客户端模型 -java network programming classic example of 61 examples of documents from the network to obtain examples of 62 TCP server-side e
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:81920
    • 提供者:李杰
  1. UDP

    0下载:
  2. udp客户端和服务器端测试程序,客户端将命令行传进来的字符串通过UDP套接字依次传送给服务器。-udp client and server-side test procedure, the client will be the command line string passed in. Chuan UDP socket in order to send to the server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:guoguo
  1. UDP_Test

    0下载:
  2. UDP服务器和客户端的示例程序,有助于学习UDP编程-UDP server and client examples of procedures, contribute to learning UDP programming
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:
  1. UDPServer

    0下载:
  2. UDP服务器模型,希望对JAVA同行们有用!谢谢下载!-UDP server model, in the hope that colleagues JAVA useful! Thank you to download!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Tammy
  1. ACEserver

    0下载:
  2. 基于ACE开发的简单的UDP服务器以及客户端,并实现广播的功能。-Based on the ACE to develop a simple UDP server and client, and to realize the function of broadcasting.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:186368
    • 提供者:郑剑芳
  1. UdpServer

    0下载:
  2. 这是一个关于UDP服务器端的代码,是用WINSOCHET编写的-This is a study on UDP server-side code is written WINSOCHET
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:方格拉
  1. udp_server

    0下载:
  2. UDP服务器端数据传输,是在LINUX下使用C语言进行编程-UDP server-side data transmission, is in LINUX using C programming language
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:cuilin
  1. UDP

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

    • 发布日期:2024-05-14
    • 文件大小:503808
    • 提供者:jjf
  1. udps

    0下载:
  2. Udp服务器程序~由mail与execute两个函数所组成。-UDP server program ~ by mail and execute composed of two functions.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:elvis
  1. UDP

    0下载:
  2. UDP协议实现网络通讯,VC++ 编写,包括服务器端和发送端-UDP protocol network communication, VC++ Prepared, including server-side and the sending end
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:272384
    • 提供者:烈马
  1. UDP

    0下载:
  2. UDP服务器设计,UDP在一个较低的水平下÷上完成进程之间的通信-UDP
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:14536704
    • 提供者:李飞刚
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org