-
很不错的电脑算命代码
很不错的电脑算命代码-quite telling the computer code
- 2022-02-05 05:32:06下载
- 积分:1
-
霍夫曼编码的C语言实现
霍夫曼编码的C语言实现-Huffman coding in C language Albion
- 2023-03-31 07:40:03下载
- 积分: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
-
功能强大的个人工作通讯录,人性化的操作界面,强大的查询功能,可以通过多种方式添加联系人照片(桌面截图、从电脑导入、或利用其他工具通过剪贴板获得)可以作为有意开发...
功能强大的个人工作通讯录,人性化的操作界面,强大的查询功能,可以通过多种方式添加联系人照片(桌面截图、从电脑导入、或利用其他工具通过剪贴板获得)可以作为有意开发个人通讯录的爱好者作参考之用。-The work of a powerful personal address book, user-friendly interface, powerful query features, you can contact a number of ways to add photos (desktop screenshot, import from your computer, or using other tools to obtain through the clipboard) as interested in the development of personal address book lovers for reference.
- 2022-02-28 17:14:10下载
- 积分:1
-
关于高斯白噪声下信源数目的估计程序
关于高斯白噪声下信源数目的估计程序-On the Gaussian white noise source under the estimate of the number of procedures
- 2022-01-26 16:39:39下载
- 积分:1
-
visual basic program in planetary gear design
visual basic程序实现内行星轮机构设计-visual basic program in planetary gear design
- 2022-12-06 17:35:03下载
- 积分:1
-
本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下
本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下-Under this program TURBOC2.0 compile,**. h file can copy the INCLUDE folder
- 2022-02-25 21:17:20下载
- 积分:1
-
Compare file
实现二个文件的比较功能.如b文件的每行在a文件中找到,则比较ok.否则比较fail.-Compare file
- 2022-03-12 01:03:22下载
- 积分:1
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分:1
-
ecos驱动文档,不错的操作系统eCos_drv.rar
ecos驱动文档,不错的操作系统eCos_drv.rar-eCos driver files, a good operating system eCos_drv.rar
- 2023-08-29 04:40:03下载
- 积分:1