-
JAVA案例开发集锦
Java development related books <java case development collection>
- 2020-06-20 13:40:01下载
- 积分:1
-
简历
说明: jianli muban gezhogn xiangxing
- 2020-06-20 01:20:02下载
- 积分:1
-
ejb01
这是一个ejb3的学习测试代码,希望对各位同仁有帮助.(This is a learning test ejb3 code you want to help colleagues.)
- 2009-12-25 16:54:25下载
- 积分:1
-
聊天室系统charroom
本系统用java+Mysql技术,实现了一个聊天室系统,可同时允许多人一起在线聊天,互发信息。(The system used java+ Mysql technology, achieve a chat room system, while allowing people to chat online with each other fat information.)
- 2020-07-06 14:58:58下载
- 积分:1
-
Splitter
splitter sample which can be used to demonstrate how to use split panel in java swing(splitter sample)
- 2010-05-12 16:10:30下载
- 积分:1
-
Regular-expressions-simplifypattern-matching-code
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.(Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.)
- 2007-05-10 19:54:00下载
- 积分:1
-
commons-io-2.6-bin
a tool for io, and may help to progtam.
- 2018-12-09 13:31:18下载
- 积分:1
-
jpcap_x64
jpcap64位包 含jpcap.dll(jpcap64.jar+ jpcap.dll)
- 2018-01-12 16:23:06下载
- 积分:1
-
src
说明: 冒险岛079服务器源码 冒险岛079服务器源码(sheng da maplestory079 fu wu duan yuan ma)
- 2010-04-23 10:15:41下载
- 积分:1
-
2008010
编写一个线段类 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)
- 2009-12-24 14:03:10下载
- 积分:1