码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
食物链
食物链 Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N.....
分类:其他好文   时间:2015-07-24 22:19:11    阅读次数:95
BFS,推荐
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionA friend of you is doing research on the Traveling Knight Problem (TKP) where...
分类:其他好文   时间:2015-07-24 22:17:15    阅读次数:116
A Bug's Life - poj2492
Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionBackground Professor Hopper is researching the sexual beh....
分类:其他好文   时间:2015-07-24 22:10:59    阅读次数:116
货币问题
Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64uDescriptionA magic island Geraldion, where Gerald lives, has its own currency sys...
分类:其他好文   时间:2015-07-24 22:05:51    阅读次数:89
Adjust color space Constrast,Brightness,Hue,Saturation in YCbCr format.
The formula is : Y = (y - 128) * C /128 + (B - 128) + 128. //About add 128 is ture or error ? Cb = [ (Cb - 128)*cos(H) + (Cr - 128)*sin(H)] * S/64 ...
分类:其他好文   时间:2015-07-24 20:44:38    阅读次数:125
Squares-暴力枚举或者是用二分优化
B - Squares Time Limit:3500MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2002 Description A square is a 4-sided polygon whose sides have...
分类:其他好文   时间:2015-07-24 18:24:18    阅读次数:135
uva531Compromise (最长公共子序列+路径输出)
Compromise Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 531 Appoint description:Description Download as PDFIn a few months the European Currency...
分类:其他好文   时间:2015-07-24 18:22:32    阅读次数:145
Squares-暴力枚举或者二分
B - Squares Time Limit:3500MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2002 Description A square is a 4-sided polygon whose sides have eq...
分类:其他好文   时间:2015-07-24 18:15:02    阅读次数:90
string.Format()字符串格式化
Format()基本语法: {索引[,对齐][:格式字符串]} ·索引:表示引用的对象列表中的第n个对象参数。 ·对齐(可选):设置宽度与对齐方式,该参数为带符号的整数。正数为右对齐,负数为左对齐。例如:{0,50}表示宽度为50,右对齐。{0,-50}表示宽度为50,左对齐。 ·格式字符串:常见的...
分类:其他好文   时间:2015-07-24 17:45:32    阅读次数:150
number_format函数的使用
{$cart_num}件商品,总商品金额:¥{$cart_price|number_format=###,2,'.',''}
分类:其他好文   时间:2015-07-24 17:36:13    阅读次数:109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!