资源列表

« 1 2 ... .43 .44 .45 .46 .47 19248.49 .50 .51 .52 .53 ... 28523 »

[数据结构常用算法2DBall

说明:有关2D凸包的算法,1. 排序更简单,只是简单的比较,没有运算. 2. 起始点更好找,就是排序后的第一个点. 3. 可以很好地处理特殊情况(共线).-The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is sort of a point after the fir
<jiangli> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[数据结构常用算法tree_xml

说明:分析XML文件并提取关键字和数据的过程,使用深度遍历及广度遍历。-Analysis of XML file and extract the keywords and data in the process, using the depth and breadth traversal traversal.
<jiangli> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[数据结构常用算法JiangAVL

说明:我的AVL(平衡二叉查找树)实现,已经测试过。-This is my AVL implementation, it has been tested.
<蒋国纲> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[matlab例程Quantity_SNR_Compare

说明:均匀量化和非均匀量化在性能上存在着显著的差异,这种差异可以用信号通过量化器后的量躁比来反映出来。本程序用曲线表示了理论和实际两个方面下两种量化的量躁比。从而可观察他们的性能上的差别。-There are significant differences with the function between Uniform quantization and non-uniform quantization ,which can be quantified by SNR from the quant
<陈侯海> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[压缩解压cv3

说明:struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
<65400> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[matlab例程solve

说明:matlab算法程序集--非线性方程组求解程序-Solving nonlinear equations
<yuanzh> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[压缩解压stack

说明:C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
<邹娟> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[matlab例程jiechanrao

说明:对干涉图进行相位提取后,要获得真实相位图分布,需要对相位主值图进行展开,即相位解缠绕,本程序应用基于调制度方法进行解缠绕。-Right to interfere in the phase diagram extracted to obtain the true distribution of the phase diagram, the need to start phase diagram principal value, that is, the phase winding solution
<baker> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[数值算法/人工智能cavity

说明:运用CFD 编制的方腔流的Fortran程序-Prepared by the use of CFD in a square cavity flow Fortran program
<creacy> 在 2025-11-17 上传 | 大小:3kb | 下载:1

[matlab例程OFDMsystemswithoutguardintervalisimplemented

说明:OFDM系统无保护间隔的系统发送部分、系统接受部分的实现方式-OFDM systems without guard interval of the system to send part of the system to accept part of the way to achieve
<zxy> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[数值算法/人工智能grahams

说明:it is good. build in-it is good. build in c c++
<shawon> 在 2025-11-17 上传 | 大小:3kb | 下载:0

[数据结构常用算法strassen

说明:矩阵相乘的Strassen 算法及时间复杂性分析-failed to translate
<郭一锋> 在 2025-11-17 上传 | 大小:3kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 19248.49 .50 .51 .52 .53 ... 28523 »

源码中国 www.ymcn.org