登录
首页 » c++ » 大数相乘

大数相乘

于 2022-03-12 发布 文件大小:2.46 kB
0 81
下载积分: 2 下载次数: 1

代码说明:

什么是大数相乘,顾名思义,就是两个超过计算机表示的高精度数相乘。 结果当然也是超出计算机表示的,我们知道,这种情况称之为溢出。 那么,怎样才能精确表示这类似相乘的数据呢 于是我们提出了大叔相乘的算法

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

发表评论

0 个回复

  • EloamComDemo
    高拍仪demo(demo)
    2020-09-09 11:08:02下载
    积分:1
  • IntelMMx
    想做高效的程序吗?mmx指令集,及常用c程序优化,等你来学(want efficient procedure? Mmx instruction set, and common procedures c optimization, you have to learn)
    2007-05-16 15:28:15下载
    积分:1
  • udf
    fluent udf 源程序,十几个11111(fluent udf ewrwwerwer)
    2015-09-09 17:08:25下载
    积分:1
  • STM32F4 汉字显示实验.rar
    STM32F4 汉字显示实验.rar STM32F4 汉字显示实验.rar
    2022-01-28 04:43:51下载
    积分:1
  • IIC-OLED
    说明:  stm32f429 iic oled mdk环境(Stm32f429 IIC OLED MDK environment)
    2020-06-16 02:40:02下载
    积分:1
  • VC++ 依据特定字符拆分字符串
    int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
    2022-05-23 06:16:19下载
    积分:1
  • Wrox+-+Ivor+Hortons+Beginning+Visual+C+++2008+(Mar
    Wrox - Ivor Hortons Beginning Visual C++ 2008 (Mar 2008)
    2008-11-19 16:24:39下载
    积分:1
  • ComWave
    Visual Studio 2010 CLR 编程电子书(Visual Studio 2010 CLR programming ebook)
    2013-02-28 01:52:01下载
    积分:1
  • TCPMP-0.81
    上传的是开源万能播放器TCPMP的源码和相关说明,该播放器能够播放很多种格式的视频文件(There is the sourcecode of TCPMP .It s a really cool player which can play server different files with different postfix)
    2011-12-06 09:35:44下载
    积分:1
  • BLE-CC254x
    cc2540的adc使用方法,使用源码,协议栈开发部分实现(adc of cc2540 ble source code)
    2015-09-15 13:49:30下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载