-
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!...
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!-Joseph problems, the data structure of the classic Example. Data structure will help everyone understand!
- 2022-06-14 23:54:00下载
- 积分:1
-
Molgedey和舒斯特去相关算法,具有方形混合矩阵A。
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.-The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
- 2022-03-17 02:59:15下载
- 积分:1
-
detailed algorithm design
详细龙贝格算法设计-detailed algorithm design
- 2022-02-02 15:07:27下载
- 积分:1
-
NS2多径DSR
这是代码来实现多径 dsr.this 使用 DSR protocol.there 是使用 multipath.we 使用 3 多径基于的纸张的路由协议实现的方法。
- 2022-04-07 08:32:04下载
- 积分:1
-
用于判断信号平稳性的递归图算法
递归图算法Recurrence Plot,RP,以一种简单的图形显示除了其在表征系统动力学特征方面的优点,被证明是一新的非线性分析的有效工具。新近的研究表明,对RP做定量的分析(RQA)可以得到许多表征RP的特征量,例如递归率、确定率、比率、线段分布的香浓熵等。对这些特征量的进一步分析有可能提供一些未知动力学系统的有用信息。本代码是RQA的一种实现。
- 2022-05-27 01:29:18下载
- 积分:1
-
sm2椭圆曲线公钥密码算法
该pdf是国家商用密码管理局发布的SM2椭圆曲线公钥密码算法。pdf给出了非常详细的说明和介绍。
- 2023-05-22 13:30:03下载
- 积分:1
-
基于哈希表的二级反馈页面置换算法
update at 2017/09/04
新增空闲块链的数据结构,在进行页面中断时,需查找空闲块链是否有空闲块,然后分配内存,淘汰时,需释放空闲块。
update at 2017/06/25
在main.cpp的主要函数中增加了注释
- 2022-02-26 00:18:45下载
- 积分:1
-
双色球随机软件源码
void CRandDlg::OnOK()
{
// TODO: Add extra validation here
int a[7];
int b=0;
srand((unsigned)time( NULL ));
for (int i=0;i
- 2022-03-24 20:24:18下载
- 积分:1
-
STEVE的工具库
STEVE的工具库-STEVE library of tools
- 2022-05-25 12:22:07下载
- 积分:1
-
序列化对象使用CArchive读取原始数据构建Delaunay三角…
采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。-Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure network, including the two-dimensional, three-dimensional. Can also be used for colors, light and so on.
- 2023-04-27 20:10:03下载
- 积分:1