码迷,mamicode.com
首页 >  
搜索关键字:64 bit    ( 10514个结果
LeetCode:Gray Code 题解
题目描述:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total n...
分类:其他好文   时间:2014-05-26 21:30:04    阅读次数:296
关于float与double
//float与double的范围和精度 1. 范围 float和double的范围是由指数的位数来决定的。// float的指数位有8位,而double的指数位有11位,分布如下:// float: 1 bit(符号位) 8bits(指数位) 23bits(尾数位)// double:1 ...
分类:其他好文   时间:2014-05-26 14:12:25    阅读次数:189
SQL Server 的字段类型
数据库中存储的信息主要有:数字、时间、文字、图片、唯一标示等。针对数字有:bit,tinyint,smallint,int,long,decimal,float。长度从一个位逐个字节(8位)的增加。时间:date,datetime.文字:char,varchar,nvarchar.唯一标示有:tim...
分类:数据库   时间:2014-05-26 09:12:53    阅读次数:218
北邀 E Elegant String
E. Elegant StringTime Limit:1000msCase Time Limit:1000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:MainSubmitStatusPID: 34985Fo...
分类:其他好文   时间:2014-05-26 08:23:51    阅读次数:269
linux sticky bit 目录权限 rwt权限
今天ls -al /tmp 看到的是 rwxrwxrwt很惊讶这个t是什么,怎么不是x或者-呢?搜了下发现:这个t代表是所谓的sticky bit。sticky bit: 该位可以理解为防删除位. 一个文件是否可以被某用户删除, 主要取决于该文件所属的组是否对该用户具有写权限. 如果没有写权限, 则...
分类:系统相关   时间:2014-05-23 03:15:29    阅读次数:366
2014北京邀请赛 Happy Reversal
H. Happy Reversal 64-bit integer IO format: %lld      Java class name: Main Elfness is studying in an operation "NOT". For a binary number A, if we do operation "NOT A", after that, all digit...
分类:移动开发   时间:2014-05-23 00:43:49    阅读次数:430
2014北京邀请赛(部分题解)
马上要去比赛了。 今天做了一下2014北京邀请赛,出了两道题目,感觉很水啊、、、 首先H题: H. Happy Reversal Time Limit: 1000ms Case Time Limit: 1000ms Memory Limit: 65536KB 64-bit integer IO format: %lld      Java class name...
分类:其他好文   时间:2014-05-22 23:07:32    阅读次数:417
Apache+Php配置(亲测可用)
Apache+Php配置(亲测可用) 一Apache配置: 1.下载 httpd-2.2.xx-win64.rar,Apache 64-bit 的压缩包,点击这里下载 (Apache官方没有64位的安装包) 2、将压缩包解压到C盘根目录: \httpd-2.2-x64 3、以管理员身份运行CMD:,进入Apache的bin目录,运行安装命令 httpd-k install 4、修改web配置,c:\httpd-2.2-x64\conf目录下的httpd.conf 端口号默认为80,如有冲突可改其他,这里...
分类:Web程序   时间:2014-05-22 18:32:34    阅读次数:447
什么是Mbps、Kbps、bps、kb、mb及其换算和区别
Mbps 即 Milionbit pro second(百万位每秒);Kbps 即 Kilobit pro second(千位每秒);bps 即 bit pro second(位每秒);速度单位,bit即比特,通常用b(小写)表示,指一位二进制位,Milionbit=1000Kilobit=1000...
分类:其他好文   时间:2014-05-22 15:26:24    阅读次数:244
C实现判断两个IP是否在同一个子网
在进行网络程序的时候避免不了对给定IP是否跨子网段进行判断。相关原理倒是简单, 贴出相关代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 #define ALL_BIT 32 /* ip address have...
分类:其他好文   时间:2014-05-22 14:59:04    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!