最新文章列表

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) 有475人浏览 2016-03-06 07:27

ACM高精度运算

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

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics