91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 183KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-08
  • 語言: Java
  • 標簽:

資源簡介

java實現查找到一個點的最近點,并獲取點的屬性

資源截圖

代碼片段和文件信息

package?com.test;
/***********************************************
?**?Copyright?(c)?2012?-?2015?舜游科技有限公司技術開發部?
?**?創建人:?黎榮恒?
?**?日?期?:?2015-9-21?上午11:21:20
?**?描述?:?商品位置坐標
?**?
?**?版?本?:?1.0?修改人:?日?期?:?修改記錄:
?************************************************/
public?class?Coords
{
private?int?x;
private?int?y;

public?int?getX()
{
return?x;
}
public?void?setX(int?x)
{
this.x?=?x;
}
public?int?getY()
{
return?y;
}
public?void?setY(int?y)
{
this.y?=?y;
}

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-07?16:36??MatchPoint\
?????文件?????????301??2015-12-01?17:34??MatchPoint\.classpath
?????文件?????????386??2015-09-21?13:37??MatchPoint\.project
?????目錄???????????0??2015-12-07?16:36??MatchPoint\.settings\
?????文件??????????57??2015-09-21?13:43??MatchPoint\.settings\org.eclipse.core.resources.prefs
?????文件?????????598??2015-09-21?13:37??MatchPoint\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2015-12-07?16:36??MatchPoint\bin\
?????文件??????188920??2015-12-01?15:55??MatchPoint\bin\734a7099-4830-39f2-a136-0e850ccdcc7a.jar
?????目錄???????????0??2015-12-07?16:36??MatchPoint\bin\com\
?????目錄???????????0??2015-12-07?16:36??MatchPoint\bin\com\test\
?????文件?????????624??2015-12-01?17:34??MatchPoint\bin\com\test\Coords.class
?????文件????????1940??2015-12-07?16:36??MatchPoint\bin\com\test\Main.class
?????文件????????2510??2015-12-07?16:27??MatchPoint\bin\com\test\Match.class
?????文件?????????138??2015-12-07?16:27??MatchPoint\bin\com\test\MatchInfo.class
?????文件????????2175??2015-12-07?16:33??MatchPoint\bin\com\test\Point.class
?????目錄???????????0??2015-12-07?16:36??MatchPoint\src\
?????目錄???????????0??2015-12-07?16:36??MatchPoint\src\com\
?????目錄???????????0??2015-12-07?16:36??MatchPoint\src\com\test\
?????文件?????????602??2015-09-21?13:44??MatchPoint\src\com\test\Coords.java
?????文件????????1061??2015-12-07?16:36??MatchPoint\src\com\test\Main.java
?????文件????????1549??2015-12-07?16:27??MatchPoint\src\com\test\Match.java
?????文件?????????427??2015-12-07?16:27??MatchPoint\src\com\test\MatchInfo.java
?????文件????????1707??2015-12-07?16:33??MatchPoint\src\com\test\Point.java

評論

共有 條評論

相關資源