-
以源代码形式的发布必须保留上述版权
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- 2022-01-24 18:06:04下载
- 积分:1
-
一个Windows的BMP文件是一种常见的图像格式,java不处理。而BMP…
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endian order used by the windows and the intel processor.
- 2022-05-15 16:13:31下载
- 积分:1
-
Own collection of code hard disk, Java performance management system for student...
自己收藏的代码硬盘,Java学生成绩管理系统
- 2023-06-13 19:30:03下载
- 积分:1
-
This a photo of Dongdong. Very well said! !
这是一个图片处理的东东。很不错的说-This a photo of Dongdong. Very well said! !
- 2022-03-09 12:19:01下载
- 积分:1
-
text editor is a tool that can search for copies of documents
是一个文本编辑工具,可以事项文件拷贝查找-text editor is a tool that can search for copies of documents
- 2023-01-18 17:45:03下载
- 积分:1
-
各类系统通用登陆源代码,简小,精悍,实用型!!!!适用于课程设计及毕业设计!!!(糊弄型)...
各类系统通用登陆源代码,简小,精悍,实用型!!!!适用于课程设计及毕业设计!!!(糊弄型)-various generic landing system source code, simplifying small, lean, Practical! ! ! ! apply to the curriculum design and design graduates! ! ! (fool-type)
- 2023-07-14 14:35:04下载
- 积分:1
-
Java应用隐藏
用于JAVA应用程序中的CACHE-JAVA applications for the CACHE
- 2023-08-04 20:40:04下载
- 积分:1
-
这是一个不错的程序 值得亦看 可以仔细研究研究
这是一个不错的程序 值得亦看 可以仔细研究研究-This a good procedure should do it carefully studies
- 2022-01-22 06:55:47下载
- 积分:1
-
java的DFS(Depth
java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
- 2023-01-23 17:55:04下载
- 积分: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