本文转自:http://www.cnblogs.com/snake-hand/p/3172376.html1)、下载MongoDB http://downloads.mongodb.org/win32/mongodb-win32-i386-2.4.5.zip下载Windows 32-bit版本并解压...
分类:
数据库 时间:
2015-04-27 12:51:27
阅读次数:
220
参考How do you set, clear and toggle a single bit in C?c/c++中对二进制位的操作包括设置某位为1、清除某位(置为0)、开关某位(toggling a bit)、检查某位是否为1等。这些操作较为常见并且可以作为其他位运算的基础接口,以下罗列几种方法...
分类:
编程语言 时间:
2015-04-27 12:41:39
阅读次数:
149
执行file ,即可。返回解决如下:: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha...
分类:
系统相关 时间:
2015-04-27 11:10:25
阅读次数:
154
题目:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total num...
分类:
其他好文 时间:
2015-04-26 21:02:58
阅读次数:
143
1.1 8种基本数据类型数值型整数类型:byte(1字节),short(2字节),int(4字节),long(8字节)浮点类型:float(4字节),double(8字节)非数值型字符型:char(2字节)布尔型:boolean ①关于字节(Byte)和位(bit):数据存储以字节(Byte)为单....
分类:
编程语言 时间:
2015-04-26 18:03:48
阅读次数:
201
1 bit 二进制数据1 byte = 8 bit
1 字母 = 1 byte = 8 bit
1 汉字 = 2 byte = 16 bit
1. bit:位
一个二进制数据0或1,是1bit;
2. byte:字节
1 byte = 8 bit
3.
一个英文字符占一个字节;
1 字母 = 1 byte = 8 bit
4. 一个汉字占2个字节;
...
分类:
其他好文 时间:
2015-04-26 12:28:14
阅读次数:
148
进化之地(Evoland)Time Limit: 1000msCase Time Limit: 1000msMemory Limit: 65536KB64-bit integer IO format: %lld Java class name: MainSubmit Status PID: 491....
分类:
其他好文 时间:
2015-04-25 22:44:16
阅读次数:
192
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define LL long long
#define INF 0x7fffffff
using namespace std;
int bit[100005...
分类:
其他好文 时间:
2015-04-25 19:52:34
阅读次数:
148
HotelTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:366764-bit integer IO format:%lld Java class name:MainThe c...
分类:
其他好文 时间:
2015-04-25 19:40:22
阅读次数:
148
The gray code is a binary numeral system where two successive values differ in only one bit.
Given a non-negative integer n representing the total number of bits in the code, print the sequence of ...
分类:
其他好文 时间:
2015-04-25 18:26:11
阅读次数:
139