登录
首页 » 数据结构 » C++经典大整数实现,加减乘除.输入输出

C++经典大整数实现,加减乘除.输入输出

于 2022-03-05 发布 文件大小:1.41 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

C++经典大整数实现,加减乘除.输入输出-C classic large integer, the arithmetic. Input and Output

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

发表评论

0 个回复

  • 实现堆栈先入后出的功能
    堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
    2022-02-14 16:34:28下载
    积分:1
  • 本人大学时编写的算法包括 堆栈 链表 及二叉树等。。。。。。很多很全...
    本人大学时编写的算法包括 堆栈数据结构 链表数据结构 及二叉树等。。。。。。很多很全-I am prepared by the university, including stack algorithm data structure Chain and binary tree data structure so. . . . . . The whole lot
    2022-07-13 02:51:00下载
    积分:1
  • 多项式与加法和乘法,链表的是美国的..
    用链表实现多项式的加法与乘法,链表是采用数据结构里面的单链表-polynomial with the addition and multiplication, linked list data structure is used inside the single-linked list
    2022-05-26 16:30:39下载
    积分:1
  • 10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯 是按下面的方式进行分配:最...
    10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯 是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包 括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方 案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名 最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan to divide up these spoils of war. This is the democracy of some pirates (of course it was their own unique democracy), their habits are based on the following manner allocation : one of the most powerful pirate proposed distribution plan, and then all the pirates (including the proposal himself) on this program for a vote. If 50% or more of the pirates agreed to this program, this program was adopted and on the allocation of spoils of war. Otherwise, the proposals will be pirates thrown into the sea, and then nominate the most serious piracy repeated this process
    2023-06-24 15:35:03下载
    积分:1
  • 复杂的VB OPC自动化的例子
    Complex VB OPC Automation Example
    2022-01-25 21:04:57下载
    积分:1
  • 成绩分析系统 可分析学生几个学期以来的学习状况
    成绩分析系统 可分析学生几个学期以来的学习状况-performance analysis system can be analyzed several students since the semester learning
    2023-06-25 08:40:03下载
    积分:1
  • 本程序用于计算随机变量模拟仿真 已经用计算机语言写好
    本程序用于计算随机变量模拟仿真 已经用计算机语言写好-the procedures used to calculate the random variable simulation has been used to finish the Computer Language
    2023-01-16 04:55:03下载
    积分:1
  • 一个很好的员工信息管理系统
    一个很好的员工信息管理系统-a good staff information management system
    2022-04-01 21:41:11下载
    积分:1
  • MM1队列模拟
    实现M/M/1单窗口无限排队系统的系统仿真,利用事件调度法实现离散事件系统仿真,并统计平均队列长度以及平均等待时间等值,以与理论分析结果进行对比。 M/M/1排队系统: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-01-05 02:15:04下载
    积分:1
  • Backward recursive method used to achieve the eight
    使用回溯递归法实现的八皇后问题的算法源码-Backward recursive method used to achieve the eight-queen problem algorithm source code
    2022-11-08 16:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载