资源列表

« 1 2 ... .64 .65 .66 .67 .68 12569.70 .71 .72 .73 .74 ... 21467 »

[其他小程序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
<lhguo> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序lot

说明:关于矩阵乘法的两种算法之间的比较分析。 经典算法和STRASSEN算法。 用来做算法导论和算法分析与设计的论文不错-Matrix multiplication on the comparative analysis between the two algorithms. Classical algorithms and STRASSEN algorithms. Introduction to algorithms and algorithm used for analysis and desig
<ROLL> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序Search_Registry

说明:Registry search tool
<govind> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序1007

说明:Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a * b-Descr iption Calculate a*b Input Two integer a,b (0<=a,b<=101000) Output Output a* b
<韩若影> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序42120215

说明:VB + DB所做成的所課系統,簡單而實用-VB+ DB Course System
<Hong> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序jiefangcheng

说明:化工平行反应最优温度,数值分析,节线性方程组-Optimum temperature chemical parallel reaction
<yanyan> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序signannprot

说明:Biometric Signature Recognition
<guna> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序leafrecpr

说明:High-Order Statistics For Plant Classification
<guna> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序xueshengguanlixitong

说明:本程序时一个学生成绩系统管理的小程序,它和后台数据库联系,有代码哦.-This procedure, when a small student achievement system management program that links back-end databases, there is the code oh.
<王中洲> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序01_lekc_piem_CPP_pamati

说明:porgramm prints its self-porgramm prints its self
<kristaps> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序T5557

说明:这是一个t5557原理图,是我花一个晚上画的 ,-This is a t5557 schematics that I spent a night painting,
<wdg> 在 2025-10-14 上传 | 大小:25kb | 下载:0

[其他小程序NI435xRTD

说明:NI 4351模块LabVIEW采集模块,实现温度信号采集-NI 4351 Module LabVIEW acquisition module, to achieve the temperature signal acquisition
<金超> 在 2025-10-14 上传 | 大小:25kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 12569.70 .71 .72 .73 .74 ... 21467 »

源码中国 www.ymcn.org