搜索资源列表
Chat
- 贪吃蛇游戏,游戏中移动的长方形代表蛇,随机出现的原点为蛇追逐的目标,当蛇通过上下左右键控制吃到原点,会出现另一个原点,游戏继续。当蛇遇到四周墙壁时游戏结束。每吃一个点游戏加一分,同时长方形会增长,逐渐垒加。-Snake games, mobile games on behalf of the rectangular snakes, random starting point for pursuing the objectives of the snake, when the snake thro
src
- socket实现客户端和服务器端的通信 计算一个点到原点的距离-socket to achieve client and server computing a point of communication to the distance between the origin
JAVA
- 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点 间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的 Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出 提供功能的结果。 (求以点(1,1)为极坐标原点,点(5,5)的极坐标) -Will be a point on the Cartesian coordinate system is defined as a service class Point
Dijkstra
- Dijkstra算法,查找从原点出发到所有点的最短路径和距离-Dijkstra algorithm to find all the points from the origin to the shortest path and distance
zuobiaodianjisuan
- 一个简单的android实现了坐标原点的应用-A simple android applications to achieve the coordinate origin
CPoint
- 创建一个三维的点,及实现输出、修改点的坐标和求点与坐标原点的距离-Create a 3 d point, and realize the output, modify, and beg the coordinates of points and the distance of the origin of coordinates
point2Dand3D
- 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional space points is as follows. On