搜索资源列表
_UDPA
- 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
_UDPB
- 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
j_tcp
- 使用TCP实现两个进程间的通信 (编写客户端与服务器端的Java程序)-use TCP achieve two inter-process communication (to prepare client and server-side Java program)
MulticastClient
- java网络编程中的组播通信,在通信中有时需要将一个消息发送到一组相关的进程中,这时可以组播的方式实现-the multicast communication, the communication is sometimes necessary to send a message to a group of related processes, and this can be achieved Multicast
JAVA
- JAVA通过共享内存实现进程间的通信!这个是一个完整的代码!
wangluobiancheng
- 利用 java socket 实现网络通信,实现进程与进程之间的通信.-Java socket use network communication, the realization process and the process of communication between.
Javasocket
- 基于java的异步进程间的通信 包含所有原代码 绝对的值得下载-Asynchronous java-based inter-process communication that contains all source code absolutely worth downloading
Serializable
- 我的操作系统作业! 进程通信,我用的序列化。传送一个类·· 有UI-My operating system work! The process of communication, I use serialization. Send a class with UI
SOCKET
- 一个Unix域套接字(进程间通信插座)是一个数据通信端点在同一主机操作系统执行的进程之间的数据交换 -SOCKET Communicate,Socket (software), a web-based sales quoting software application by Deversus Software Inc
Java-network-high-level-programming
- 详细讲解了java网络编程知识,包括网络进程通信技术、jsp技术、javabean技术等。-A detailed account of java network programming knowledge, including the network process communication technology, the JSP technology, javabean.
20101190204491
- 提供与操作系统相关的进程通信,管道通信,socket通信 -Operating system process communication pipe communication, socket communication
Cetory
- 一个简单的进程通信的程序,无界面,杂货店-A simple process communication program, no interface, grocery
Chat
- 在线聊天的一个雏形,简明易懂,适合初学JAVA编程者实战练习,设计多线程,进程通信,对话框等基本功能-Online chat a prototype, concise and understandable for beginners JAVA programmers combat exercises, design multi-threaded, process communication, dialog boxes, and other basic functions
SockCommServer
- 基于java的异步进程间的通信 包含所有原代码-Asynchronous java-based inter-process communication that contains all source
workspace
- java使用aidl 服务进行进程间通信-java using aidl service for inter-process communication
ex02
- 某停车场共有TOTAL-NUM个车位, ENTRY-NUM个进口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的. 1.2 作业要求 1) 不考虑节点/进程失效的情形, 设计用于该停车场控制的分布式系统, 并给出汽车进出时使用该系统的方