-
判断一棵二叉树是否为二叉搜索树的算法
判断一棵二叉树是否为二叉搜索树的算法-judge whether a binary tree search for the binary tree algorithm
- 2022-07-22 01:02:33下载
- 积分:1
-
mwc基于stm32的飞控代码baseflight
mwc基于stm32的飞控代码baseflight,对初 学者有很大的帮助,这个适合航模爱好者,难度还是有点大大的,具体的可以去网上找mwc基于AVR的代码
- 2022-07-13 07:31:45下载
- 积分:1
-
吉林大学时小虎老师机器学习课件――介绍动态规划
吉林大学时小虎老师机器学习课件――介绍动态规划-Jilin University, when the Tigers a teacher machine learning courseware- Introduction Dynamic Programming
- 2022-09-02 18:55:03下载
- 积分:1
-
此留言本对初学者很有参考价值安全性也比较高
此留言本对初学者很有参考价值安全性也比较高-This message of this useful reference for beginners security is also relatively high
- 2022-03-25 05:33:03下载
- 积分:1
-
快速查找文本内容,用于TXT WORD 十六进制等查询
快速查找文本内容,用于TXT WORD 十六进制等查询-Quickly find the text for TXT WORD hexadecimal inquiries, etc.
- 2022-08-10 06:30:04下载
- 积分:1
-
VC++ Common GIS function development solution (1.1) source code, C++ Of GIS to d...
VC++通用GIS功能开发解决方案(1.1)源代码,C++的GIS开发小型SDK组件的代码示例,有助于学习掌握基本的C++/GIS开发技术。源自网上收集,可供学习和参考使用。-VC++ Common GIS function development solution (1.1) source code, C++ Of GIS to develop small SDK sample code components, contribute to learning and mastering the basic C++/GIS technology. Derived from the online collection, available for study and reference.
- 2023-06-26 04:10:04下载
- 积分:1
-
音乐类型的好网站
音乐类型的好网站-types of good music website
- 2022-08-19 14:08:31下载
- 积分: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
-
Make their own presentation using PPT, speaking crossbow used in the WSN platfor...
自己做的演示用的PPT,讲crossbow的WSN平台用的低功耗MAC协议和XMesh路由协议的。对研究crossbow平台很有帮助-Make their own presentation using PPT, speaking crossbow used in the WSN platform, low-power MAC protocols and routing protocols XMesh. Useful platform for the study of crossbow
- 2023-05-31 21:55:03下载
- 积分:1
-
DSP学习的好教材
DSP学习的好教材-Good material for learning DSP
- 2022-03-26 01:12:27下载
- 积分:1