由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - java中这个是什么operator“>>>="
相关主题
问个bitwise实现加法的问题 (转载)一道面试题
BB的面试题-只用&和| 如何reverse a bit string?刚才的amazon phone interview 第一轮
How to elegantly solve this interview question?这个check whether a binary tree is a BST or not
Careercup上看到的一个google的题目 下面有个人回复很好玩bloomberg面试经历
一道qualcomm面試題Facebook Interview Questions
讨论一道面试题请教一道careercup 150上的题
面试题目现在怎么都是讨论offer的,没有做题的了?
BST面试题问一个老数组题
相关话题的讨论汇总
话题: operator话题: java话题: leftmost话题: unsigned话题: position
进入JobHunting版参与讨论
1 (共1页)
S********e
发帖数: 72
1
从来没见过,google,bing都没找到
usage:
e.g.
i=1;i>>>1
g*****g
发帖数: 34805
2
unsigned right shift

【在 S********e 的大作中提到】
: 从来没见过,google,bing都没找到
: usage:
: e.g.
: i=1;i>>>1

N**N
发帖数: 1713
3
The unsigned right shift operator ">>>" shifts a zero into the leftmost
position, while the leftmost position after ">>" depends on sign extension.
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.ht

【在 S********e 的大作中提到】
: 从来没见过,google,bing都没找到
: usage:
: e.g.
: i=1;i>>>1

S********e
发帖数: 72
4
Thanks!

【在 g*****g 的大作中提到】
: unsigned right shift
S********e
发帖数: 72
5
Thanks!

【在 N**N 的大作中提到】
: The unsigned right shift operator ">>>" shifts a zero into the leftmost
: position, while the leftmost position after ">>" depends on sign extension.
: http://docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.ht

c********s
发帖数: 817
6
Thank you!
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一个老数组题一道qualcomm面試題
攒个人品发碗F家面筋讨论一道面试题
LeetCode题Binary Tree Inorder Traversal面试题目
贡献一个G家电面BST面试题
问个bitwise实现加法的问题 (转载)一道面试题
BB的面试题-只用&和| 如何reverse a bit string?刚才的amazon phone interview 第一轮
How to elegantly solve this interview question?这个check whether a binary tree is a BST or not
Careercup上看到的一个google的题目 下面有个人回复很好玩bloomberg面试经历
相关话题的讨论汇总
话题: operator话题: java话题: leftmost话题: unsigned话题: position