码迷,mamicode.com
首页 >  
搜索关键字:bit reversal    ( 10533个结果
stm32之NVIC
非本人原创,转载自http://blog.csdn.net/denghuanhuandeng/article/details/8350392STM32的NVIC理解例程: /* Configure one bit for preemption priority */ NVIC_PriorityGro...
分类:其他好文   时间:2014-11-11 12:40:57    阅读次数:230
网速中kbps KB/s 兆 的区别与联系
平常我们所说的家里的宽带多少多少兆就是指 MB/s    1MB/s = 1024KB/s   这里的KB是指Kilo Byte 而 1KB/s = 8kB/s   这里的kB是指Kilo Bit   而1Byte(字节) = 8 Bit(比特),这里的kB/s也就是指kbps。 所以总结就是  如果你家里是 2兆宽带  也就是 2MB/s = 2 * 1024 KB/s  = 20...
分类:Web程序   时间:2014-11-10 19:59:21    阅读次数:190
influxdb 的安装(centos)
安装命令: # for 64-bit systems wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm sudo rpm -ivh influxdb-latest-1.x86_64.rpm 具体安装过程如下: wge...
分类:数据库   时间:2014-11-10 19:32:16    阅读次数:1044
注册表32位64位键值区别
32-bit and 64-bit Application Data in the RegistryOn 64-bit Windows, portions of the registry entries are stored separately for 32-bit application and...
分类:其他好文   时间:2014-11-10 17:17:04    阅读次数:325
Controllerizing the ScrollViewer Thumbnail
In the last post we created aScrollViewer Thumbnailfeature using a just a bit of Xaml and databinding magic.Since it's a pretty useful feature, it mak...
分类:其他好文   时间:2014-11-10 17:13:42    阅读次数:274
Hibernate Annotation 设置字段的默认值
很简单,不过有点莫名其妙的意思@Column(name="powerLoad",columnDefinition="bit(1) default 1 ")private boolean load = true;其实就是在@Column中加入columnDefinition属性里面的值,就是你的字段的...
分类:Web程序   时间:2014-11-10 17:08:52    阅读次数:214
关于Java基本数据类型
在Java中一共有8种基本数据类型,其中有4种整型,2种浮点类型,1种用于表示Unicode编码的字符单元的字符类型和1种用于表示真值的boolean类型。(一个字节等于8个bit)1.整型类型 存储需求 bit数 取值范围 备注int 4字节 4*8short 2字节 2...
分类:编程语言   时间:2014-11-10 06:31:24    阅读次数:266
嵌入式文件系统损耗平衡算法
为什么要损耗平衡(wear-leveling)?Flash上的每一位(bit)可以被写操作置成逻辑0。 可是把逻辑 0 置成逻辑 1 却不能按位(bit)来操作,而只能按擦写块(erase block)为单位进行擦写操作。一般来说,“NOR flash擦写块的大小是128K,Nand flash擦写...
分类:编程语言   时间:2014-11-10 06:22:55    阅读次数:368
Ubuntu Linux的虚拟机安装Windows86X虚拟机安装(Ubuntu ISO64Bit)
今天是周日,一大早就起来学习了,然后给本子整了一个Ubuntu虚拟机,因为前段时间在aliyun整了一个服务器到期了,所以就没续租了,我就直接在我的PC上装虚拟机了,加深对Linux的了解,前期准备工作,我们需要到网上下载一个Ubuntu的最新的ISO镜像文件,和最新版的VMware Workstation虚拟机软件,准备好之后就来进行安装,首先我下载的VMware Workstation是目...
分类:Windows程序   时间:2014-11-09 16:43:06    阅读次数:268
/etc/vsftpd/vsftpd.conf
# Example config file /etc/vsftpd/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up a bit, to ma...
分类:其他好文   时间:2014-11-09 16:36:54    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!