搜索资源列表
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
0下载:
一个Java通信小程序,包括一个客户端,一个主机端.一个主机可以和多个客户端进行通信.但要注意程序中的IP要改.才可以通信.-a small communication procedures, including a client, a mainframe terminal. A host can be and in a number of client communications. But we must pay attention to the procedures of IP must
-
-
0下载:
一款用JAVA写的时时沟通软件,有点像QQ。-with JAVA always written communication software, a bit like QQ.
-
-
0下载:
OMNeT++ is an extensible, modular, component-based C++ simulation library and framework, with an Eclipse-based IDE and a graphical runtime environment. Domain-specific functionality (support for simulation of communication networks, queuing networks,
-
-
0下载:
这是移动公司内部tuxedo调用源码,包括与java通过socket通信源码,CRC16位,多线程socket服务端等功能模块-This is a moving company call tuxedo source, including those related to java source code through the socket communication, CRC16-bit, multi-threaded socket server module and other functi
-
-
0下载:
采用JAVA编写的基于UDP的通信软件,可以很好的完成局域网间的通信-Written using JAVA UDP-based communications software, you can complete a good communication between the LAN
-
-
0下载:
JAVA飞鸽传书源代码,改进了一些功能,是个通讯的好软件,具有很大的学习和参考意义。-IP Messenger JAVA source code, improved some of the features is a good communication software, has great significance in learning and reference.
-
-
0下载:
一款JAVA局域网通讯小程序,供初学习者使用学习-A local area network communication JAVA applets for learners in early learning
-
-
0下载:
各种计算机网络通信的程序,包括java和MFC编程,有界面-A variety of computer network communication procedures, including java and MFC programming, with interface
-
-
0下载:
这是一个关于socket通信的java程序,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-This is about the socket communication program, a comprehensive use of Java network protocol, programming languages, API and graphic interface based on socket set up, li
-
-
0下载:
这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
-
-
1下载:
java实现的串口通信,并且将下层采集到的数据绘制成曲线。Java串口通信数据采控系统的设计与实现.pdf-A Java implementation of serial communication, and collected data to plot the layers below it into curve. Java data mining control system design and implementation of serial communication. PDF
-
-
0下载:
这是简单的一个socket通信编程demo,利用java代码编写。客户端服务器分开。-Write a socket communication simple demo, is primarily a simple server-side code
-