-
crossword puzzle games, I spent time at the university C do a small program avai...
字谜游戏,我在大学时候用C做的一个小程序,可供参考-crossword puzzle games, I spent time at the university C do a small program available!
- 2022-08-20 09:51:10下载
- 积分:1
-
ICcard
IC卡小读写工具,读写工具.相信对某些人有用的-ICcard
- 2022-05-07 05:14:02下载
- 积分: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
-
易语言开源恶搞软件,出现两选框,但让你的朋友只能点选喜欢你按钮...
易语言开源恶搞软件,出现两选框,但让你的朋友只能点选喜欢你按钮-Yi language恶搞open source software, there two marquee, but let your friends like you can click the button
- 2022-02-02 14:20:54下载
- 积分:1
-
exactly Elective System recently completed
正能选课系统刚完成的-exactly Elective System recently completed
- 2022-03-16 11:48:06下载
- 积分:1
-
LEACH algorithm, is a wireless routing protocol, wireless sensor achieve routing...
LEACH算法,是无线路由协议,完成无线传感器间的路由功能。-LEACH algorithm, is a wireless routing protocol, wireless sensor achieve routing between.
- 2022-07-08 06:18:46下载
- 积分:1
-
a very common procedure, the database application, prepared by PB
很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
- 2022-06-18 01:06:57下载
- 积分:1
-
(本文是在论坛已有一篇文章《SIRP法相干相关K分布雷达杂波的建模与仿真》的基础上修改而来,在此首先感谢这篇文章的作者给予我的帮助。之所以完成这篇文章,有三个方...
(本文是在论坛已有一篇文章《SIRP法相干相关K分布雷达杂波的建模与仿真》的基础上修改而来,在此首先感谢这篇文章的作者给予我的帮助。之所以完成这篇文章,有三个方面的原因:一是对原文章和仿真程序代码明显存在一些不一致的地方,因此,我这里对每个公式进行检验(后来证明文章的公式正确无误,但所给的仿真代码存在问题),二是对自己近4天工作的一个总结,以便以后学习可以参考;三是可以放在网上给初学者一些参考,以便后来者不再走自己曾经走过的弯路。文章的一些文字是在匆忙间完成,只求能表达所述意思,没有详细斟酌,海涵:-(This article is an article in the forum have been "SIRP law related coherent K distributed clutter radar modeling and simulation" on modified from the foundation, in this first of all thank the authors of this article has given me help. The reason why the completion of this articles, there are three reasons: First, the original article and simulation program code, there are some obvious inconsistencies, so I here the formula for each test (later proven formula article is correct, but give the simulation code problem exist), near two of their four days of a summary of the job in order to study the future reference three on-line can give some reference for beginners in order to go was no longer the tortuous path they have traversed. arti
- 2022-06-17 14:10:51下载
- 积分:1
-
本程序比较有趣,可以实现不用文件操作输出自己的代码
本程序比较有趣,可以实现不用文件操作输出自己的代码-this program more interesting, can not achieve their document output operation code
- 2022-01-26 05:42:03下载
- 积分:1
-
Several on the fuzzy comprehensive evaluation of the article, those who are inte...
几个关于模糊综合评价的文章,有兴趣的人可以看看,应用很广泛。-Several on the fuzzy comprehensive evaluation of the article, those who are interested can see, the application is very wide.
- 2022-10-26 03:40:03下载
- 积分:1