搜索资源列表
shubiaogensui550-400-mos
- 一个同时提供坐标和加减控制的鼠绘~感觉非常舒服-provide coordinates of a modified control and mouse drawn to feel very comfortable
Java布局管理器使用方法
- 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
用EXCEL完成GPS坐标转换
- 这么长时间以来我一直上传不上去这一组件,哎呀,今天终于搞上来了,不错觉的哦-such a long time since I have been unable to boost the upload components, wow, finally onto the engaging, not the illusion oh
3dTeacher
- 3D教程,简明地介绍了如何在flash中实现3维坐标转化成屏幕坐标,也讲述了如何旋转3D物体.内附了几个3D源文件.-3D tutorial, succinctly described how the flash to achieve three-dimensional coordinates into screen coordinates, also explains how to rotating 3D objects. 3D contains several source files.
jichengshili
- 用java实现继承实例,主要是坐标中点的实现还有测试用例-with java achieve inheritance example, the midpoint of the coordinates is also achieving Test
JavaExtract
- java applet 曲线坐标 动态是先曲线坐标以及取直运算 -java applet curvilinear coordinates dynamic first curvilinear coordinates and straightened Operators
通过GPS广播星历计算卫星坐标
- 通过GPS广播星历计算卫星坐标
getPix
- 根据初始百度地图坐标,再移动n个像素后获取新的百度地图坐标
WSDNWEBMiniGIS
- gis一个功能强大的坐标转换系统,可以在三种坐标系下进行四种坐标的转换,可以对学习GIS地图投影的同学有很大帮助-gis a powerful coordinate transformation system can be carried out under three kinds of coordinate system conversion of four coordinates, you can learn GIS map projection of the students are ve
Triangle
- 我自己写的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
java
- 定义一个点类成员包括横坐标和纵坐标成员方法包括构造方法和拷贝析构方法输出坐标和验证-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
zuobiao
- 这是 坐标的一些程序 很好玩的 大家可以-You can hava a try
lxjz
- 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
MousePressEvent
- 用JAVA编写的小程序,主要是用于获取鼠标在窗口内的坐标-Written using JAVA applets, is mainly used to obtain the coordinates of the mouse in the window
siyoubianliang
- 说明其它类引用一个类中的私有变量的方法,在屏幕上输出起点和移动后的点的坐标。-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.
Point
- 点的坐标平移,输出平移前的坐标和平移后的坐标(Translation of points)
地球坐标转换
- 火星坐标gcj02、百度坐标bd09、WGS84坐标转换代码
GPSUtil
- 实现地图坐标在不同平台的转换,包括火星坐标,百度地图坐标,高德地图坐标之间的转换(Transformation of map coordinates in different platforms)
coordtransform_angular
- 使用angularJs和nodeJs,实现坐标转换小工具(Using angularJs and nodeJs to achieve coordinate conversion tools)
高斯坐标正反算
- 测绘小程序,主要是高斯坐标正反算的内容,希望可以一起学习