-
java编程实现文字或图形的旋转,放大或缩小,以及倾斜等变换操作,已通过测试...
java编程实现文字或图形的旋转,放大或缩小,以及倾斜等变换操作,已通过测试-java programming text or graphics rotate, zoom in or out, as well as the tilt transformation operation, has been tested
- 2022-02-15 12:21:12下载
- 积分: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
-
Strust architecture is based on infrastructure projects, can be used for beginne...
是一个基于Strust架构的基础项目,可以供初学者学习交流-Strust architecture is based on infrastructure projects, can be used for beginners to learn the exchange of
- 2023-09-07 16:10:03下载
- 积分:1
-
thinking in java
随书代码 上面有书中的大部分代码,但是上面不是按照书中的章节分布的大家自己找找吧!-thinking in java
- 2022-02-06 15:16:37下载
- 积分:1
-
MobileDict
MobileDict
- 2023-03-03 04:25:04下载
- 积分:1
-
java platform, message development, message type of the object package. The main...
java平台短信开发,短信对象封装类。主要实现短信内容个格式化导入导出-java platform, message development, message type of the object package. The main achievement of the content of a message format import and export
- 2022-03-06 13:40:37下载
- 积分:1
-
文献信息查询系统!采用Java连接数据库!通过用户名,作者查询相应的数据!...
文献信息查询系统!采用Java连接数据库!通过用户名,作者查询相应的数据!-Information Inquiry System! Using Java to connect to the database! By user name, the author inquiries corresponding data!
- 2022-07-02 05:37:36下载
- 积分:1
-
J2ME手机蓝牙五子棋游戏,小巧好玩,这是手机版的源代码,新手可以研究一下。...
J2ME手机蓝牙五子棋游戏,小巧好玩,这是手机版的源代码,新手可以研究一下。-J2ME mobile phone Bluetooth Gobang game, small fun, this is mobile phone version of the source code, novice could look into.
- 2023-04-17 09:25:03下载
- 积分:1
-
这一个java代码,关于时钟万年历的源代码
这一个java代码,关于时钟万年历的源代码-clockpermanentcalendarcode
- 2022-06-01 13:49:21下载
- 积分:1
-
纯Java实现的ZIP文件压缩解压类库,JDK中的ZIP类库源码中有一些native方法,这个里面没有。...
纯Java实现的ZIP文件压缩解压类库,JDK中的ZIP类库源码中有一些native方法,这个里面没有。-Pure Java realize the ZIP file compression decompression library, JDK class library source code in the ZIP there are a number of native methods, not the inside.
- 2023-01-29 01:40:04下载
- 积分:1