-
这个是关于aes对称加密算法的优化程序,请大家指教。
这个是关于aes对称加密算法的优化程序,请大家指教。-This is on a symmetric encryption algorithm aes optimization procedure, please advise everyone.
- 2022-08-17 22:15:29下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-05-26 15:24:05下载
- 积分:1
-
vkhvkhvkhvvkk
北京市网上购物系统项目ASP.NET是一个开源项目,我把它命名为在线购物网站。在这个项目中,我展示了一个购物车网站。我最初在这个网站上只展示了三类产品,即手机、笔记本电脑和汽车。对于用户使用此网站必须有一个帐户,他提供了一个注册页面。网站有2个用户和管理管理员有特别的权利,如他可以添加产品,删除产品1视图。
- 2022-08-20 23:09:24下载
- 积分:1
-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
detailed algorithm design
详细龙贝格算法设计-detailed algorithm design
- 2022-02-02 15:07:27下载
- 积分:1
-
二叉树子系统
资源描述这是一个关于数据结构的基础算法,二叉树的子系统,有利于我们学习数据结构,相对于初学者而言,这是一个不错的选择,这样我们就可以快速的了解一些算法的思想
- 2022-05-26 20:34:33下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
PSO的C语言形式的代码
粒子群算法的C语言形式,为你提供一种将智能算法运用于实际的工程中提供一定的编程思路,让算法不仅限于MATLAB中的仿真测试,让你了解到实际算法的应用。
- 2022-05-16 07:40:50下载
- 积分:1
-
VC实现俄罗斯方块
基于VC++6.6用MFC开发的俄罗斯方块源程序,功能很多~
- 2022-02-01 11:25:38下载
- 积分:1
-
矩阵运算
矩阵运算--Matrix calculation
- 2022-02-01 09:38:52下载
- 积分:1