y**u 发帖数: 2788 | 1 Household account, one account has 26384 miles, the other has 43870 miles.
You can take both accounts and return them to me after you use miles. BOA/
Citi/Chase quick pay. Please let me know if you are interested. |
|
y**u 发帖数: 2788 | 2 one account has 26384 miles, the other has 43870 miles.
You can take both accounts and return them to me after you use miles. BOA/
Citi/Chase quick pay. Please let me know if you are interested. |
|
|
|
|
|
|
|
|
|
M**********n 发帖数: 432 | 11 【 以下文字转载自 Computation 讨论区 】
发信人: ManshengChen (像琼瑶一样老去), 信区: Computation
标 题: idb problem
发信站: BBS 未名空间站 (Tue Mar 16 12:47:25 2010, 美东)
I used "ifort -c -g -O0 -i8" to compile a fortran program.
But when I used idb to print out some variables, it gave totally wrong
answers.
Here is some output from "idb a.out"
70253 itt = 1111111
(idb) n
70254 print*,nexcg,itt
(idb) n
1 1111111
As you can see, the program outputs 1 and 1111111 |
|
M**********n 发帖数: 432 | 12 【 以下文字转载自 Computation 讨论区 】
发信人: ManshengChen (像琼瑶一样老去), 信区: Computation
标 题: idb problem
发信站: BBS 未名空间站 (Tue Mar 16 12:47:25 2010, 美东)
I used "ifort -c -g -O0 -i8" to compile a fortran program.
But when I used idb to print out some variables, it gave totally wrong
answers.
Here is some output from "idb a.out"
70253 itt = 1111111
(idb) n
70254 print*,nexcg,itt
(idb) n
1 1111111
As you can see, the program outputs 1 and 1111111 |
|
C********g 发帖数: 1548 | 13 是这个吗?
+----+-------------+-------------+--------+----------------+---------+------
---+---------------------------+-------+----------+-------------+
| id | select_type | table | type | possible_keys | key | key_
len | ref | rows | filtered | Extra |
+----+-------------+-------------+--------+----------------+---------+------
---+---------------------------+-------+----------+-------------+
| 1 | SIMPLE | BBC_Content | ALL | NULL | NULL... 阅读全帖 |
|
M**********n 发帖数: 432 | 14 【 以下文字转载自 Computation 讨论区 】
发信人: ManshengChen (像琼瑶一样老去), 信区: Computation
标 题: idb problem
发信站: BBS 未名空间站 (Tue Mar 16 12:47:25 2010, 美东)
I used "ifort -c -g -O0 -i8" to compile a fortran program.
But when I used idb to print out some variables, it gave totally wrong
answers.
Here is some output from "idb a.out"
70253 itt = 1111111
(idb) n
70254 print*,nexcg,itt
(idb) n
1 1111111
As you can see, the program outputs 1 and 1111111 |
|
M**********n 发帖数: 432 | 15 I used "ifort -c -g -O0 -i8" to compile a fortran program.
But when I used idb to print out some variables, it gave totally wrong
answers.
Here is some output from "idb a.out"
70253 itt = 1111111
(idb) n
70254 print*,nexcg,itt
(idb) n
1 1111111
As you can see, the program outputs 1 and 1111111 for nexcg and itt, which
are the right answers.
But when I used "print nexcg" and "pirint itt", I got
gabbage. Do someone know what coul |
|