Redian新闻
>
这两种写法性能差别大吗?
avatar
这两种写法性能差别大吗?# Programming - 葵花宝典
n*p
1
I got a hardware problem , wonder if you guys can help:
I have been using an external LCD monitor from LG (resolution 1920x1080)
hooked to my dell inspiron 6400 laptop (windows XP sp3, the video card is
ATI mobility x1400 128M) for 6 months, everything is fine. but 2 days ago I
have to moved the laptop, so I disconnect the VGA cable, later moved the
laptop back and hook them up again, a problem showed up:
some regions of the image on the external monitor flash (if I put on a
document, the w
avatar
d*6
2
坛子里的link都过时了,只有IGO的软件和Garmin的地图下载成功,但配不上啊,求一
套能用的,谢
谢。
avatar
r*l
3
方法一:
if (A) {
if (B) {
func1();
} else {
func2();
}
} else {
if (B) {
func2();
} else {
func1();
}
}
方法二:
if (A==B) {
func1();
} else {
func2();
}
方法一更容易理解,方法二是否能快很多?现代的C++或Java编译器能自动优化方法一
么?
avatar
t*n
4
mio本身都过期了,怪不得软件过期。

【在 d**********6 的大作中提到】
: 坛子里的link都过时了,只有IGO的软件和Garmin的地图下载成功,但配不上啊,求一
: 套能用的,谢
: 谢。

avatar
p*o
5
方法二容易理解, 你不觉得方法一看着眼花吗?

【在 r******l 的大作中提到】
: 方法一:
: if (A) {
: if (B) {
: func1();
: } else {
: func2();
: }
: } else {
: if (B) {
: func2();

avatar
f*g
6
nonsense
with new Igo primo and latest map, it beat most those shit gps such as
tt and garmin

【在 t******n 的大作中提到】
: mio本身都过期了,怪不得软件过期。
avatar
r*l
7
我的实际程序里面A和B是两个完全不相干的东西,硬要比较A和B是否相比较奇怪。

【在 p***o 的大作中提到】
: 方法二容易理解, 你不觉得方法一看着眼花吗?
avatar
d*6
8

有链接吗?只能下到Igo primo,没有地图啊

【在 f****g 的大作中提到】
: nonsense
: with new Igo primo and latest map, it beat most those shit gps such as
: tt and garmin

avatar
g*g
9
这个容易,写成容易理解的 (A && B) || (!A && !B)

【在 r******l 的大作中提到】
: 我的实际程序里面A和B是两个完全不相干的东西,硬要比较A和B是否相比较奇怪。
avatar
f*g
10
http://mitbbs.com/article1/PDA/31397671_3_0.html
if the link is not valid, you might ask clwx upload it again...

有链接吗?只能下到Igo primo,没有地图啊

【在 d**********6 的大作中提到】
:
: 有链接吗?只能下到Igo primo,没有地图啊

avatar
f*t
11
if (A ^ B) {
func2()
} else {
func1()
}
A和B是典型的异或关系,为啥说它们完全不相干?
avatar
d*6
12

thanks, but they are all invalid.

【在 f****g 的大作中提到】
: http://mitbbs.com/article1/PDA/31397671_3_0.html
: if the link is not valid, you might ask clwx upload it again...
:
: 有链接吗?只能下到Igo primo,没有地图啊

avatar
r*l
13
AB都是有语意的啊。打个比方,A表示白天或黑夜,B表示狗或者猫。不论用==还是用
^都比较奇怪。还是goodbug的方法更好。

【在 f*******t 的大作中提到】
: if (A ^ B) {
: func2()
: } else {
: func1()
: }
: A和B是典型的异或关系,为啥说它们完全不相干?

avatar
y*a
14
http://www.igo-maps.info/
baozi. thx

【在 d**********6 的大作中提到】
:
: thanks, but they are all invalid.

avatar
d*6
15

谢谢,但还是用不了

【在 y*****a 的大作中提到】
: http://www.igo-maps.info/
: baozi. thx

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。