登录
首页 » 算法 » 该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。...

该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。...

于 2022-03-04 发布 文件大小:3.44 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。-the procedures used in the calculation of power plot, it more than ordinary continually multiply much faster method, it is the partition containing the idea.

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

发表评论

0 个回复

  • 文件加密
    这是我用Des-encrypt来加密和反加密文本文件的例子,这是一个简单的示例代码,对所有聊天程序都非常重要
    2022-04-01 10:48:33下载
    积分:1
  • MATLAB最优化问题中的armijo线搜索
    MATLAB编的最优化算法,利用armijo算法进行线搜索。armijo算法是最优化问题中确定步长最常用的算法之一,可以比较快速高效的确定收敛步长。
    2022-06-02 10:55:32下载
    积分:1
  • KPCA face recognition algorithm
    KPCA is very famous, this method is using for face recognition,great effect,many data for the tests
    2023-05-06 01:50:03下载
    积分:1
  • Soil non
    非线性土体有限源程序,包含接触单元等等,功能挺好 -Soil non-linear finite source
    2022-05-19 03:16:03下载
    积分:1
  • QAM 星座
    General constellation QAM algorithm is implemented.This function was tested with both MATLAB & Octave.
    2022-04-06 13:06:53下载
    积分:1
  • 多项式求和_c语言
    本代码为是以链表为数据结构,组织的一种多项式求和小实验,用户输入多项式的系数和指数,计算后输出结果。对于刚接触链表结构的同学,是一个很好的理解和锻炼的实验.
    2022-09-05 16:45:03下载
    积分:1
  • vc++环境的快速傅立叶变换的库,含VC++的测试源代码
    vc++环境的快速傅立叶变换的算法库,含VC++的测试源代码-vc++ environment Fast Fourier Transform algorithm library, containing VC++ the test source code
    2023-06-18 09:10:03下载
    积分:1
  • 鼹鼠闯迷宫
    资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现, { static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中 int zx = x*2; int zy = y*2; int next, turn, i; mg[zx][zy] = 0; if(rand()%2) turn = 1; else turn = 3; for(i=0,next=rand()%4;i
    2022-01-26 05:46:58下载
    积分:1
  • Bresenham画圆的实现
    通过VC++平台,利用Bresenham算法实现画圆。方便操作,实现快速画圆的方法。为初学者在学习Bresenham画圆算法的过程中提供了一个很好的实例,方便初学者掌握和运用。
    2023-01-05 05:40:03下载
    积分:1
  • 用VC实现解线性规划中的单纯形问题.
    用VC实现解线性规划中的单纯形法问题. -with VC solution of the linear programming problem simplex method.
    2022-10-06 21:40:03下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载