最新文章列表

Multiply Strings

Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-negative. 计算两个大数的乘法,如果直接计算,就会溢出。假设两个数的长度分别为m, n。那么它们 ...
KickCode 评论(0) 有503人浏览 2016-03-06 07:27

ACM高精度运算

#include<stdio.h> #include<string.h> char c[2000];//全局变量,存储大数运算的结果 char arr[1000];//高精度除以高精度的余数 long z=0;//高精度除以低精度的 ...
弄月吟风 评论(0) 有1273人浏览 2011-11-20 11:45

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics