码迷,mamicode.com
首页 >  
搜索关键字:bit    ( 10514个结果
C++中冒号(:)的作用
摘于:http://blog.csdn.net/zimingjushi/article/details/6549390(1)表示机构内位域的定义(即该变量占几个bit空间)typedef struct _XXX{unsigned char a:4;unsigned char c;} ; XXX(2)...
分类:编程语言   时间:2015-05-06 17:08:10    阅读次数:156
Windows 8.1下使用IE 64位
Internet Options -> Advanced -> SettingsSecurity组对Enable 64-bit processes for Enhanced Protected Mode打勾。这样设置后对外网的网站可以使用IE 64位,但对本地网站,以及本地文件还是使用IE 32位。...
分类:Windows程序   时间:2015-05-06 01:10:16    阅读次数:154
Codeforces Round #157 (Div. 1)B 数位dp
//枚举有几个(7或4),用数位dp的记忆化搜索找有i个(7或4)的数又多少个 //暴力搜索在第i个中选几个 #include #include #include using namespace std ; const int mod = 1e9 + 7; int dp[20][20];//第i位有 j个数(7或者4) int bit[20] ; int temp[20]; i...
分类:其他好文   时间:2015-05-05 21:57:40    阅读次数:114
VIJOS 1512SuperBrother打鼹鼠(二维BIT)
呵呵..二维树状数组,第二维和第一维基本一样.--------------------------------------------------------------------------------#include#include#include#include#define rep(i, ...
分类:其他好文   时间:2015-05-05 19:02:52    阅读次数:131
BZOJ 1452 [JSOI2009] Count
这道题好像有点简单的样子...absi找题目好厉害啊...确实是一道比较裸的2dBIT啊.水掉吧.附:2dBIT怎么做:2dBIT就是BIT套BIT啦.所以修改loop(x+=lowbit(x)){loop(y+=lowbit(y)){}}查询loop(x-=lowbit(x)){loop(y-=l...
分类:Web程序   时间:2015-05-05 18:43:58    阅读次数:122
HDU 2489 Minimal Ratio Tree
Minimal Ratio TreeTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:248964-bit integer IO format:%I64d Java class ...
分类:其他好文   时间:2015-05-05 14:00:43    阅读次数:86
【转载】chmod u+s
转自:http://blog.chinaunix.net/uid-26642180-id-3378119.htmlSet uid, gid,sticky bit的三个权限的详细说明一个文件都有一个所有者, 表示该文件是谁创建的. 同时, 该文件还有一个组编号, 表示该文件所属的组, 一般为文件所有者...
分类:其他好文   时间:2015-05-05 11:56:52    阅读次数:167
mysql/tokudb安装
一、环境要求: Operating Systems:64-bit Linux Memory: >=1G 二、安装步骤1.下载安装包mysql-5.5.41-tokudb-7.5.5-linux-x86_64.tar.gzhttp://www.tokutek.com/tokudb-for-mysql....
分类:数据库   时间:2015-05-05 10:15:12    阅读次数:627
Hbase0.98的环境搭建
0 安装前提: jDK7 ,hadoop1.1.21 下载与hadoop对应的hbase版本:http://mirror.bit.edu.cn/apache/hbase/hbase-0.98.12/我这里使用的BIT大学的镜像, 下载与之对应的hbase包,bin代表已经编译过的,hadoop1代表...
分类:其他好文   时间:2015-05-04 23:44:56    阅读次数:181
火星A+B
C. 火星A+BTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainSubmitStatusPID: 5430读入两个不超过25位的火星正整数A和B,计算A+B。需要注意的...
分类:其他好文   时间:2015-05-04 22:00:46    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!