搜索资源列表
-
0下载:
编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。-preparation of this proced
-
-
0下载:
网络传输大文件,于是对基于socket的文件传输采用了缓冲输入/输出流来包装输出流,再采用数据输入/输出输出流进行包装,加快传输的速度。基本传输需要大家一般都知道,建立socket链接设置端口,监听端口-Network to transfer large files, so socket-based file transfer using buffered input/output stream to wrap the output stream, then use the data input
-
-
0下载:
paintchat是一种靠java applet 传递数据的交互web聊天工具,拥有画图和聊天2种功能-paintchat is a java applet to transfer data on the interactive web chat tool, with two kinds of drawing and chat features
-
-
0下载:
能够简单的实现主从计算机之间的串口传输数据-Can be simple to achieve the main from the computer s serial port to transfer data between
-
-
0下载:
主要用于数据库和数据库之间转移数据。配好链接就可以使用。-Is mainly used for the transfer of data between the database and the database. With a good link you can use.
-
-
0下载:
用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
-
-
0下载:
关于安卓的jni的入门例子,简单介绍了Java和C接口的相互调用 普通数据传输和对象传输-Andrews entry to the jni example, a brief introduction to the Java and C interfaces, call each other normal data transfer and object transfer
-
-
0下载:
自动实现交警违章数据传送,到各个平台,oracle到sql,oracle到oracle,传送完后发送报表到各个人的邮箱-Automatic traffic peccancy data transmission, to the platform, Oracle to SQL, Oracle to Oracle, after sending the report to the transfer of personal mailbox
-
-
0下载:
To transfer data from one file to another using java.
-
-
0下载:
mywifi2程序为手机与电脑的vc程序TCPNetKit通信的手机端程序,手机为客户机,电脑的TCPNetKit为服务器,可以双向传输数据。
该程序是基于android的JAVA语言程序。用elipse软件打开。电脑的TCPNetKit为vc程序,用vc2008软件打开编译。-Mywifi2 procedures for mobile phones and computer vc procedures TCPNetKit communication phone-side program,
-
-
0下载:
百度地图的demo中,是在MarkerClusterDemo.java中演示了点聚合功能,不过比较简单,不能满足实际应用的需求。
在其基础功能之上,做了如下改进:
1,给标记点传递数据;
2,实现聚合点的点击功能,点击后在地图上展开聚合点的内容;
3,聚合的起始数目修改,支持2个点也能聚合;
4,聚合的范围调整,避免聚合点图标的互相覆盖;
5,实现地图状态变化的监听;(In the demo of the Baidu map, the point aggregation functi
-