码迷,mamicode.com
首页 >  
搜索关键字:calculate    ( 959个结果
*Exercise 5.1 Summing reciprocals of five values
Exercise 5-1. Write a program that will read five values of type double from the keyboardand store them in an array. Calculate the reciprocal of each ...
分类:其他好文   时间:2014-12-18 20:26:11    阅读次数:518
Exercise 3.3 Calculate a discounted price
Exercise 3-3. Write a program that will calculate the price for a quantity entered from the keyboard, given that the unit price is $5 and there is a d...
分类:其他好文   时间:2014-12-17 23:53:57    阅读次数:174
nyoj(简单数学)Oh, my Paper!
Oh, my Paper! 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述Give you a piece of paper, n (row) *m (column) to calculate your is Calculated from a diagonal line to another diagonal how many walk ...
分类:其他好文   时间:2014-12-11 20:56:13    阅读次数:232
FZU2108:Mod problem(数学)
Problem Description Given one non-negative integer A and one positive integer B, it’s very easy for us to calculate A Mod B. Here A Mod B means the remainder of the answer after A is divided by B. ...
分类:其他好文   时间:2014-12-10 16:20:17    阅读次数:238
无线深度探索求和(根据结果用给出的数字组合求和)
import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class Fff { public void calculate(List lis_obj, BigDecimal result) { List bb = new ArrayList(); for (int i...
分类:其他好文   时间:2014-12-09 15:43:07    阅读次数:137
How to calculate a good InnoDB log file size
Peter wrote a post a while ago aboutchoosing a good InnoDB log file size. Not to pick on Peter, but the post actually kind of talks about a lot of th...
分类:数据库   时间:2014-12-08 02:00:52    阅读次数:361
HDU5139:Formula(找规律+离线处理)
http://acm.hdu.edu.cn/showproblem.php?pid=5139Problem Descriptionf(n)=(∏i=1nin?i+1)%1000000007You are expected to write a program to calculate f(n) wh...
分类:其他好文   时间:2014-12-07 11:15:53    阅读次数:197
poj 2318 TOYS (点与线段位置关系判断)
TOYS Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 10848   Accepted: 5206 Description Calculate the number of toys that land in each bin of a partitioned...
分类:其他好文   时间:2014-12-06 14:09:23    阅读次数:214
武汉科技大学ACM :1007: A+B for Input-Output Practice (VII)
Problem DescriptionYour task is to Calculate a + b.InputThe input will consist of a series of pairs of integers a and b, separated by a space, one pai...
分类:其他好文   时间:2014-12-05 21:13:59    阅读次数:150
武汉科技大学ACM :1001: A+B for Input-Output Practice (I)
Problem DescriptionYour task is to Calculate a + b.Too easy?! Of course! I specially designed the problem for acm beginners.You must have found that s...
分类:其他好文   时间:2014-12-05 21:10:20    阅读次数:237
959条   上一页 1 ... 82 83 84 85 86 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!