码迷,mamicode.com
首页 >  
搜索关键字:bit operation    ( 13261个结果
iOS 关于多线程的一些知识点(不断更新)
1.NSOperation对于NSOperation,In OS X v10.6 and later, operation queues ignore the value returned by this method and always start operations on a separat...
分类:移动开发   时间:2014-05-09 17:36:56    阅读次数:494
关于flash擦除的方法
一般的Flash,只允许写时将1变成0,而不允许0变成1;仅当擦除时将0变成1.所以写全0xff是没什么意义的以前对flash只能进行一次写很困惑,这句话解释了原因。norflash就是 对bit位进行nor的flash,nand flash就是对bit位进行!and 的flash
分类:其他好文   时间:2014-05-09 12:40:33    阅读次数:263
ASP.NET简易导出Excel
使用asp.net导出Excel有多重方法。经过总结,现推荐一种简易方法,不用再记那些复杂的类名了。code:using System.Data;using System.IO;//add Microsoft.Excel refference and set operation right in s...
分类:Web程序   时间:2014-05-08 18:16:51    阅读次数:276
CentOS系统环境下安装MongoDB
(1)进入MongoDB下载中心:http://www.mongodb.org/downloadsWe recommend using these binary distributions (官方推荐使用二进制版本!)(2)根据自己的实际系统环境,下载所要的文件,我的是Linux 64-bit.wg...
分类:数据库   时间:2014-05-08 08:32:35    阅读次数:437
RCP EditorPart 调用doSave的方法
调用EditorPart的doSaveAs比较容易,调用doSave方法稍微复杂一些,因为需要传入IProgressMonitor参数,如下声明 @Override public void doSave(IProgressMonitor monitor) { // Do the Save operation } @Override public void doSaveAs() { ...
分类:其他好文   时间:2014-05-07 15:08:58    阅读次数:348
Gray Code
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 gr...
分类:其他好文   时间:2014-05-07 06:10:17    阅读次数:370
[bitset用法]SDUT 2841 Bit Problem
来源:点击打开链接 可以模拟过,不过练习这个题的目的是学习stl中的bitset,一个神奇的二进制容器. 和vector/MAP等容器一样,bitset具备stl库函数的几乎所有特性,同时加入了一些自己的东西,对二进制处理十分便利,尤其是在找零和找一的方面. ps:遍历的话,bitset默认是从后往前遍历的.所以不要自己再倒过来了. 一些库函数及用法的实例: 典型的bitset初...
分类:其他好文   时间:2014-05-07 04:36:52    阅读次数:331
ubuntu 14.04 VSFTPD 匿名FTP服务器 配置文件
ubuntu 14.04 VSFTPD 匿名FTP服务器 配置文件 可以提供上传,下载,修改,等操作 # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to mak...
分类:其他好文   时间:2014-05-07 04:26:57    阅读次数:488
HVM is required for this operation
在安装好的XenServer中安装VM时出现了"HVMisrequiredforthisoperation"的报错,原来原因只是我的小HP台式机没有开启虚拟化支持功能,立马在XenServer主机的BIOS开启了双V即能正常创建。
分类:其他好文   时间:2014-05-06 17:09:10    阅读次数:317
Leetcode: Reverse Integer
一次通过,它的spoiler里面的提示有两个:1. 末尾为0的情况,这个考虑到了2.Did you notice that the reversed integer might overflow? Assume the input is a 32-bit integer, then the reve...
分类:其他好文   时间:2014-05-06 11:10:45    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!