码迷,mamicode.com
首页 >  
搜索关键字:calculate    ( 959个结果
[BZOJ1000] A+B Problem
Description Calculate a+b Calculate a+b Input Two integer a,b (0<=a,b<=10) Two integer a,b (0<=a,b<=10) Output Output a+b Output a+b Sample Input 1 2 ...
分类:其他好文   时间:2016-04-03 23:53:27    阅读次数:311
[1000]A + B Problem (1)
1000: A+B Problem(1) Description Your task is to Calculate a + b. Your task is to Calculate a + b. Input The input will consist of a series of pairs o ...
分类:其他好文   时间:2016-04-03 22:09:17    阅读次数:114
[1003] A + B Problem (3)
1003: A+B Problem(4) Description Your task is to calculate the sum of some integers. Your task is to calculate the sum of some integers. Input Input c ...
分类:其他好文   时间:2016-04-03 21:58:44    阅读次数:152
Division and Recursion--find the nearest points in two dimension
#find the nearest point in two dimensions#1 first if there are only two points, then calculate the distance directly#2 if there are three points, get ...
分类:其他好文   时间:2016-04-03 17:35:37    阅读次数:251
【LeetCode】Counting Bits(338)
1. Description Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary repre ...
分类:其他好文   时间:2016-04-03 10:11:41    阅读次数:127
复利计算公器 网页版 0600
1.在myeclipse正常运行后,在浏览器地址栏输入:http://localhost:8080/calculate/Main,跳转到如下图程序首页, 2.程序提供了:两种计算方法:单利计算,复利计算。默认选择进入“单利计算”页面,如要进“复利计算”页面可以自行切换。 2.1:单利计算页面 2.2 ...
分类:Web程序   时间:2016-04-01 06:23:31    阅读次数:282
sample code /calculate PI (转)
更多地址 http://www.software-architects.com/devblog/2014/09/22/C-Parallel-and-Async-Programming ...
分类:其他好文   时间:2016-03-31 18:26:06    阅读次数:203
单元测试:复利计算
测试要求: 对我们和复利计算程序,写单元测试。 有哪些场景? 期待的返回值 写测试程序。 运行测试。 1.源代码:https://github.com/rongjielong/rongjielong/blob/master/calculate/src/exercise.java 2.测试代码:htt ...
分类:其他好文   时间:2016-03-28 23:27:03    阅读次数:255
【LeetCode】338. Counting Bits (2 solutions)
Counting Bits Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary repres ...
分类:其他好文   时间:2016-03-24 20:03:00    阅读次数:246
A+B Problem
A+B Problem Time Limit: 1000MS Memory Limit: 10000K Description Calculate a+b Input Two integer a,b (0<=a,b<=10) Output Output a+b Sample Input 1 2 Sa ...
分类:其他好文   时间:2016-03-23 23:36:36    阅读次数:194
959条   上一页 1 ... 52 53 54 55 56 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!