Welcome![Sign In][Sign Up]
Location:
Search - coordinate java

Search list

[JSP/Javacoordinate

Description: 实现java字体的显示,如旋转字体放所等-achieve java fonts, such as rotation, etc. fonts release
Platform: | Size: 51196 | Author: 饭桶 | Hits:

[JSP/Javacoordinate

Description: 实现java字体的显示,如旋转字体放所等-achieve java fonts, such as rotation, etc. fonts release
Platform: | Size: 51200 | Author: 饭桶 | Hits:

[Graph Drawingdrawcirle

Description: 在直角坐标系上画圆-the Cartesian coordinate system on the Circle
Platform: | Size: 19456 | Author: | Hits:

[Otherbahuanghouwtdejavashixian

Description: n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm.* Chessboard as a coordinate system to lower left-hand corner of the origin (0,0). The coordinates of each point of a Point class.* Each Queen's Queen's target for a Queen.* A judgment whether the coordinates of points in, a Queen's control of the function of Queen.isUnderControl (point) .
Platform: | Size: 4096 | Author: tangying | Hits:

[JSP/JavaJAVAstudycode

Description: 画脸形、文件压缩、园形统计图、坐标变换、在JAVA中实现链表-Painting脸形, file compression, Park-shaped charts, coordinate transformation, achieved in JAVA List
Platform: | Size: 113664 | Author: | Hits:

[Otherzbzh

Description: 坐标系转换问题在工作中经常会遇到,例如,在陆地和海洋的地震勘探中,当今最便捷的定位方法是 GPS 卫星定位,可是 GPS 定位数据是 WGS84 坐标系上的数据,而各国采用的往往是早先建立的国家坐标系,为了避免出现矛盾,就需要将 WGS84 定位数据转换到国家坐标系上。-Coordinate system conversion issues in the workplace often encountered, for example, on land and marine seismic exploration, the most convenient method is positioning satellite positioning GPS, but GPS positioning data is the WGS84 coordinate system data, and to adopt the is often the earlier establishment of the national coordinate system, in order to avoid contradictions, we need to convert WGS84 positioning data on the national coordinate system.
Platform: | Size: 188416 | Author: 999 | Hits:

[Other systemsmaptrmemforjava

Description: mapxtreme for java 的开发实例,有注解。入门用-mapxtreme for java development examples, there are comments. Getting Started with
Platform: | Size: 101376 | Author: phil | Hits:

[JSP/Javacoordination

Description: 画出一个二维坐标轴和若干曲线 坐标轴上有刻度等信息 -Draw a two-dimensional coordinate axis and a number of curvilinear coordinates have calibration information such as axis
Platform: | Size: 3072 | Author: wuyuxiu | Hits:

[JSP/Javagiscoordinate_src

Description: 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 to manipulate the coordinate, moving it around the globe by giving it distances in feet and direction of travel. You can then extract the new coordinate that is calculated after the travel.-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 to manipulate the coordinate, moving it around the globe by giving it distances in feet and direction of travel. You can then extract the new coordinate that is calculated after the travel.
Platform: | Size: 11264 | Author: 王明明 | Hits:

[JSPComputerGraphics_Simp

Description: 搜集了大量关于2D、3D的图型技术介绍,从基本的坐标系到图形图像面、深度、色彩、光线等-To collect a large number on the 2D, 3D technology plans, the terms of the basic coordinate system to the graphic image surface, depth, color, light, etc.
Platform: | Size: 1632256 | Author: same.zhao | Hits:

[JSP/JavaCoordinatejavaclass

Description: java编写的坐标投影的抽象类(Coordinate.java),可以直接继承使用。-java projection coordinates the preparation of the abstract class (Coordinate.java), the use of direct inheritance.
Platform: | Size: 2048 | Author: 祝赢 | Hits:

[JSP/JavaJAVA

Description: 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点 间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的 Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出 提供功能的结果。 (求以点(1,1)为极坐标原点,点(5,5)的极坐标) -Will be a point on the Cartesian coordinate system is defined as a service class Point, Point class provides coordinates obtained on the function of the distance between two points, access and set coordinates, polar coordinates to obtain functions, and the completion of the Point that have been created class object statistical functions. Design Test Point service class application' s main class to provide functionality to test and display the output results. (Seeking to point (1,1) to polar coordinates origin point (5,5) in polar coordinates)
Platform: | Size: 1024 | Author: liqiaowaner | Hits:

[JSPFlexLCDSJavatutorial

Description: Flex + LCDS + Java 入门教程,利用flex的lcds来协调java代码和flex代码的通信问题。-Flex+ LCDS+ Java Getting Started tutorial for lcds to coordinate the use of flex and flex code java code communication problems.
Platform: | Size: 337920 | Author: 柴巧珍 | Hits:

[JSP/JavaCoordinate

Description: 能建立坐标系,并且能画出坐标系的点集或网集-Coordinate system can be established, and can draw the coordinates of the point set or a network set
Platform: | Size: 14336 | Author: 都督 | Hits:

[JSP/JavaBejeweledDeluxePlugin

Description: 是我写的校内宝石迷阵的外挂,代码注释清晰保证质量。 把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 directory. Need to enter in the configuration Bejeweled top left corner of 8* 8 grid coordinates on the screen, I do DistanceMeasure which can capture, and to measure it depends on how you coordinate with the
Platform: | Size: 34816 | Author: lubo | Hits:

[JSP/Javamo-java-version-crack-aaccess-to-shp

Description: MAP OBJECTS JAVA版的破解,以及把access中的点坐标数据转换为shp文件。-MAP OBJECTS JAVA version of the crack, and the access point in the coordinate data into a shp file.
Platform: | Size: 233472 | Author: 沛枫 | Hits:

[Chess Poker gamesBackgammon-java-code

Description: 本五子棋游戏是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. Computer to go with the brute-force method to determine the piece is a coordinate point of each of the four directions of the maximum number of pieces, and finally arrive at the coordinates of the maximum number of pieces, erupted.
Platform: | Size: 11264 | Author: 王伟 | Hits:

[JSP/Javamofang

Description: Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTML to call, but when you need to run a browser plug-ins installed to run Class. Java source code part, more interesting, but also a reference. As coordinate control, rotation matrix, timer, generate images, data initialization, matrix multiplication, coordinate rotation, to determine whether it is arranged in a clockwise direction, the mouse press, release when the action, etc., can be in the source code expression.
Platform: | Size: 8192 | Author: eric | Hits:

[JSP/Javajava

Description: 创建一个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 points of origin coordinate and distance
Platform: | Size: 1024 | Author: 于亮 | Hits:

[JSP/Javaspatialindex.java.044b

Description: 主要用于支持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 search
Platform: | Size: 743424 | Author: fuyanjie | Hits:
« 12 3 »

CodeBus www.codebus.net