码迷,mamicode.com
首页 >  
搜索关键字:bit    ( 10514个结果
[转]在WIN7下安装运行mongodb
本文转自: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
C/C++中几种操作位的方法
参考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
ubuntu系统中查看可执行文件是32位还是64位
执行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
【Gray Code】cpp
题目: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.JAVA基础——语法相关
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
BNU - 49102
进化之地(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
浙江省 2015 省赛 B Team Formation
#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
POJ 3667 Hotel
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
Gray Code -- leetcode
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!