-
独塔斜拉桥命令流
独塔斜拉桥ansys静力分析命令流,你值得拥有!(ANSYS static analysis command flow of single tower cable-stayed bridge)
- 2021-04-19 10:18:52下载
- 积分: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
-
lightNet
matlab轻量级深度学习工具箱 lightnet, 方便大家学习使用(Matlab lightweight depth learning toolbox lightnet, which is convenient for everyone to learn and use)
- 2020-11-24 09:59:34下载
- 积分:1
-
shiliangkongzhifangzhen
异步电机矢量控制系统,可以为初学者做系统调试使用。也可以作为多台电机协同控制的基础系统。(Induction motor vector control system, you can do system debug for beginners. It can be used as the basis of more than one motor cooperative control system.)
- 2021-04-29 11:28:43下载
- 积分:1
-
Get CPU usage source code, you can use this function to determine the current us...
获取CPU使用率的源代码,可以通过这个函数判断当前应用使用CPU情况-Get CPU usage source code, you can use this function to determine the current use of CPU of
- 2022-06-01 05:27:15下载
- 积分:1
-
springbootdemo-hello-world-rest
说明: springbootdemo-hello-world-rest
- 2020-06-19 05:00:01下载
- 积分:1
-
DAM
DAM继电器调试尝试软件,非常实用,请下载(DAM relay debug trial software, very practical, please download)
- 2020-12-24 11:29:06下载
- 积分:1
-
有关界面操作及检测磁盘是否忙状态、磁硬是否写保护的几个源程序...
有关界面操作及检测磁盘是否忙状态、磁硬是否写保护的几个源程序- The related contact surface operation and the examination
floppy disk busy condition, are the magnetism whether hard whether
writes the protection several source programs
- 2023-01-19 14:45:04下载
- 积分:1
-
greysystemdecision
说明: 灰色系统决策理论,介绍灰色决策分析的基本方法及最新理论成果,为推广该理论的应用奠定基础。(err)
- 2008-11-10 22:55:35下载
- 积分:1
-
一个简单的注册表访问软件,可访问和修改注册表中的用户信息。...
一个简单的注册表访问软件,可访问和修改注册表中的用户信息。-a simple registry access software can access and modify the registry of user information.
- 2022-09-03 01:35:03下载
- 积分:1