1 #include 2 #include 3 using namespace std; 4
5 int main() 6 { 7 int n; 8 string str; 9 int flag;10 while (cin>>n)11 {12
...
分类:
其他好文 时间:
2014-05-16 06:05:15
阅读次数:
377
转载:http://mobile.zol.com.cn/296/2968659_all.html#p2968659手机微硬盘读取速度>50MB/s
在开始今天的话题之前,请大家随笔者一起时光倒流,回忆一下2011年的年度多媒体手机横评。横评的结果不是重点,关键是不知道大家有没有注意到,安兔兔跑分中的...
分类:
移动开发 时间:
2014-05-16 06:02:43
阅读次数:
445
HTML字符实体(Character Entities)有些字符在HTML里有特别的含义,比如小于号
大于 > > & &符号 & & " 双引号 "
" 其他常用的字符实体(Character Entities)显示结果 说明 Entity Name...
分类:
Web程序 时间:
2014-05-16 05:55:34
阅读次数:
357
$(function() { //FireFox2及以上 if
($.browser.MozillaSideBar && $.browser.version >= "1.8") { } //Safari
...
分类:
Web程序 时间:
2014-05-16 05:21:49
阅读次数:
239
注意是>=//#define
LOCAL#include#include#include#include#includeusing namespace std;int
T,maxx;std::map word_count;std::map::iterator be,ed,result;string ...
分类:
其他好文 时间:
2014-05-16 05:20:32
阅读次数:
294
让我们定义 dn为:dn= pn+1- pn,其中 pi是第i个素数。显然有 d1=1
且对于n>1有 dn是偶数。“素数对猜想”认为“存在无穷多对相邻且差为2的素数”。现给定任意正整数N ( 2 #include 3 #include 4
#define MAXN 100000 5 int a.....
分类:
编程语言 时间:
2014-05-16 05:07:52
阅读次数:
283
准备工作: SQL> conn sys/root as sysdba
Connected. SQL> grant select on v_$sql_plan to scott; Grant succeeded.
SQL> grant select on v_$session to scott; Gr...
分类:
数据库 时间:
2014-05-16 04:56:06
阅读次数:
431
#include#include#include#includeusing namespace
std;#define N 110000int pre[N],ch[N][2];int e[N],ne[N*2],v[N*2];int nn,m;int
col[N];int lc[N],sm[N],rc...
分类:
其他好文 时间:
2014-05-15 17:00:37
阅读次数:
300
//基本类型for(int i=0;i<d.length;i++){for(int
j=i+1;j<d.length;j++){if(d[i]<d[j]){double
temp=d[i];d[i]=d[j];d[j]=temp;基本类型排序,需要注意2点,1,排序过程中,需要引用中间值,类似2个瓶...
分类:
其他好文 时间:
2014-05-15 16:52:11
阅读次数:
265
今天有一个人问我C#里面的位移符号是怎么运算的,他说他懂就是总是记不住,我给他支了招print(16>>3);16 /
(2的三次方)说白了那个3就是指数>>箭头往外是借出去 借钱 就是除<<箭头往里面就是取钱 就是乘嘿嘿...
分类:
其他好文 时间:
2014-05-14 10:31:50
阅读次数:
237