登录
首页 » 算法 » 数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法...

数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法...

于 2022-04-30 发布 文件大小:75.70 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !

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

发表评论

0 个回复

  • AES软件实现
    AES是美国国家标准技术研究所NIST旨在取代DES的21世纪的加密标准,基本要求是,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位。对称密码体制的发展趋势将以分组密码为重点。分组密码算法通常由
    2022-07-04 15:57:25下载
    积分:1
  • 迷宫生成及搜索,一些好的,分享给大家
    迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
    2022-06-19 21:56:39下载
    积分:1
  • ResizeImageMatrix
    This program implements various interpolation techniques to resize 2D matrices or Image Matrices. Methods of interpolation used are 1) Nearest Neighbour 2) Bilinear 3) Bicubic 2x2 4) Bicubic 4x4 5) Bicubic 6x6 6) Bicubic 8x8
    2022-01-25 16:59:14下载
    积分:1
  • 用C写的,在VC上编译通过,可以查看运行结果,代码没写注释...
    用C写的,在VC上编译通过,可以查看运行结果,代码没写注释-written in C, compiled by VC can see the operational results, I did not write code Notes
    2022-01-22 02:25:43下载
    积分:1
  • matlab生成随机迷宫
    迷宫不一定有解,生成过程(伪)随机。 特点:生成过程有趣。 第一次发程序。
    2022-06-27 12:16:46下载
    积分:1
  • 无噪音ofdm 产生
    这段代码有助于创造一个完整的 ofdm 链传动和无噪音,添加环前缀的接待,这种信号可以使用盲或半盲稍后同步同步
    2022-02-20 21:15:48下载
    积分:1
  • 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!...
    128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
    2022-07-20 07:57:05下载
    积分:1
  • 机图形计:点乘 英文网页 没代码,更适合于理解其原理和方和运用...
    计算机图形计算:点乘 英文网页 没代码,更适合于理解其原理和方法和运用-computer graphic terms : point by the English website no code, is more suited to understand the principles and methods of use and
    2022-02-20 06:45:08下载
    积分:1
  • 《游戏编程中的人工智能技术》书中源代码和可执行文件
    《游戏编程中的人工智能技术》书中源代码和可执行文件- Game programming in artificial intelligence technology, the book source code and executable files
    2022-08-13 15:36:34下载
    积分:1
  • 电影票
    图书馆管理系统 C+ + * 递归程序为线性搜索 * /#includeint 线性 (int [],int,int) ;无效的主要 (){int a [20],pos = 1,n,k,我 ;clrscr() ;printf ("nEnter n 值:") ;scanf ("%d",& n) ;printf ("nEnter 元素的数组:") ;为 (我 = 0 ; 我 < n; i + +)scanf ("%d"& a[i]) ;printf ("n 输入要搜索的元素:") ;scanf ("%d"& k) ;pos=linear(a,n,k) ;if(pos!=-1)printf ("n 搜索成功,发现位置 %d 处的元素",pos) ;其他printf ("搜索失败,找不到元素") ;残培 () ;}int 线性 int k int n int []){int ;为 (我 = n-1 ; 我 > = 0; 我 — —){if(a[i]==k)return(i) ;其他{n = n-1 ;return(linear(a,n,k)) ;}}返回-1 ;}
    2022-02-02 00:00:53下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载