-
一个用java 编写的可以和多个人聊天的服务器
一个用java 编写的可以和多个人聊天的服务器-a prepared using java and more individuals can chat server
- 2022-04-20 14:20:58下载
- 积分:1
-
这个完整的源代码,为我们的移动游戏冬季运动。源代码是…
This the full source code for our mobile game Winter Sports. The source code is distributed under the terms of the GNU Public License.-This the full source code for our mobile g ame Winter Sports. The source code is distribut ed under the terms of the GNU Public License.
- 2022-05-14 17:00:04下载
- 积分:1
-
《Java案例开发》源代码252KB大小,包含众多JAVA的源代码
《Java案例开发》源代码252KB大小,包含众多JAVA的源代码-"Java Case Development" source code 252KB size, contains many Java source code
- 2023-01-11 21:30:03下载
- 积分:1
-
wendang java。124342423 432
wendang for java. 124342423 432
- 2022-01-31 06:17:17下载
- 积分:1
-
一个改变线程状态程序
一个改变线程状态程序-a thread change state procedures
- 2023-05-26 05:25:02下载
- 积分:1
-
Optimal binary tree data structure of Huffman encoding realize, for reference on...
数据结构中最优二叉树Huffman编码的实现,仅供参考-Optimal binary tree data structure of Huffman encoding realize, for reference only
- 2023-02-17 08:35:03下载
- 积分:1
-
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1...
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1 , Point p2)
编写5个成员方法。如:
检查线段是否位于第一象限check()…
求线段的长度 length() …
判断两条直线是否相交(另一线段作为参数)。
编写一点到该线段(或延长线)的距离
其他方法。
注:编写方法时,考虑利用Point类的方法
编写测试程序-Write a segment class MyLine, requirements are as follows: The main attributes are: x, y type Point (see API) the preparation of construction methods, such as MyLine (Point p1, Point p2) prepared by five members of the method. Such as: Check whether the line segment in the first quadrant check () ... order to segment the length of the length () ... to determine whether the two straight lines intersect (the other segment as a parameter). The preparation of 1:00 to the line segment (or extension) of the distance from other methods. Note: The preparation method, consider using the Point class approach to preparing test program
- 2022-05-10 16:17:22下载
- 积分:1
-
SOAP实例程序,实现Java发送SOAP信息
SOAP实例程序,实现Java发送SOAP信息-SOAP examples of programs to achieve Java to send SOAP messages
- 2023-08-17 01:55:02下载
- 积分:1
-
个程序实现了距离矢量路由算法,又称Bellman
个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
- 2022-04-25 10:06:02下载
- 积分:1
-
数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selec...
数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法--Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insertion), quickly sorting method (quick) and selection sorting method (selection). In head files has also used the template technology to realize several kinds of sorting algorithms at the same time.
- 2022-05-08 00:59:06下载
- 积分:1