-
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间...
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间-Through the depth-first algorithm, network traversal each node, the network node traversal time
- 2022-07-16 00:48:35下载
- 积分:1
-
VB计算PMV
VB界面精确计算PMV值,方面快捷,适用于工程计算及科学相关研究,精确度高达99%
- 2023-03-31 03:00:04下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1
-
ldpc 码的代码
我有新代码为编码器。我获得了编码器的新代码。我喜欢新代码的编码器。请下载此代码为感谢你非常
- 2022-01-25 18:09:09下载
- 积分:1
-
Using Gauss integral formula for numerical integration, will be subdivided into...
利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in different sub-Gauss formula to calculate the value of points, and then summed.
- 2022-03-19 15:01:13下载
- 积分:1
-
一个经典的十字链表实现
一个经典的十字链表实现-a classic Orthogonal List
- 2023-04-16 17:10:04下载
- 积分:1
-
极限学习机算法
该算法是黄教授的首创,极限学习机在手写数字集数据库分类中正确率超过了99%,取得了巨大成功,该算法计算快,且效果好,该代码里面不仅有分类还有回归以及各种神经元函数的实现,操作简单。
- 2023-08-02 20:35:02下载
- 积分:1
-
php文件上传类
资源描述上传文件
配置允许的后缀
配置允许的大小
随机生成目录
随机生成文件名
判断文件大小
func 获取文件后缀
func 判断文件后缀
func 报错支持
- 2022-02-28 17:17:42下载
- 积分:1
-
低密度脂蛋白-T 算法
O 因子正定 N 由 N 矩阵成低密度脂蛋白 A * * T,
L 在哪里与部分沿对角线的下三角矩阵
D 是一个对角矩阵与积极的条目
在对角线上
输入: 维度 N;1 条目 A(I,J) < = I J < = A.N
输出: 条目 L(I,J) 1 < = J < 我 1 < = I < = N L 和 D(I),
1 < = I < = D.N
- 2023-03-16 01:55:03下载
- 积分:1
-
简单好用的hog源码
hog的matlab代码实现。将RGB图像直接转换为灰度图像,省略了三线性差值的步骤。一个cell为8*8像素区域,采用9个Bin的直方图描述,每个block包含2*2个cell。整幅图像包含扫描窗口数目:水平:(width-block)/(overlap*2*8)+1.
- 2022-11-16 11:15:04下载
- 积分:1