CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Java 坐标

搜索资源列表

  1. Java布局管理器使用方法

    0下载:
  2. 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2597
    • 提供者:瑞祥
  1. JAVA绘制简单彩色图形

    0下载:
  2. * 绘图,矩形和椭圆。图形的位置坐标、图形大小和颜色随机产生 * 用户操作按钮绘图
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6835
    • 提供者:邰科
  1. java移动鼠标显示坐标

    0下载:
  2. java小程序 在固定范围内移动鼠标显示鼠标的坐标!
  3. 所属分类:源码下载

  1. Axis.java实现简单的坐标轴

    0下载:
  2. java实现简单的坐标轴,画出简单的X轴横坐标,Y轴纵坐标轴.,It is completed simple axis in Java.And it is drawed a simple abscissa X axis, Y axis longitudinal axis. 搜索
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:663
    • 提供者:xuexia
  1. java

    0下载:
  2. 创建一个point,用随机函数定义5对坐标(x,y)并储存在一个该类的数组中,安于原点的距离从远到近输出各点的坐标和原点的距离-Create a point, with random function definitions 5 on coordinates (x, y) and stored in a such an array, the distance from the origin of the content with far to nearly output of different
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:620
    • 提供者:于亮
  1. Java程序MyLine

    1下载:
  2. 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执行已编写的哪种方法(判断是否相交) 根据用户选择的方法要求用户输入点的坐标,或者线段的两点坐标,并反
  3. 所属分类:J2ME

  1. Kemulator_095

    0下载:
  2. 很好用的j2me模拟器,全功能的版本,全屏,窗口可以随意变大变小,显示箭头的坐标等功能-Very good use j2me emulator, full-featured version, full screen, window can be free to change into small, indicating the coordinates of features such as arrows
  3. 所属分类:J2ME

    • 发布日期:2017-05-21
    • 文件大小:6398226
    • 提供者:xiaoyu
  1. BejeweledDeluxePlugin

    0下载:
  2. 是我写的校内宝石迷阵的外挂,代码注释清晰保证质量。 把config.ini 置于D盘根目录下。 需要在配置中输入宝石迷阵8*8格子的左上角在屏幕上的坐标,我在里面做了DistanceMeasure 可以截图,并量取坐标 就看你怎么用了-I write plug-school gems like a trap, clear to ensure the quality of the code comments. To put D config.ini under the root dir
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:35180
    • 提供者:lubo
  1. Triangle

    0下载:
  2. 我自己写的java程序,实现输入三个点的坐标,输出能否构成三角形并输出面积和周长-I wrote it myself java process, input the coordinates of three points, the output can constitute a triangle and the output area and perimeter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:6165
    • 提供者:jacky
  1. java

    0下载:
  2. 定义一个点类成员包括横坐标和纵坐标成员方法包括构造方法和拷贝析构方法输出坐标和验证-Define a point of class members, including members of the abscissa and ordinate methods include copy constructor and destructor methods and validation of the output coordinates
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:3119
    • 提供者:蔡雨
  1. Java-yuanpan

    0下载:
  2. Java 圆盘画法~ 可用于统计 ~用循环实现~ 可替换为坐标实现-Java disc painting Statistics ~ ~ can be used to achieve ~ by cyclic coordinates can be replaced by the realization of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1344
    • 提供者:小尢
  1. TicTacToe

    0下载:
  2. 本程序是一个小游戏,称为TicTacToe,和中文里面的五子棋一样。适合2个玩家一起玩,轮流输入自己的棋的坐标,最后谁先把自己的五个棋子连成一条线谁就是赢家。-This procedure is a small game called TicTacToe, and Chinese Gobang like inside. Suitable for two players to play together, take turns entering their game of coordinates,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:34699
    • 提供者:chong
  1. calendar

    1下载:
  2. 寿星万年历是一款采用现代天文算法制作的农历历算程序,含有公历与回历信息,可以很方便的进行公、农、回三历之间的转换。提供公元-4712年到公元9999年的日期查询功能。其中1500年到1940农历数据已经与陈垣的《二十史朔闰表》核对;含有从公420元(南北朝/宋武帝元年)到今的基本年号。在过去几百年中,寿星万年历的误差是非常小的,节气时刻计算及日月合朔时刻的平均误差小于1秒,太阳坐标的最大可能误差为0.2角秒,月亮坐标的最大可能误差为3角秒,平均误差为误差的1/6。万年历中含有几百个国内城市的经纬
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:117869
    • 提供者:ccq
  1. maze

    0下载:
  2. 编写一个“密室寻宝”算法(以下简称算法),这个算法能够对给定的地图求得一个路径,使得通过该路径可以得到的物品总价值最大。 算法能够获取的信息有  地图的大小。  路径长度的最大值。  地图上每个坐标处的信息。
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:801138
    • 提供者:gaobo
  1. zuobiao

    0下载:
  2. 这是 坐标的一些程序 很好玩的 大家可以-You can hava a try
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1563
    • 提供者:chenmeng
  1. JAVA

    0下载:
  2. 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点 间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的 Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出 提供功能的结果。 (求以点(1,1)为极坐标原点,点(5,5)的极坐标) -Will be a point on the Cartesian coordinate system is defined as a service class Point
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:liqiaowaner
  1. lxjz

    0下载:
  2. java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:9275
    • 提供者:王苗
  1. MousePressEvent

    0下载:
  2. 用JAVA编写的小程序,主要是用于获取鼠标在窗口内的坐标-Written using JAVA applets, is mainly used to obtain the coordinates of the mouse in the window
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:640
    • 提供者:许开
  1. siyoubianliang

    0下载:
  2. 说明其它类引用一个类中的私有变量的方法,在屏幕上输出起点和移动后的点的坐标。-Help Others refer to a class of private variables by way of the output from the screen and the coordinates of the point after moving.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:34304
    • 提供者:戴勤英
  1. java

    0下载:
  2. 简单的已知两点和直线上某点到其中一点的距离,求这个点的坐标(The distance between a point and a point on a simple point and a point on a straight line, and the coordinates of this point)
  3. 所属分类:教育系统应用

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:PG-1
« 12 3 4 5 6 »
搜珍网 www.dssz.com