搜索资源列表
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
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
eightpuzzle
- eight puzzle using RBFS and A* search and manhattan distance heuristic function
ycjyxt
- 一个简单的远程教育系统,实现了在线离线以及留言功能!-A simple distance education system, to achieve the online and offline message function!
javaFrame
- 利用Java3D技术结合《计算机图形学》知识,编程实现太阳、地球和月球的运动模拟。主要是按照天体运动的规律和课程设计的要求,实现太阳、地球和月球的运动,主要包括地球的公转和自转以及月球围绕地球的转动。程序的主要功能需求如下: 1、按照尺寸、相对位置和一致的大小比例生成太阳、地球和月球; 2、为太阳、地球和月球添加适当纹理,增加图形的视觉效果; 3、按照地球公转和自转规律建立运动坐标,实现地球的运动; 4、按照月球的自转和绕地球转动的规律,实现地球和月球的关系运动; 5、改变视
dbscan
- Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
j_tomexam_utf_hicode
- 一个在线的考试系统,功能齐全,具有考试管理功能,是一个使用的在线考试系统,适合远程教育-An online examination system, fully functional, with a test management function, is a use of the online examination system for distance education
AC_RunActiveContent
- 主要功能是实现网页中独立框自己的下滑,始终保持着和上边缘一定的距离-Main function is to achieve their own page separate box down, and always maintained a certain distance, and on the edge
GoogleMapsApi
- 基于GoogleMapsAPI的一些常用开发示例,展示了添加标注、计算面积、计算路程的功能-GoogleMapsAPI based on some of the common development example showing the add mark, calculation area, calculation of distance function
Routing-algorithm-simulation
- 利用路由选择算法模拟软件提供的通信功能,模拟距离矢量路由选择算法的初始化、路由信息扩散过程和路由计算方法-Routing algorithm simulation software provides the communication function, analog distance vector routing algorithm initialization, routing information diffusion process and route calculation metho
TravelingSalesman12
- traveling salesman problem solution by using genetic algorithm coded in java no of the city, distance fitness function, population, generation
IntentProject
- 手电筒调节功能,能进行长距离和短距离的各种光照,只需动动手指-Torch regulating function and can perform a long distance and short distance of all kinds of lighting, just move your fingers
K_Means
- k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。下面给出我写的源代码。-work process k-means al
Android-SDK-master
- ibeaocn 定位手机端app,主要测试距离和读取rssi还有串口通信功能。-Ibeaocn location-based mobile client app, the main test distance and reads the rssi and serial communication function.
KMeans
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering method on behalf of the objective function, it is a method of data points to a certain di
Hotel
- 针对目前酒店电子化管理的实际需求,和消费客户对跨时域地域预订住宿的要求,本需求分析定义的开发酒店管理系统的总体要求是:作为两类用户(一般客户和酒店管理人员)和软件开发员互相了解的基础,系统成品提供用户登录、查询、管理员后台管理等四大功能服务。 系统开发目的:对内是为了使酒店管理更加便捷、高效,员工操作更加明晰、规范,大大提高酒店管理质量。对外是能让用户自助登录、查询酒店住房信息和酒店服务、实现零距离实时预定酒店房间,为客户提供舒心的出行住宿保证,提高社会效益。 本需求分析包含了初步分析
