Dual Core CPUTime Limit: 15000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:346964-bit integer IO format:%lld Java class name...
分类:
其他好文 时间:
2014-09-25 16:43:29
阅读次数:
508
ParatroopersTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:330864-bit integer IO format:%lld Java class name:Ma...
分类:
其他好文 时间:
2014-09-25 16:19:29
阅读次数:
218
昨天笔试遇到一道题,让实现乘法的计算方法,设计方案并优化,后来总结位运算相关知识如下:在计算机中,数据是以1010的二进制形式存储的,1bytes = 8 bits,bit就是位,所以位运算就是对每个1010进行操作。位运算有&|~^>,分别是与或非异或左移右移。与:1与不变,0与为0;或:只有0或...
分类:
编程语言 时间:
2014-09-24 18:14:17
阅读次数:
242
---旧文整理--- bitset 对象用每一个bit位存储0或1,可以用来标记存在或者不存在,位置下标和存储内容组成一个key-value对。用bit标记的好处就是可以节省内存空间,特别是应用于海量数据处理中。 例如以下几个问题:(1) 已知某个文件内包含一些电话号码,每个号码为8位数字,统计.....
分类:
编程语言 时间:
2014-09-24 14:12:36
阅读次数:
186
方法如下:
(1) 将Efuse如下Enable_SW_JTAG_CON bit烧起来
[ Security control ]
; if Enable_SW_JTAG_CON = 1, enable sw control to jtag
Enable_SW_JTAG_CON = 1
(2) 将alps\mediatek\custom\$...
分类:
移动开发 时间:
2014-09-24 11:06:56
阅读次数:
199
Gold TransportationTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:322864-bit integer IO format:%lld Java class ...
分类:
其他好文 时间:
2014-09-24 00:11:35
阅读次数:
292
Fibonacci TreeTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:478664-bit integer IO format:%I64d Java class name...
分类:
其他好文 时间:
2014-09-23 22:50:25
阅读次数:
252
FiringTime Limit: 5000msMemory Limit: 131072KBThis problem will be judged onPKU. Original ID:298764-bit integer IO format:%lld Java class name:MainYou...
分类:
其他好文 时间:
2014-09-23 22:49:15
阅读次数:
215
centos7推出有一段时间了,但是安装图解好像不是很多。1:下载地址:http://mirror.bit.edu.cn/centos/7.0.1406/isos/x86_64/CentOS-7.0-1406-x86_64-Minimal.iso在这我下载的是最少安装包CentOS-7.0-1406...
分类:
其他好文 时间:
2014-09-23 19:56:25
阅读次数:
741
1.下载配置必要的文件
2.下载nginx:http://nginx.org/download/nginx-1.6.2.zip
3.下载tomcat:http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.0.12/bin/apache-tomcat-8.0.12-windows-x64.zip
4.解压下载文件
解压nginx-1.6.2.z...