-
Dijkstra algorithm in the Java Implementation
Dijkstra算法在JAVA中的实现方法-Dijkstra algorithm in the Java Implementation
- 2022-01-26 01:39:46下载
- 积分:1
-
这件事基于java编程,内容
这个事JAVA编程的基础,内容丰富,而且实战性强-This matter based on JAVA programming, content-rich, and strong real
- 2022-05-28 15:46:33下载
- 积分:1
-
收集的有关java学习的网站,大家可以多去看看,多多交流,对我们共同提高很有帮助哦,站长批准我为会员吧!...
收集的有关java学习的网站,大家可以多去看看,多多交流,对我们共同提高很有帮助哦,站长批准我为会员吧!-Collected about the site to learn java, everyone can go and see, a lot of exchanges, and improve for our common helpful Oh, I head for the members approved it!
- 2022-08-06 07:02:37下载
- 积分:1
-
Spring中的安全机制例子,有兴趣初学者可以学习学习
Spring中的安全机制例子,有兴趣初学者可以学习学习-SpringAegiSecutiryDemo
- 2022-03-01 07:00:06下载
- 积分:1
-
Simple class to read from keyboard. Already convert to simple type int, float, d...
Simple class to read from keyboard. Already convert to simple type int, float, double or String
- 2022-06-30 00:04:53下载
- 积分:1
-
java source projects, it is very good, because the source code is very regulated...
java超市项目的项目源码,这是非常好的,写的很规范的源码呀.-java source projects, it is very good, because the source code is very regulated ah.
- 2022-07-22 20:14:27下载
- 积分:1
-
SQL的一些经典语句喝一些JAVA面试常问的一些问题。很经典的哦...
SQL的一些经典语句喝一些JAVA面试常问的一些问题。很经典的哦 -SQL statement a number of classic drink some JAVA interview frequently asked questions. Oh, very classic
- 2022-07-07 21:00:47下载
- 积分:1
-
treeMenu 的 java 源码程序
treeMenu 的 java 源码程序-treeMenu the java source programs
- 2022-05-19 11:44:06下载
- 积分:1
-
一个用java实现的ICQ的源程序
一个用java实现的ICQ的源程序-a java with the realization of the source ICQ
- 2022-12-01 12:00:08下载
- 积分:1
-
err
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
-err
- 2022-01-23 10:11:51下载
- 积分:1