-
matlab 在数据挖掘中的代码,包括ID3 等,数据挖掘部分算法的matlab实现...
matlab 在数据挖掘中的代码,包括ID3 等,数据挖掘部分算法的matlab实现-Matlab in data mining code, including ID3, some data mining algorithms to achieve Matlab
- 2023-03-15 00:25:03下载
- 积分:1
-
魔方,相信很多人都玩过,这就是电脑上的魔方
魔方,相信很多人都玩过,这就是电脑上的魔方-Rubik
- 2022-04-24 00:45:21下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
串口调试程序,短路后得到自己的接口…
串口调试用程序,请自行把接口短路后调度接收-Serial debugging program, the interface on its own after a short circuit to receive Scheduling
- 2022-02-11 19:43:57下载
- 积分:1
-
jquery api解压后即可使用,封装ajax的比较不错的框架
jquery api解压后即可使用,封装ajax的比较不错的框架-jquery api ?庋 ????
- 2022-01-28 09:42:31下载
- 积分:1
-
一些用到的函数 功能齐全,希望能对网友有所帮助
一些用到的函数 功能齐全,希望能对网友有所帮助-some use the Function complete, and hopes to help netizens
- 2022-03-03 22:09:31下载
- 积分:1
-
fortran courses designed to prepare the plane for the finite element program
fortran课程设计时编写的连续体平面问题的有限元源程序 -fortran courses designed to prepare the plane for the finite element program
- 2022-03-14 11:44:32下载
- 积分:1
-
自己写的JAVA贪吃蛇程序,相当有参考价值
自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
- 2023-08-04 17:20:02下载
- 积分:1
-
JAVA写的留言板原代码,一个比较小的java程序,主要是留言版功能...
JAVA写的留言板原代码,一个比较小的java程序,主要是留言版功能-JAVA written message board source, a relatively small java procedures, the main function of message boards
- 2022-07-09 17:09:36下载
- 积分:1
-
lib smis
lib smis
- 2022-02-18 15:42:20下载
- 积分:1