登录
首页 » 算法 » GCD的stein算法实现

GCD的stein算法实现

于 2022-01-26 发布 文件大小:2.87 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

资源描述这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的stein算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 查找SD卡
    函数GetDriverPhysicalInfo可以获取物理磁盘的相关信息,函数CheckSDCard中先枚举出计算机物理磁盘的名字,再根据物理磁盘的名字依次查找相关物理磁盘信息,通过信息匹配即可找到想要找到的SD卡
    2022-11-28 06:15:03下载
    积分:1
  • 决策树分类
    本案例适合于初学者对python语言的掌握和熟练以及对决策树分类算法的初步模拟,使其对决策树算法的思想有一个更清晰的认识和理解,其中所用的数据集是Iris,并且里面附有整个算法流程的说明文档,更有利于大家的理解,希望能够帮助到其他人。
    2022-03-21 09:06:19下载
    积分:1
  • 用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数...
    用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
    2022-08-13 06:49:23下载
    积分: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.
    2023-04-24 15:00:03下载
    积分:1
  • JPHide 和JPSeek 的源代码
    应用背景JPHide 和JPSeek 的源代码!JPHide&JPSeek是一个JPEG图像的信息隐藏软件!-JPHide and JPSeek source code! JPHide & JPSeek is a JPEG image information hidden software!关键技术JPHIDE and JPSEEK are programs which allow you to hide a file in a jpeg visual image. There are lots of versions of similar programs available on the internet but JPHIDE and JPSEEK are rather special. The design objective was not simply to hide a file but rather to do this in such a way that it is impossible to prove that the host file contains a hidden file. Given a typical visual image, a low insertion rate (under 5%) and the absence of the original file, it is not possible to conclude with any worthwhile certainty that the host file contains inserted data. As the insertion percentage increases the statistical nature of the jpeg coefficients differs from "normal" to the extent that it raises suspicion. Above 15% the e
    2022-07-21 14:22:36下载
    积分:1
  • 国密4的实现方
    国密算法4的实现方法,有源代码。可借用。sm4可以用软件方法实现。也可用硬件方法实现。国密4是对称算法的一种。 和 des  3des算法相似。 方法简单易懂。
    2022-03-11 11:29:16下载
    积分:1
  • 一元线性回归曲线 y=ax+b,求解出a b 和相关系数r
    一元线性回归曲线 y=ax+b,求解出a b 和相关系数r-Unary linear regression curve y = ax+ b, solving out of ab and the correlation coefficient r
    2022-06-21 10:04:19下载
    积分:1
  • from regular
    从正则式转化为有穷自动机-from regular-into DFA
    2022-08-22 01:19:02下载
    积分:1
  • 该代码实现了am,f
    该代码实现了am,f-msk,qpsk,mdpsk-the code achieved am, f-msk, qpsk, mdpsk
    2022-01-28 12:22:43下载
    积分:1
  • 用C++动态TSP问题
    应用背景一个旅行推销员是准备一个大的销售之旅。在他的家乡,提着手提箱,他将进行一次旅行,他的每一个目标城市被访问一次然后回家。鉴于城市之间的两两距离,在参观他们的最佳顺序是什么,从而减少整体的距离?为城市的1,……,N,推销员的故乡1,让a  ; ;(dij)是城际间的距离矩阵。我们的目标是设计一个旅行的开始和结束在1,包括所有的其他城市是一次性的,并具有最低的总长度。图中显示了一个涉及五个城市的例子。 ;关键技术让我们马上进入DP。那么什么是适当的子问题求解TSP?在这种情况下,最明显的部分解决方案是一个旅游的初始部分。假设我们在市1的要求开始,参观了几个城市,现在在城市的什么信息是我们为了扩大这部分旅游需求?我们一定要知道,因为这将决定哪些城市未来最方便的访问。我们还需要知道所有访问的城市到目前为止,所以我们不要重复任何人。在这里,然后,是一个合适的子问题。
    2023-09-05 22:30:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载