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

搜索资源列表

  1. coordinate

    0下载:
  2. 实现java字体的显示,如旋转字体放所等-achieve java fonts, such as rotation, etc. fonts release
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:51196
    • 提供者:饭桶
  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. 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. giscoordinate_src

    0下载:
  2. This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:11234
    • 提供者:王明明
  1. Coordinatejavaclass

    1下载:
  2. java编写的坐标投影的抽象类(Coordinate.java),可以直接继承使用。-java projection coordinates the preparation of the abstract class (Coordinate.java), the use of direct inheritance.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-11
    • 文件大小:2212
    • 提供者:祝赢
  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. Coordinate

    1下载:
  2. 能建立坐标系,并且能画出坐标系的点集或网集-Coordinate system can be established, and can draw the coordinates of the point set or a network set
  3. 所属分类:JavaScript

    • 发布日期:2016-03-13
    • 文件大小:14827
    • 提供者:都督
  1. mo-java-version-crack-aaccess-to-shp

    0下载:
  2. MAP OBJECTS JAVA版的破解,以及把access中的点坐标数据转换为shp文件。-MAP OBJECTS JAVA version of the crack, and the access point in the coordinate data into a shp file.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:233146
    • 提供者:沛枫
  1. Backgammon-java-code

    0下载:
  2. 本五子棋游戏是java源码,可以实现人机对战和人人对战,同时有帮助菜单。输和赢都会出现提示。计算机走棋子是用穷举法判断每一个坐标点的四个方向的的最大棋子数,最后得出棋子数最大值的坐标,下子。 -The backgammon game is the java source code, and everyone can play against human battle, while the Help menu. Will be prompted to enter and win. Comput
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:11597
    • 提供者:王伟
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTM
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:8196
    • 提供者:eric
  1. spatialindex.java.044b

    0下载:
  2. 主要用于支持spatial indexing technology, 使用spatial index包括R-tree以及R-tree的扩展,可以进行包含坐标数据的index以及search-Used to support spatial indexing technology, including the use of spatial index R-tree and R-tree extension can contain coordinate data of the index and se
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:743168
    • 提供者:fuyanjie
  1. java

    0下载:
  2. 修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.-Modify the definition of experiment 7 Rectangle class, so that it has two cons
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4487
    • 提供者:
  1. spss第六次上机课

    0下载:
  2. 将笛卡尔坐标系上的点定义为一个服务类point,point类求坐标系上两点间的距离。设计测试point服务类的应用程序主类,显示输出已创建对象间的距离。(The point on the Descartes coordinate system is defined as a service class point, and the point class is used to find the distance between two points in the coordinate syste
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:1311744
    • 提供者:123456454
  1. minesweeper

    0下载:
  2. Then you can input the command, which includes 3 types: x,y,B Mark the coordinate position (x,y) as a mine, which will be displayed in '@'.It can be cancelled by the input of x,y,N . Everytime you mark a mine, the total number of mines will be subtra
  3. 所属分类:Java编程

    • 发布日期:2018-01-06
    • 文件大小:5120
    • 提供者:jlg098
  1. 数据结构城市链表

    1下载:
  2. 1. 城市链表 [问题描述]   将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。 [基本要求]   (1) 给定一个城市名,返回其位置坐标;   (2) 给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。(1. City chain list [descr iption of the problem] The information of a number
  3. 所属分类:文章/文档

    • 发布日期:2018-01-08
    • 文件大小:178176
    • 提供者:叁佰
  1. 离线编程资料

    1下载:
  2. 全中文操作介面,操作简单、灵活,只要略懂电脑者便可以轻松操作,即使没有编过程式的人经过1天的学习也可轻松编出SMT程式。支持简繁体操作系统,WIN98/ME/2K/XP/2003;功能模块:图像处理器、PCB图像取坐标、BOM整理、坐标整理、BOM坐标合成、高速机优化、生成SMT\AI程式、生成SMT\AI程式转换;(The Chinese operation interface is simple and flexible. It can be manipulated easily if on
  3. 所属分类:教育系统应用

    • 发布日期:2018-01-10
    • 文件大小:2980864
    • 提供者:chunmengsha
  1. GPSConvertBaiDu

    0下载:
  2. 百度地图显示的坐标是自己的坐标系统,是经过加密后的百度坐标(位置隐私安全)。如果其他的坐标要到百度地图上显示就必须把该坐标转换成百度地图坐标(coordinate transformation)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:904192
    • 提供者:yp10110517
  1. peypolh

    0下载:
  2. 利用相应的信息技术以及互联网技术来协调企业与顾客间在销售、营销和服务上的交互(In order to improve the core competitiveness, the company uses the corresponding information technology and Internet technology to coordinate.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:93Ug6o
  1. vcyekyf

    0下载:
  2. 利用相应的信息技术以及互联网技术来协调企业与顾客间在销售、营销和服务上的交互(In order to improve the core competitiveness, the company uses the corresponding information technology and Internet technology to coordinate.)
  3. 所属分类:Telnet服务器

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:fb6YiV
  1. ncmbkoh

    0下载:
  2. 利用相应的信息技术以及互联网技术来协调企业与顾客间在销售、营销和服务上的交互(In order to improve the core competitiveness, the company uses the corresponding information technology and Internet technology to coordinate.)
  3. 所属分类:多媒体

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:N1hebB
« 12 »
搜珍网 www.dssz.com