
JAVA
米诺minoz
这个作者很懒,什么都没留下…
展开
-
用 Java 实现大数的运算
H - Integer Inquiry One of the first users of BIT’s new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those ...原创 2018-07-23 19:48:59 · 568 阅读 · 0 评论 -
Java 实现大数算法
在ACM竞赛里难免会遇到一些大数(即超大数字!)的问题,但是对于ACMers来说,彼时还没有学过java,只会敲一手C/C++(比如我的大一),这篇博客就简单讲一下用java来实现大数的相关操作 关于eclipse的使用,这里也捎带一提。 配置了jdk并安装好eclipse之后(什么?怎么配置jdk?当然要点这里了!(ubuntu系统)) 进入到eclipse界面 第一步:file-&gt...转载 2018-07-23 16:33:42 · 279 阅读 · 0 评论 -
用JAVA 实现卡特兰数
卡特兰数详解 JAVA 实现大数 详解 例1: B - Game of Connections This is a small but ancient game. You are supposed to write down the numbers 1, 2, 3, ... , 2n - 1, 2n consecutively in clockwise order on the gr...原创 2018-10-23 13:03:59 · 1626 阅读 · 2 评论