资源列表
ClosetPairs
- 本算法使用分治法求解最近点对问题。事先用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 probl
51
- 51五线谱自动生成程序,可以自动生成音乐DATA-51 music automatically generated procedures can be automatically generated music DATA
sfiec103(V1[1].00)
- 四方保护与测控装置103规约实施细则(V1[1].00)-Protection and Control device 103 square Statute Regulations (V1 [1] .00)
liangjin
- 价值千元的一个破解了的网站程序,带多套模板,装上就可以运行了,ASP源码!测试无漏洞-The value of thousand dollars a crack of the web site program, with multiple sets of templates that can be loaded on run, ASP source code! Test without loopholes
ProSLIC
- ProSLIC document ,Can help to design module.
ziduanhe
- 用蛮力,分治,动态递归算法设计最大子段和问题的算法及其分析-Use brute force, sub-rule, dynamic recursive algorithm design and problems in the largest sub-segment algorithm and its analysis of
eprom
- stc最新1T单片机片内EEPROM应用代码-stc latest 1T-chip single-chip EEPROM application code
Timer_demo
- mfc下使用timer範例,含大量註解,研讀後應能掌握timer用法-mfc timer example, contains a lot of notes. After study , should be able to master the use of timer
cipanfenqu
- 这是一个修改磁盘分区的软件,可以修改手机,磁盘,内存卡的分区,使空间得到充分利用。-It can make your space more pefect.
Qvector
- 用于计算Q矢量,Q矢量散度,诊断对流性天气现象,分析暴雨-caculating Qvector,diagnosing the rianfall or other convective weather
PIC_Usart
- PIC18f8722串口程序,首次发代码,还有不到之处请谅解。-PIC18f8722 serial process, for the first time made the code less than the Department, please understand.
AVERAGE
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a