avatar
请教有经验的# Biology - 生物学
b*a
1
giving an int, how to check if the 1st bit is set? don't make any assumption
regarding the size of int.
my answer is to check the int is positive or negative. is it right?
avatar
z*1
2
时常让我很郁闷,比如发短信发现中间的字需要修改的时候,怎么能准确定位到比如说
第5个字? 感觉苹果手机的选择横杠都是瞎指的,然后还不能精确的往前移动
还有如何选择部分文字,只要按select就是选择全部,可是我只想选择其中一部分。这
么傻的设计么
avatar
m*e
3
投Science四周了,无任何消息。如果送审编辑都给通讯作者发邮件通知吗?现在我写
邮件问问好不好?
谢谢!
avatar
x*s
4
(a>>31 && 1) == 1
avatar
I*t
5
长按文字会出来一个放大镜

【在 z*******1 的大作中提到】
: 时常让我很郁闷,比如发短信发现中间的字需要修改的时候,怎么能准确定位到比如说
: 第5个字? 感觉苹果手机的选择横杠都是瞎指的,然后还不能精确的往前移动
: 还有如何选择部分文字,只要按select就是选择全部,可是我只想选择其中一部分。这
: 么傻的设计么

avatar
M*P
6
还是等通讯作者吧,你虽然一座,但是在editor眼中就是crap.

【在 m*****e 的大作中提到】
: 投Science四周了,无任何消息。如果送审编辑都给通讯作者发邮件通知吗?现在我写
: 邮件问问好不好?
: 谢谢!

avatar
d*t
7
这是假设输入的是32位的数,题目说don't make any assumption regarding the
size
of int.
(input>>(8*sizeof(a)-1))&1 == 1

【在 x*********s 的大作中提到】
: (a>>31 && 1) == 1
avatar
a*7
8
其实这个用户体验也不怎么样

【在 I*********t 的大作中提到】
: 长按文字会出来一个放大镜
avatar
s*9
9
是不是Science编辑很多都在度假啊。In-depth review都一个多月了还没有消息。
宣传不是说一般2个周内告诉是否送审(结果等了3周),3个周内in-depth review出结
果吗(现在5周了)?
avatar
s*f
10
1st bit? MSB or LSB.
MSB测正负好像可以,LSB只要测奇偶就行了。
avatar
s*s
11
屏幕小,没办法。要么把手指长细一点

【在 a******7 的大作中提到】
: 其实这个用户体验也不怎么样
avatar
O*R
12
science啥时候守时过了。。。

【在 s******9 的大作中提到】
: 是不是Science编辑很多都在度假啊。In-depth review都一个多月了还没有消息。
: 宣传不是说一般2个周内告诉是否送审(结果等了3周),3个周内in-depth review出结
: 果吗(现在5周了)?

avatar
K*g
13
(a>>(sizeof(int)-1))&1 == 1

assumption

【在 b****a 的大作中提到】
: giving an int, how to check if the 1st bit is set? don't make any assumption
: regarding the size of int.
: my answer is to check the int is positive or negative. is it right?

avatar
s*9
14
呵呵,会对大佬的牛文守时。从投稿到发表可以两周完成,相当地灵活啊。

【在 O*R 的大作中提到】
: science啥时候守时过了。。。
avatar
b*a
15
when shifting the bit cross over the bytes, will the byte order (big/little
indian) has any effect?

【在 K******g 的大作中提到】
: (a>>(sizeof(int)-1))&1 == 1
:
: assumption

avatar
b*y
16
If you are not the corresponding author, don't do it. It is the
corresponding authors' responsibility and privilege to communicate with
editors. Be patient. No news is good news at this stage. Keep your fingers
crossed.

【在 m*****e 的大作中提到】
: 投Science四周了,无任何消息。如果送审编辑都给通讯作者发邮件通知吗?现在我写
: 邮件问问好不好?
: 谢谢!

avatar
s*s
17
of course Not.
Endian, 不是a3

little

【在 b****a 的大作中提到】
: when shifting the bit cross over the bytes, will the byte order (big/little
: indian) has any effect?

avatar
m*e
18
谢谢。我也是通讯作者。如果送审,他们一定通知通讯作者吗?

【在 b******y 的大作中提到】
: If you are not the corresponding author, don't do it. It is the
: corresponding authors' responsibility and privilege to communicate with
: editors. Be patient. No news is good news at this stage. Keep your fingers
: crossed.

avatar
b*a
19
So, if there is a 4 byte (32 bit) int a, the result will be the same for a>
>8 on both big endian and little endian machines?

【在 s*****s 的大作中提到】
: of course Not.
: Endian, 不是a3
:
: little

avatar
s*9
20
如果几个通讯作者,一般只给选定的那个发信。一般是晚上系统自动发。

【在 m*****e 的大作中提到】
: 谢谢。我也是通讯作者。如果送审,他们一定通知通讯作者吗?
avatar
s*s
21
you got it.

a>

【在 b****a 的大作中提到】
: So, if there is a 4 byte (32 bit) int a, the result will be the same for a>
: >8 on both big endian and little endian machines?

avatar
m*e
22
我是唯一的通讯作者,也是第一作者

【在 s******9 的大作中提到】
: 如果几个通讯作者,一般只给选定的那个发信。一般是晚上系统自动发。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。