10 2013 档案
摘要:苹果iPhone5s/5c破解中移动3G TD网络教程最近几天关于港行iPhone 5S和iPhone 5C用上移动3G网络的消息不胫而走,最终的事实证明港行iPhone 5S/5C在经过简单的破解之后是能够支持移动3G网络的。那么它究竟是怎么破解的呢?目前网上对于破解基本上有两种说法,一是刷入移动正在测试中的固件,让港行iPhone 5S/5C拥有支持TD网络的能力;二是通过写卡或者卡贴加入特定的IMSI码,以上两种方法据说都能够让港行iPhone5s/5c用上移动3G网络。那么究竟如何实施呢?看完下面简单的教程你就明白了。首先是写入IMSI码教程:1、解卡(这个步骤就不详细讲了,感兴趣的可
阅读全文
摘要:apt-get出现E:Encountered a section with no Package: header……的解决方法E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/******刚由于lists中某一个文件没有下载完成,出现解析错误。可用的解决方案:将/var/lib/apt/lists/下的所有list文件都删除,然后再update即可,命令如下:sudo rm /var/lib/apt/lists/* -vfsudo apt-get update
阅读全文
摘要:#include #include #include #include #define MAX 100010using namespace std;int n,k,qr,ql,v,p;int father[MAX*4];char str[MAX * 4];int query(int o,int l,int r){ int m = (l+r) / 2; int ans = 1; if(ql 0) father[o] = 1; else if(t==0) father[o] = 0; else if(t 0)...
阅读全文
摘要:Heidi has a discrete analog clock in the shape of a circle, as the one in the gure. Two hands rotatearound the center of the circle, indicating hours and minutes. The clock has 60 marks placed aroundits perimeter, with the distance between consecutive marks being constant.The minute hand moves from.
阅读全文
摘要:#include#includeusing namespace std;#define VEX 5//定义结点的个数#define maxpoint 100double graph[][maxpoint]={ { 0 , 10 , -1 , 30 , 100 }, { -1 , 0 , 50 , -1 , -1 } , { -1 , -1 , 0 , -1 , 10 } , { -1 , -1 , 20 , 0 , 60 } , { -1 , -1 , -1 , -1 , 0 }}; //邻接矩阵int i,j;int main(){ int R[maxp...
阅读全文
摘要:Notepad++搭配MinGW编译运行C,C++程序1:安装好MinGW及GCC编译器后,当然MinGW全安装最保险了,不会太费劲2:安装Notepad++,这个不用说了3:配置环境变量(注:可能需要重启后生效)计算机-->属性-->高级系统设置-->环境变量-->系统:path中添加C:\MinGW\bin;当然MinGW是安在C盘下,按不同路径修改4:打开Notepad++,编写一段C++代码并保存例如:#include using namespace std;int main(){int a, b;cout>a>>b){cout属性==>
阅读全文
摘要:#include #include #include #define MAXN 101using namespace std;int main(){ char c; double t,d,h; while(1) { t = MAXN; d = MAXN; h = MAXN; int cnt = 2; while(cnt--) { scanf("%c",&c); if(c=='E') return 0; ...
阅读全文
摘要:ACM online Judge中国:浙江大学(ZJU):http://acm.zju.edu.cn/北京大学(PKU):http://acm.pku.edu.cn/JudgeOnline/杭州电子科技 大学(HDU):http://acm.hdu.edu.cn/中 国科技大学(USTC):http://acm.ustc.edu.cn/北京航天航空大学(BUAA)http://acm.buaa.edu.cn/oj/index.php南京航天航空 大学(NUAA)http://acm.nuaa.edu.cn华中科技大学(HUST)http://acm.hust.edu.cn/thx/哈尔滨工业大
阅读全文
摘要:好久没写了,感觉只要一段时间不写代码什么的就手生了,所以还是要多多练习嘛国庆出去玩了4天,上了3天课,翘了7天的集训,然后被教练骂了。。。还不让我去参加区域赛了,哭瞎~好吧,开始做题了,目标3题
阅读全文

浙公网安备 33010602011771号