搜索资源列表
Acme包中的以Post方式发送数据的例子。
- 很经典的POST例子,上传上来看看,希望有用-classic POST example, look at upload onto the hope that useful
UDP桌面
- java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
UDPCommunicationClient
- UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
UDPCommunicationServer
- UDP发送和接收数据包服务器端,功能还可以,希望站长满意.谢谢.-UDP send and receive data packets server, functions can also hope that the head of satisfaction. Thank you.
comm.java
- 用JAVA写的串行端口发送和接收数据,希望能通过,-using Java to write the serial port to send and receive data and it is hoped that through, thank you
ClientTest
- java socket编程客户端例子 简单的连接服务端,并发送一个数据包,然后接受数据包-java client socket programming examples of simple connectivity services side, and send a data packet. then receive a data packet
SPerformance
- Socket JAVA 测试客户端,用于压力测试时的数据发送.-Socket JAVA client testing, pressure testing for the data transmission.
Asimplenetworkclient
- 这是一个简单的但也是最为标准的网络客户端范例,不但有登陆设计,而且将用户输入转换为其他编码类型,避免的传送中被人截获数据盗取密码的危险。并且将用户所用手机信息版本全部发送给了服务端,有利于服务端人性化的因机而异-This is a simple, but it is also the most standard Web client model, not only landing design, and user input will be converted to other types of
PasswordMIDlet
- 本代码是一个简单的登陆设计,适合联网登陆使用的登陆框,代码将登陆数据传送给服务器,并获取服务器响应信息。文中的密码发送验证过程也是不错的例子。-the code is a simple design of the landing, the landing for the use of the network landing frame, landing data code will be transmitted to the server, and access to the server to
netctoss
- 电信计费项目 该系统在Sun Solaris下开发,运行于Apache Tomcat平台,采用J2EE架构,基于Struts、Hibernate、Spring技术或EJB组件技术以及Oracle 9i数据库系统。该系统后台主要由数据采集系统和数据整合系统提供支持,前台部分主要分为用户自服务管理,资费管理,用户管理,管理员管理,帐单管理,帐务管理6个模块。 该系统后台部分包括数据采集系统(包括采集模块和接受模块)和数据整合系统;它们实现的功能是:1.定期采集(次/小时)原始计费Log
websms
- WEB版短信发送系统,该系统只将数据提交到MS SQL里,可批量发送
GoBang
- 利用JAVA语言编写,其中利用蓝牙通信实现客户端与服务器端的数据发送与接收。程序中包含五子连珠的算法。-Using JAVA language, which uses Bluetooth communication to achieve client and server-side data transmission and reception. Program contains Wuzilianzhu algorithms.
PostTestProject
- 此程序用于将POST数据发送给任何脚本。我们提供了一个简单的图形界面用以设置表单数据和查看输出。-This procedure is used to POST data sent to any scr ipt. We provide a simple graphical interface to set the form data and view the output.
src
- Java基于rxtx串口调试软件代码,用eclipse编写,ui是swt.上传程序里没带swt和rxtx库,自己添加吧.程序只写好了收数据,发送数据没来得及写(相对简单).-Java based on RXTX serial debugging software code, write in eclipse, UI is SWT. Upload program didn t bring SWT and RXTX library, to add your own it. The program o
smgpapi
- SMGW与ESME之间共有两种连接方式:长连接和短连接。所谓长连接,指在一个TCP连接上可以连续发送多个数据包,在TCP连接保持期间,如果没有数据包发送,需要双方发链路检测包以维持此连接。短连接是指通信双方有数据交互时,就建立一个TCP连接,数据发送完成后,则断开此TCP连接,即每次TCP连接只完成一对SMGP消息的发送。-Total of two connections: a long connection and short connection between SMGW and ESME.
javaListener
- 实现java串口监听,可以监听串口的数据,以便处理,也可以把数据发送给串口,以实现交互-To achieve java serial port monitor monitor serial data in order to deal with, can send data to the serial port, in order to achieve interactive
NETCTOSS
- 在电信的业务中,有一种Unix实验室出租业务。只要用户向电信运营商申请一个Unix账号(OS 账号),就可以远程登录Unix实验室,以使用Unix系统。任何用户登录电信运营商提供的Unix实验室的Unix系统时,Unix系统都会记录该OS 账号的登入和登出信息,这些信息都保存在Unix的系统日志文件中。 用户使用电信运营商提供的Unix实验室的服务需要缴纳一定的费用。因此,电信运营商需要一套系统,将用户登录实验室的时间长度数据采集起来,以作为对用户的收费依据。 数据采集
intelligent-platform
- 目的:基于云计算及物联网构建母婴云端智能呵护平台、设计移动智能监护终端,通过不同的模块实时显示和存储母婴的各项生理参数,并将监护数据发送给医护人员进行诊断和分析,实现孕妇和医生的远程医疗以及母婴健康信息管理。-Objective: To build a cloud-based computing and physical networking maternal and child care cloud intelligence platform, intelligent monitoring d
read-data-from-sd-card
- 上位机将sd卡的数据发送到pc串口,pc端进行解析、并实时显示,将数据保存为txt文件。-PC to send data to the sd card serial pc, pc end for analysis, and real-time display, save the data as a txt file.
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的方式保存。能比较编码前和解码后的两个文件是否一致。 (3)