码迷,mamicode.com
首页 >  
搜索关键字:calculate    ( 959个结果
css3中的calc()
什么是calc()? calc是英文单词calculate(计算)的缩写,是css3的一个新增的功能,用来指定元素的长度。比如说,你可以使用calc()给元素的border、margin、pading、font-size和width等属性设置动态值。calc()最大的好处就是用在流体布局上,可以通过calc()计算得到元素的宽度。 calc()能做什么? calc()能让你给元素的做计算...
分类:Web程序   时间:2015-03-19 13:20:31    阅读次数:195
UVALIVE 5096 Volume
This time your job is to calculate the volume of a special object. The object consists of two orthogonal cylinders. The two cylinders intersect each o...
分类:其他好文   时间:2015-03-15 16:26:07    阅读次数:213
D - K Smallest Sums(多路归并+贪心)
Problem KK Smallest SumsYou're given k arrays, each array has k integers. There are kk ways to pick exactly one element in each array and calculate th...
分类:其他好文   时间:2015-03-15 13:45:14    阅读次数:228
求序列的和,杭电0j-2058
原题地址:http://acm.hdu.edu.cn/showproblem.php?pid=2058【Problem Description】Given a sequence 1,2,3,......N, your job is to calculate all the possible sub-...
分类:其他好文   时间:2015-03-15 13:42:27    阅读次数:112
A+B
题目描述:Calculate a+bDescriptionTwo integer a,b (0int main(){inta,b;while(scanf("%d%d",&a,&b)!=EOF){printf("%d\n",a+b);}return 0;}
分类:其他好文   时间:2015-03-14 15:18:38    阅读次数:138
hdu4565---So Easy!(矩阵)
Problem Description   A sequence Sn is defined as:Where a, b, n, m are positive integers.┌x┐is the ceil of x. For example, ┌3.14┐=4. You are to calculate Sn.   You, a top coder, say: So easy!Input...
分类:其他好文   时间:2015-03-14 12:31:58    阅读次数:130
CSS3使用calc()做算术 (转)
calc是英文单词calculate(计算)的缩写,是css3的一个新增的功能,用来指定元素的长度。这个函数能让你执行简单的算术计算,例如计算元素的长宽,免去了你写不易维护的Javascript代码。这个函数支持所有简单的基本算术运算,包括加减乘除。表达式中有“+”和“-”时,其前后必须要有空格,如...
分类:Web程序   时间:2015-03-14 09:31:26    阅读次数:137
A1001. A+B Format (20)
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t...
分类:其他好文   时间:2015-03-14 07:25:57    阅读次数:135
A1088. Rational Arithmetic (20)
For two rational numbers, your task is to implement the basic arithmetics, that is, to calculate their sum, difference, product and quotient.Input Spe...
分类:其他好文   时间:2015-03-13 18:39:26    阅读次数:142
hdu 2674 N!Again 数论水题啊~~~
Problem Description WhereIsHeroFrom: Zty, what are you doing ? Zty: I want to calculate N!...... WhereIsHeroFrom: So easy! How big N is ? Zty: 1 <=N <=1000000000...
分类:其他好文   时间:2015-03-13 16:41:44    阅读次数:100
959条   上一页 1 ... 75 76 77 78 79 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!