资源列表

« 1 2 ... .42 .43 .44 .45 .46 19247.48 .49 .50 .51 .52 ... 28522 »

[压缩解压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-05-17 上传 | 大小:3kb | 下载:0

[matlab例程solve

说明:matlab算法程序集--非线性方程组求解程序-Solving nonlinear equations
<yuanzh> 在 2025-05-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 c
<邹娟> 在 2025-05-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
<baker> 在 2025-05-17 上传 | 大小:3kb | 下载:0

[数值算法/人工智能cavity

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

[数值算法/人工智能grahams

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

[数据结构常用算法strassen

说明:矩阵相乘的Strassen 算法及时间复杂性分析-failed to translate
<郭一锋> 在 2025-05-17 上传 | 大小:3kb | 下载:0

[matlab例程FD_Method_Flow_Couette_2D

说明:Finite Difference Programming for Matlab in 2D
<katakgoreng> 在 2025-05-17 上传 | 大小:3kb | 下载:0

[matlab例程FD_Method_Flow_Couette_3D

说明:Finite Difference Programming for Matlab in 3D
<katakgoreng> 在 2025-05-17 上传 | 大小:3kb | 下载:0

[数学计算/工程计算kmean

说明:K-Means Clustering Algorithm implemented in C
<Alak Roy> 在 2025-05-17 上传 | 大小:3kb | 下载:0

[matlab例程bayesnetwork

说明:用k2算法从先验概率构建贝叶斯网络,实现推理,结构学习,参数学习用贝叶斯方法。-K2 algorithm using Bayesian network built from the a priori probability to achieve reasoning, structure learning, parameter learning.
<hulingling> 在 2025-05-17 上传 | 大小:3kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 19247.48 .49 .50 .51 .52 ... 28522 »

源码中国 www.ymcn.org