搜索资源列表
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.
JavaSendUDP
- sendudp java 发送udp包的程序,基于winpcap,jpcap-sendudp java Send udp packet procedures, based on winpcap, jpcap
chatWithUDP
- 利用UDP实现网络聊天室,实现聊天无需建立连接,直接发送接收数据即可-use UDP Network chat room and chatting without realizing connect directly receiving data can be sent
j02150301
- 基于udp的网络聊天室,可以在局域网内两主机间发送接受消息
code
- 是一个Tcp和Udp网络通信的小程序,能实现客户端和服务器之间简单的发送信息的功能。
zjkdata
- 这是一个udp接收程序,包括了图形界面,和获得发送udp的ip地址,可以在jbuilder上运行,项目使用过,需要的话根据需求略加修改即可
javaUDP_SendPicture
- java UDP发送图片 java UDP发送图片-java send picture java send picture java send picture
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
java_icq
- 实现TCP/UDP的socket编程,ICQ功能,在线聊天,群聊,发送附件功能。含数据库及图片文件。eclipse开发。-The realization of TCP/UDP' s socket programming, ICQ features, online chat, group chat, send attachments. With database and picture files. Development eclipse.
chatroom
- java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示 客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片 实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
java_chat
- 在做培训时带领学生一起做的聊天系统,包括服务器和客户端,主要功能有注册、登录、客户端之间通过UDP方式聊天和传送文件,客户端自动接受服务器端关于其他客户的登录、退出信息(上线、下线通知),服务器发送信息给客户端等等,使用文件保存注册用户信息。具体的可仓库文档,作为Java初学者,如果能写出这样的系统,那么找工作应该没有问题了,工资至少可达4以上。对有兴趣的学习者,下载后看代码吧!-about tcp/udp chat
UDP
- 编写一网络聊天程序,用户界面部分已经编好,清将发送消息和接收消息不分补全。-Write a chat program, the user interface part has been prepared and clear to send messages and receive messages, regardless of completion.
1udp
- 基于UDP协议的网络通信程序,向服务器端发送100个数据包-UDP-based network communication program, the server sends 100 packets
UDP
- 基本的UDP发送端和接收端程序,实现接收和发送信息及交换-basic UDP program for sending and receiveing
h264
- 一硬编码模式提取h264数据流并可通过udp发送。。其中对头部的手机硬件参数设置部分请自己根据自己的手机设置修改-A hard-coded pattern extraction h264 data stream can be sent via udp. . In which the head of the phone hardware parameter setting your own phone settings to modify according to their own
udp
- UDP简易例子,通过接收端和发送端传输数据-UDP simple example, through the receiving end and the sending end of the transmission of data
as3-udp
- as3中使用udp进行测试的工具,很好用。 可以使用as3发送udp数据,不能发送udp广播,需要发送广播可以使用java或C++生成库,再转换为ane加载到Flash中即可。-as3 use udp testing tools, easy to use. Data may be transmitted using AS3 udp, udp can not send a broadcast, the broadcast can be used needs to be transmitted to
TCP、udp通讯
- C语言实现tcp、udp的同时通讯,使用者可同时实现接收、发送数据。