码迷,mamicode.com
首页 >  
搜索关键字:a strange lift    ( 510个结果
hdu1548——A strange lift
A strange lift Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 12230    Accepted Submission(s): 4656 Problem Description There is a str...
分类:其他好文   时间:2014-11-19 22:23:49    阅读次数:193
UVA10519 - !! Really Strange !!(数论+高精度)
10519 - !! Really Strange !!(数论+高精度) 题目链接 题目大意:给你n个圆,每两个圆都有相交的部分,并且相交的两个点都唯一的,不能再和别的圆交于这点。问这样在一个矩形里的相交的n个圆可以产生多少个新的封闭图形。看图会明白的。 解题思路:规律:f(n) = f(n - 1) + 2 ?(n - 1) 最后推的 f(n) = n ? (n...
分类:其他好文   时间:2014-11-19 11:29:01    阅读次数:164
hdu2899 Strange fuction
在区间(0,100),二次导数恒大于0,f(x)有极小值,用一次导数求极小值点; #include #include #include #include const double eps=1e-6; double f(double x,double y) { return 6*pow(x,7)+8*pow(x,6)+7*pow(x,3)+5*pow(x,2)-y*x; } doubl...
分类:其他好文   时间:2014-11-19 11:18:59    阅读次数:242
关于iphone6/5/4s 在iOS8.0系统下 只读@3x图片
've tried in a sample project to use standard, @2x and @3x images, and the iPhone 6+ simulator uses the @3x image. So it would seem that there are @3x images to be done (if the simulator actually replicates the device's behavior). But the strange thing is ...
分类:移动开发   时间:2014-11-19 01:53:31    阅读次数:194
UVA10519 - !! Really Strange !!(数论+高精度)
10519 - !! Really Strange !!(数论+高精度) 题目链接 题目大意:给你n个圆,每两个圆都有相交的部分,并且相交的两个点都唯一的,不能再和别的圆交于这点。问这样在一个矩形里的相交的n个圆可以产生多少个新的封闭图形。看图会明白的。 解题思路:规律:f(n) = f(n - 1) + 2 ?(n - 1) 最后推的 f(n) = n ? (n...
分类:其他好文   时间:2014-11-19 01:30:55    阅读次数:179
hdu2899 Strange fuction
在区间(0,100),二次导数恒大于0,f(x)有极小值,用一次导数求极小值点; #include #include #include #include const double eps=1e-6; double f(double x,double y) { return 6*pow(x,7)+8*pow(x,6)+7*pow(x,3)+5*pow(x,2)-y*x; } doubl...
分类:其他好文   时间:2014-11-19 01:20:07    阅读次数:167
poj 2891(中国剩余定理)
Strange Way to Express Integers Time Limit: 1000MS   Memory Limit: 131072K Total Submissions: 10524   Accepted: 3194 Description Elina is reading a book written by Ruji...
分类:其他好文   时间:2014-11-14 12:37:28    阅读次数:267
Codeforces 484C Strange Sorting(置换)
题目链接:Codeforces 484C Strange Sorting 题目大意:给定一个长度为N的字符串,现在有M次询问,每次要从左向右逐个对长度为K的子串进行D-sorting,最后 输出生成的串。 解题思路:问题即为一个置换的思想,L对应的左移一位的置换,C对应的是D-sorting前K为的置换,每次执行完一次C 肯定执行一下L,保证D-sorting的为不同的K长...
分类:其他好文   时间:2014-11-09 19:33:54    阅读次数:178
codeforces 484C Strange Sorting Codeforces Round #276 (Div. 1) C
思路:首先 他是对1到k 元素做一次变换,然后对2到k+1个元素做一次变化。。。。依次做完。 如果我们对1到k个元素做完一次变换后,把整个数组循环左移一个。那么第二次还是对1 到 k个元素做和第一次一样的变换,再左移,再对1 到 k个元素做和第一次一样的变换,依次做完n-k+1即可。 假设题...
分类:其他好文   时间:2014-11-09 16:38:02    阅读次数:176
hdu2899——Strange fuction
Strange fuction Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3344    Accepted Submission(s): 2446 Problem Description Now, here is a...
分类:其他好文   时间:2014-11-07 17:02:08    阅读次数:158
510条   上一页 1 ... 40 41 42 43 44 ... 51 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!