上一页 1 ··· 6 7 8 9 10
摘要: 给定K个整数组成的序列{ N1, N2, ..., NK },“连续子列”被定义为{ Ni, Ni+1, ..., Nj },其中 1 =0)25 {26 flag=true;27 break;28 ... 阅读全文
posted @ 2015-04-07 20:10 打小孩 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid "ins... 阅读全文
posted @ 2015-04-07 18:56 打小孩 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135... 阅读全文
posted @ 2015-04-07 16:11 打小孩 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 一个数组A中存有N(N>0)个整数,在不允许使用另外数组的前提下,将每个整数循环向右移M(M>=0)个位置,即将A中的数据由(A0 A1……AN-1)变换为(AN-M …… AN-1 A0 A1……AN-M-1)(最后M个数循环移至最前面的M个位置)。如果需要考虑程序移动数据的次数尽量少,要如何设计... 阅读全文
posted @ 2015-04-07 15:08 打小孩 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 让我们定义 dn 为:dn = pn+1 - pn,其中 pi 是第i个素数。显然有 d1=1 且对于n>1有 dn 是偶数。“素数对猜想”认为“存在无穷多对相邻且差为2的素数”。现给定任意正整数N (< 105),请计算不超过N的满足猜想的素数对的个数。输入格式:每个测试输入包含1个测试用例,给出... 阅读全文
posted @ 2015-04-07 00:38 打小孩 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 源网址http://www.patest.cn/contests/mooc-ds2015spring/00-%E8%87%AA%E6%B5%8B1本题要求你写个程序把给定的符号打印成沙漏的形状。例如给定17个“*”,要求按下列格式打印***** *** * ********所谓“沙漏形状”,是指每... 阅读全文
posted @ 2015-04-07 00:37 打小孩 阅读(273) 评论(0) 推荐(0) 编辑
摘要: oracle 11g 64位下载:http://pan.baidu.com/wap/link?uk=1596685679&shareid=477891&third=6安装教程:http://www.jb51.net/article/47076.htmhttp://wenku.baidu.com/li... 阅读全文
posted @ 2015-03-24 19:43 打小孩 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10