-
AES高级加密算法的verilog语言实现
AES高级加密算法的verilog语言实现
- 2022-06-29 20:41:12下载
- 积分:1
-
With the Gauss
用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值-With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advantage of the current value of the latest iteration
- 2022-03-18 09:30:09下载
- 积分:1
-
指派问题的匈牙利解法,从文件中读入待指派的数据。
指派问题的匈牙利解法,从文件中读入待指派的数据。-Assignment problem of the Hungarian method, read from a file to be assigned to data.
- 2022-02-06 09:23:01下载
- 积分:1
-
图像分割方法
img——待分割的源图像,必须是8位3通道(CV_8UC3)图像,在处理的过程中不会被修改; mask——掩码图像,如果使用掩码进行初始化,那么mask保存初始化掩码信息;在执行分割的时候,也可以将用户交互所设定的前景与背景保存到mask中,然后再传入grabCut函数;在处理结束之后,mask中会保存结果。mask只能取以下四种值: GCD_BGD(=0),背景; GCD_FGD(=1),前景; GCD_PR_BGD(=2),可能的背景; &nb
- 2022-04-19 05:51:18下载
- 积分: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-07-13 17:37:31下载
- 积分:1
-
very good c program for software6
very good c program for software6
- 2022-08-26 06:02:48下载
- 积分:1
-
LEACH 协议
这是 LEACH程序仅供您参考
谢谢
- 2023-04-17 18:15:02下载
- 积分:1
-
用perl 做SRAM的window测量
这个代码是用perl调用Hspice做SRAM的仿真,通过修改不同的PMOS,NMOSwidth,测试不同width下SRAM read operation的window,以确定其稳定性。
perl 将Hspice的仿真结果读出,然后做图像处理
- 2022-04-29 07:34:01下载
- 积分:1
-
最先代码
最大限度的求解一些算法上的问题,帮助我们。单纯形法用来求解线性规划问题是一种不错的算法。
- 2023-07-24 20:45:02下载
- 积分:1
-
迭代法计算一元非线性方程
应用背景
在计算方法中计算线性方程中。要考虑迭代格式的构造、初始条件的选取。收敛性。终止条件和误差分析。需要建立迭代函数,写出等价方程的不动点
关键技术迭代法计算一元非线性方程:f(x)是实变量x的非线性实单值函数,一元非线性方程是指f(x)是多项式的非线性方程。可以用迭代法获得F(x)=0的近似值
- 2023-03-02 15:20:03下载
- 积分:1