搜索资源列表
MasterJava
- 现在,使用Java语言为 Palm OS编写程序的领域还没有完全统一,并且也有许多程度上的差异,目前,市面上有好几种不同的可用的应用程序接口,每种应用程序接口都给出了一个到当前的Palm OS应用程序不同程度的访问权限。也许这其中大家最熟悉的是Sun微系统出品的产品;但是能够为Palm OS写程序的绝不只有这一种产品。本文这一部分并不是介绍使用Java编写Palm程序的教程--因为每种我们将要讨论的解决方案都有自己的要求和值得注意的地方--而是一篇向开发者概括介绍开发工具的的文章,我们将纵观这一
SimpleIntersection
- 用java语言编写两个正整数相加求和的代码,完整代码和详细注释。-Java language two positive integers summing code, complete code and detailed notes.
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
AplusB
- 使用java语言实现了大数加法的功能,大致思路即将输入数据转化为数组,然后按位运算再进行求和。(Java language is used to implement the addition of large numbers. The general idea is that the input data will be transformed into an array, and then it will be calculated by bit operation.)