-
同济大学的 陈以一教授的《钢结构基本原理》第3章
同济大学的 陈以一教授的《钢结构基本原理》第3章
- 2022-03-31 13:32:38下载
- 积分:1
-
structs +hibanate入门例子
structs +hibanate入门例子-structs+hibanate sample code
- 2023-02-05 11:50:06下载
- 积分:1
-
雷迪的信噪比估计算法。运行交织文件第一比运行估计文件…
reddy snr estimator. run the interleaver file first than run the estimator file and get the results.
- 2022-03-13 04:48:30下载
- 积分:1
-
AD737 PROTEL library files, very useful priotael Library
AD737 PROTEL库文件,很有用的priotael库-AD737 PROTEL library files, very useful priotael Library
- 2022-05-13 03:09:39下载
- 积分:1
-
stl the 3.13 version of the source code for the use of learning stl
stl的源代码3.13版,供学习stl使用-stl the 3.13 version of the source code for the use of learning stl
- 2022-03-23 10:47:10下载
- 积分:1
-
这是一个很好的显示真彩色的24个程序
这是一个非常好的显示24位真彩色的程序-This is a very good show true color 24 procedures
- 2022-03-23 09:19:53下载
- 积分:1
-
估计模型阶次的很有效的方法,调试通过,没有任何问题。
估计模型阶次的很有效的方法,调试通过,没有任何问题。-Estimated model order is very effective way to debug is passed, there is no problem.
- 2022-03-20 22:02:55下载
- 积分:1
-
Embedded vc++下开发的可编辑地图程序
Embedded vc++下开发的可编辑地图程序-developed under the map editing procedures
- 2023-02-08 10:05:04下载
- 积分:1
-
实现得失一个交通灯。利用vhdl语言
实现得失一个交通灯。利用vhdl语言-realize a gain or loss of traffic lights. The use of VHDL Language
- 2022-06-14 17:51:49下载
- 积分: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