-
实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!...
实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!-Implementation of a simple library management system is not very complicated for students to do course is designed to use!
- 2023-06-02 00:30:04下载
- 积分:1
-
用c语言编写的Dijkstra算法的源代码。代码短小精炼有注释
用c语言编写的Dijkstra算法的源代码。代码短小精炼有注释-Using c language source code Dijkstra algorithm. Refining short code annotated
- 2022-04-09 21:29:24下载
- 积分:1
-
c语言写的台球程序
c语言写的台球程序-written procedures billiards
- 2022-12-15 23:30:03下载
- 积分:1
-
打兔子游戏,datuzi,仅供参考,代码不是很完美
打兔子游戏,datuzi,仅供参考,代码不是很完美-Rabbit playing the game, datuzi, only for reference, the code is not perfect
- 2022-03-05 20:57:37下载
- 积分: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
-
虹膜图像预处理,包括虹膜定位和归一化,是D。
虹膜图像预处理,包括虹膜定位和归一化,是我的同学做的,很有参考价值,大家学习学习。-Iris image preprocessing, including iris localization and normalization, is to do my classmates, and a good reference, we learn.
- 2022-05-20 09:13:31下载
- 积分:1
-
用Phptoshop制作的一张小图片,静态显示!
用Phptoshop制作的一张小图片,静态显示!-Phptoshop produced with a small picture, static display!
- 2022-04-25 10:46:00下载
- 积分:1
-
line detection of the article, we hope to help, learn together!
关于直线检测的文章,希望对大家有所帮助,共同学习!-line detection of the article, we hope to help, learn together!
- 2022-04-01 21:03:24下载
- 积分:1
-
西门子provade通讯代码Sample_VC.rar,版本6.0
西门子provade通讯代码Sample_VC.rar,版本6.0-Siemens Communications provade code Sample_VC.rar, version 6.0
- 2022-01-25 23:38:37下载
- 积分:1
-
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能...
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能-motor control
- 2022-08-16 12:08:55下载
- 积分:1