码迷,mamicode.com
首页 >  
搜索关键字:strong    ( 85544个结果
String.Format 格式说明
C#格式化数值结果表字符说明示例输出C货币string.Format("{0:C3}", 2)$2.000D十进制string.Format("{0:D3}", 2)002E科学计数法1.20E+0011.20E+001G常规string.Format("{0:G}", 2)2N用分号隔开的数字st...
分类:其他好文   时间:2014-07-12 09:12:03    阅读次数:185
2014华为机试西安地区B组试题
2014华为机试西安地区B组试题 题目一、亮着点灯的盏数 一条长廊里依次装有n(1≤n≤65535)盏电灯,从头到尾编号1、2、3、…n-1、n。每盏电灯由一个拉线开关控制。开始,电灯全部关着。 有n个学生从长廊穿过。第一个学生把号码凡是1的倍数的电灯的开关拉一下;接着第二个学生把号码凡是2的倍数的电灯的开关拉一下;接着第三个学生把号码凡是3的倍数的电灯的开关拉一下;如此继续下去,最后第...
分类:其他好文   时间:2014-07-10 20:29:34    阅读次数:177
poj 2533 Longest Ordered Subsequence
Longest Ordered Subsequence Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 31787   Accepted: 13903 Description A numeric sequence of ai is ordered if a1 a2...
分类:其他好文   时间:2014-07-10 20:27:45    阅读次数:202
hdu3342Legal or Not
题目链接: 点我点我 题目: Legal or Not Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3909    Accepted Submission(s): 1767 Problem Desc...
分类:其他好文   时间:2014-07-10 20:15:27    阅读次数:176
UVA - 471 Magic Numbers
Description  Magic Numbers  Write a program that finds and displays all pairs ofintegers and such that: neither nor have any digits repeated; and , where N is a given i...
分类:其他好文   时间:2014-07-10 20:10:06    阅读次数:238
poj 2506 Tiling
Tiling Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7461   Accepted: 3645 Description In how many ways can you tile a 2xn rectangle by 2x1 or 2x2 tiles?  ...
分类:其他好文   时间:2014-07-10 20:04:45    阅读次数:184
Cocostudio学习笔记(3) ImageView + Slider
这篇记录了两个控件的使用流程:ImageView 和 Slide。...
分类:其他好文   时间:2014-07-10 20:03:22    阅读次数:243
深入理解pthread_cond_wait、pthread_cond_signal
LINUX环境下多线程编程肯定会遇到需要条件变量的情况,此时必然要使用pthread_cond_wait()函数。但这个函数的执行过程比较难于理解。     pthread_cond_wait()的工作流程如下(以MAN中的EXAMPLE为例):        Consider two shared variables x and y, protected by the mutex mut,...
分类:其他好文   时间:2014-07-10 19:50:36    阅读次数:347
HDU 1086:You can Solve a Geometry Problem too
You can Solve a Geometry Problem too Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6997    Accepted Submission(s): 3385 Problem Desc...
分类:其他好文   时间:2014-07-10 19:30:48    阅读次数:256
zoj3326An Awful Problem
题目链接: 点我点我 题目: An Awful Problem Time Limit: 1 Second      Memory Limit: 32768 KB In order to encourage Hiqivenfin to study math, his mother gave him a sweet candy when the day of the mo...
分类:其他好文   时间:2014-07-10 19:29:30    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!