搜索资源列表
-
0下载:
简单的多线程演示程序,一共有三个线程,主线程,左边是一个时钟,右边是一个小太阳,分别由一个线程来控制,参数由主程序传递,主线程控制整个程序-simple multithreading Demonstration Program, a total of three threads, the main thread, the left is a clock, the right side is a little sun, from one thread to control and transmis
-
-
0下载:
一个j2se内容,在同一程序里包含client和server,先运行的为server后运行为client,两者用SOCKET传输,在任何一方控制小球移动都会使另一方出现一样移动。-a j2se, the same procedure Lane includes client and server, running for the first server to the client after the operation, both with Socket transmission, In an
-
-
0下载:
时间控制 运用java进行定时器的初始化和使用。 在定时器初始后,输入时间,就可以将数据传递上去。-time control using java timer for the initialization and use. After the initial timer, the importation of time, they can boost data transmission.
-
-
0下载:
UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
-
-
6下载:
基于java的rtp实现,采用rtp和rtcp来控制实时传输-Java-based implementation of the rtp, rtp and rtcp used to control real-time transmission. . .
-
-
0下载:
Socket套接字—Java套接字编程
基础知识—Java的网络功能与编程
网络协议—Java网络编程之传输控制协议
相关API—Java Transaction API概述
-Socket socket-Java socket programming basics-Java' s network capabilities and programming of network protocols-Java network programming related to the
-
-
0下载:
JAVA传输控制协议
Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。-JAVA Transmission Control Protocol Http client program has been integrated into the Java language, you can cal
-
-
0下载:
利用JAVA语言实现最基本的邮件内容的传送,中间利用了邮件传输控制协议-JAVA language using the most basic e-mail content delivery, e-mail use among transmission control protocol, etc.
-
-
0下载:
网络协议
Java网络编程之传输控制协议(二1)
-Java Network Programming Network Protocol Transmission Control Protocol (b 1)
-
-
0下载:
完成文件的传输,包括文件的下载和上传,控制文件传输的数量和及时调节传输速度,方便有权限的用户在特定服务器上上传或下载文件-Complete file transfers, including file downloads and uploads, file transfer control of regulating the number and transmission speed in time to facilitate the users have permission to uploa
-
-
0下载:
变电状态监测数据通信项目书
CAG与CAC数据通信交互
为统一变电设备状态监测主站系统接入各类变电设备状态监测数据,实现变电设备状态监测数据的传输与通信。利用Web Service技术完成CAG(服务器端)与CAC(客户端)之间的数据通信与数据交换。通信过程大致包含以下几个方面:心跳交互、数据交互、读配置交互、写配置交互、控制交互和远程更新交互等过程。
-The the substation state monitoring data communication project bo
-
-
0下载:
基于UDP的流量控制系统,可靠传输方面内容也合适,但是还有待完善。-UDP-based traffic control system, reliable transmission aspects are also appropriate, but has yet to be perfected.
-
-
0下载:
The term network programming refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network.
The java.net package of the J2SE APIs contains a collection of classe
-
-
0下载:
JQuery.Gantt组件的核心脚本文件,所有的甘特图功能代码都在这个文件中。
代码结构解析:
$.fn.gantt = function (options):甘特图部件对象
基础设置项
cookieKey:cookie的键
scales:时间范围的级别
settings:部件设置集
source:数据源
it
-
-
0下载:
Java串口编程:串口数据的发送与监听读取
本人在近期的开发工作中遇到向串口发送设备控制指令的需求,遂对串口编程进行了略微深入的钻研,在此对自己的一些心得和经验进行总结,以供大家参考与交流。(Java serial programming: serial data transmission and monitoring reading
In recent development, I encountered the need to send control instructions to
-