-
内有5个常用算法,多变形游戏,活动按排,批处理,装载问题,全排列,是用c语言实现的...
内有5个常用算法,多变形游戏,活动按排,批处理,装载问题,全排列,是用c语言实现的-within five commonly used algorithm, deformation games, activities by arrangement, batch loading, full array, is the C Language
- 2022-04-01 07:24:00下载
- 积分:1
-
rc6算法的c语言实现
RC6是作为AES(Advanced Encryption Standard)的候选算法提交给NIST(美国国家标准局)的一种新的分组密码。它是在RC5的基础上设计的,以更好地符合AES的要求,且提高了安全性,增强了性能。
根据AES的要求,一个分组密码必须处理128位输入/输出数据。尽管RC5是一个非常快的分组密码,但它处理128位分组块时用了2个64位工作寄存器;而AES目前在讲究效率和简洁方面不支持64 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 c算法rc语言实现 相关源码推荐 DHT11驱动 0 0 暂无评分c版贪食蛇 0 0 暂无评分经验模态分解 0 0 暂无评分排列熵计算 0 0 暂无评分正向运动学 0 0 暂无评分 介绍信息预览(0条)评论打分
- 2022-09-22 05:45:03下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
math.net收入数学C #实现具体功能:
Math.NET开源数学库
C#实现
具体功能:
- A linear algebra package, see MathNet.Numerics.LinearAlgebra.
- A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse.
- Non-uniform random generators, see MathNet.Numerics.Generators.
- Distribution fonctions, see MathNet.Numerics.Distributions.
- Statistical accumulator, see MathNet.Numerics.Statistics.
- Fourier transformations, see MathNet.Numerics.Transformations.
- Miscellaneous utilies (polynomials, rationals, collections).-Math.NET revenue math C# achieve specific functions :- A linear algebra package, see MathNet.Numerics.LinearAlgebra.- A spar se linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse .- Non-uniform random generators. see MathNet.Numerics.Generators.- Distribu tion fonctions. see MathNet.Numerics.Distributions.- Stati stical accumulator, see MathNet.Numerics.Statistics.- Fourier t ransformations. see MathNet.Numerics.Transformations.- Mis cellaneous utilies (polynomials. rationals, co
- 2022-01-31 12:13:31下载
- 积分:1
-
大规模数据集的自适应网格
Adaptive Grids for Clustering Massive Data Sets - MAFIA. It is a subspace clustering algorithm.-Adaptive Grids for Clustering Massive Data Sets- MAFIA. It is a subspace clustering algorithm.
- 2023-01-02 02:50:03下载
- 积分:1
-
DCA算法的灵感来自危险理论
树突状细胞算法受到哺乳动物免疫系统危险理论的启发,特别是树突状细胞的作用和功能细胞。细胞危险理论由Matzinger提出,认为获得性免疫系统的作用是对危险信号作出反应,而不是区分自我和非自我[Matzinger1994][Matzinger2002]
- 2022-03-23 04:53:30下载
- 积分:1
-
SVM classification
在这个项目中,我们有240个图像包含120个海滩和120个海滩
- 2022-06-26 02:15:06下载
- 积分:1
-
曲线提取与链码匹配
输入影像的初始边缘二值图像,程序会自动进行边缘曲线的提取的断开,并自动实现曲线的匹配。
- 2022-07-02 12:32:40下载
- 积分:1
-
这事高斯法解方程组实例
这事高斯法解方程组实例-this Gaussian Solving equations example
- 2023-04-02 13:30:03下载
- 积分:1
-
最小二乘法和主成分回归法对同一数据进行分析,比较其优缺点...
最小二乘法和主成分回归法对同一数据进行分析,比较其优缺点-Least square method and principal component regression analysis of the data on the same, compare their advantages and disadvantages
- 2022-06-03 06:50:36下载
- 积分:1