搜索资源列表
CMulticastSocket-VC-4-demos
- UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
TCPUDP
- 多线程TCP UDP 简单通信实例 实现通信交互-Simple multi-threaded TCP UDP communication instances for communication interaction
ReadWrite
- ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
multithreadedudpserver
- UDP通讯使用多线程并发实例,包括服务端和客户端,使用C#开发-UDP communications using the multi-threaded concurrent instances, including server and client, using C# developers
MySocket
- Java Socket实例(服务器多线程) 之前花大力气下的代码,代码不错就是太贵,现本人分享出来-The the Java Socket instance (server multithreaded) before spend great efforts under the code, the code is a good that is too expensive, and now I share it
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
UdpCommunication
- 使用Udp协议编写的Socket通讯Demo,程序为命令行界面,可以同时启动多个互相发送/接收数据(注意每个实例的本地端口号避免重复,远程端口号写其他实例的本地端口号)。涉及到数据发送接收、多线程、监视器等操作。-Socket Udp protocol using written communication Demo, procedures for the command-line interface, you can start multiple simultaneous transmit/r