码迷,mamicode.com
首页 >  
搜索关键字:bit operation    ( 13261个结果
Oracle EBS-SQL (BOM-14):检查工艺路线明细.sql
select msi.segment1 装配件编码, msi.description 装配件描述, bos.operation_seq_num 序号, bso.operation_code 工序代码, bd.department_code 部门, bos.operation_description ...
分类:数据库   时间:2014-06-13 07:24:44    阅读次数:420
Application and Operation Principle of Impact Crusher
You can know basic operation principle of impact crusher. Materials from the feed hopper enter to impact crusher and distributor will divide materials...
分类:移动开发   时间:2014-06-13 07:09:41    阅读次数:307
20天自制操作系统(一)
为什么博文分类以及博文名字叫“20天自制操作系统”呢?因为6月11日到7月还有接近20天的时间,所以我取整,接近20天内学完《30天自制操作系统》作者川合秀实 ,译者 周自恒,李黎明,曾箱江,张文旭这本书。PS:从5月20号到6月10日,除了上班之外,下班就是吃喝玩,浪费了特别多的时间。看到BIT祝...
分类:其他好文   时间:2014-06-12 23:30:00    阅读次数:388
errno
Linux内核版本:2.6.20include/asm-generic/errno-base.h 1 #define EPERM 1 /* Operation not permitted */ 2 #define ENOENT 2 /* No ...
分类:其他好文   时间:2014-06-12 21:57:57    阅读次数:409
Oracle EBS-SQL (BOM-15):检查多层BOM(含common BOM).sql
selectdistinct b.lvl 层次, b.OPERATION_SEQ_NUM 工序, msi1.segment1 父件编码, msi1.description 父件描述, msi1.item_type父件类型, msi1.inventory_item_status_code 父件编码状态...
分类:数据库   时间:2014-06-12 19:43:06    阅读次数:670
【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 number...
分类:其他好文   时间:2014-06-10 19:38:39    阅读次数:199
kbit和bit之间的换算关系
网络速率:用KbpsMbpsGbps或Kb、Mb、Gb等来表示 1Gbps=1000Mbps 1Mbps=1000Kbps 1Kbps=1000bit 数据传输速率:用KBpsMBps或KB、MB、GB等来表示 1GB=1024MB 1MB=1024KB 1KB=1024Byte 1Byte=8bit 1kbps=1000bps 全称:BitsPerSecond 通信线路等数据传送速度的单位。比特每秒。1..
分类:其他好文   时间:2014-06-10 18:56:22    阅读次数:362
java中的new BufferedReader(new InputStreamReader(System.in))
流 JAVA /IO 基本小结  通过一行常见的代码讨论:new BufferedReader(new InputStreamReader(System.in))   java的IO是基于流(stream)概念的,什么是流呢,作为初学者, 我是这样理解的,在各个应用之间传送的是BITS,这些BIT可已被认为是流体,可以就认为是水流,那么用来在各个水源之间转移水的工具应该选择什么呢?一般...
分类:编程语言   时间:2014-06-10 14:24:53    阅读次数:262
Network | parity bit
奇偶校验位是一个表示给定位数的二进制数中1的个数是奇数还是偶数的二进制数。奇偶校验位是最简单的错误检测码。A parity bit, or check bit is a bit added to the end of a string of binary code that indicates wh...
分类:Web程序   时间:2014-06-10 11:51:03    阅读次数:288
读书笔记-HBase in Action-第一部分 HBase fundamentals
新项目准备上HBase。HBase目前由组里某牛负责。本着学会使用HBase的目标,先阅读下HBase in Action,学习内容包括HBase基本实现原理,使用方法,Schema设计原则和实战等。借用Michael Stack(HBase Chair)的话,“At a highlevel, HBase is like theatomic bomb. Its basic operation...
分类:其他好文   时间:2014-06-10 06:33:37    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!