s****s 发帖数: 8 | 1 I have F77 codes. On SGI Indigo2 R10000,
the comilation option in makefile is -O -mips4.
It ran very well.
But when I move to SUN blade2000,
I use comilation option:
-fast -xprefetch -xtarget=ultra3 -xchip=ultra3 -fns=yes -fsimple=2
it could pass compilation and generate excutable file. but when I run
it, it always show the fowlling info at the end:
Note: IEEE floating-point exception flags raised:
Inexact; Underflow;
Nonstandard floating-point mode enabled
See the Numerical Computation |
|
z****e 发帖数: 54598 | 2 GUI没有必要用java
如果是c熟悉的话,你用qt就好了
所以说matlab要用java来做gui
真不make sense啊
没有必要啊,多的是用qt做的gui
比如老魏的那个破烂
还有tableau的产品
所以matlab用java,目的是想让你编程用脚本
然后comile并打包成jar,这样便于你放到mvn上去发布
根本就不是为了gui,谁傻逼到家冲着gui用java啊?
这些笑话你们自己说着说着都信了
也是奇了怪了 |
|
|
|
|
a***r 发帖数: 241 | 6 需要 10-50K miles
150$/10K
不足部分不需要
BOA PAYPAL payment。
用完之后我再把帐号还给你。 |
|
|
|
e****e 发帖数: 179 | 9 please send me your best offer.
Thanks. |
|
z********i 发帖数: 568 | 10 考虑要花多少时间去准备。读一遍comiler的课本,也要花不少时间。 |
|
f******r 发帖数: 2136 | 11 大家很多人都有5万mile了,再给大家介绍个小mile,随便拿拿,没时间的话只要注册
一下就拿250mile,有时间的话做上面的suvery可以换2000mile,做的多换的更多
具体做法
先登录
http://www.e-rewards.com/
注册一下用户
然后去rewards页面下点continental那个图标
进去后可以领250mile免费的
如果你有时间的话,可以做e-rewards上面的survey,做一个大概平均4-5块钱,做满25
块拿500mile,50块拿1000mile,100块拿2000mile
survey挺简单的,做一个5分钟左右。 |
|
W********s 发帖数: 1705 | 12 对,写错了。可见我对这玩艺深恶痛绝。Compile出错不告诉你哪里错了,很多时候就
是个逗号分号的错误,找死人了。Comile不了作业交不了,就是零分。 |
|
l******o 发帖数: 2649 | 13 总体感觉很流畅
拼音输入法界面新加了'按键来分隔有些拼音,输入法反映速度和智能程度都貌似稍有
改进
程序快速切换不错,常用程序切换无需回到home screen, 如果程序支持多任务切换的
时候就可以做到了,但是现在还没有程序支持
程序切换动画比以前好看
电池寿命貌似在3GS上改进了。我基本上是wifi上网,一个半小时之后用掉大约17%,
but needs more testing.
Mail app is better
scrolling may have been improved, since mitbbs.app is choppy, suggesting it
needs to be comiled again with new SDK. |
|
s***y 发帖数: 352 | 14 I have "using System.Data.Sqlclient"
and "using System.Data" and etc
Let me post the whole Page_Load method and see if there's anything wrong.
It's a really simple method though.
private void Page_Load(........)
{
SqlConnection conn = new SqlConnection(........);
SqlCommand cmd = new SqlCommand (.......);
SqlDataAdapter adp = new SqlDataAdapter(); //error this line
adp.SelectCommand = cmd;
DataSet ds = new DataSet();
adp.Fill(ds,"Database1");
...
}
Then the comile-time error occurs. |
|
b**y 发帖数: 121 | 15 I heard that java can dynamically generate code, am I right?
My question is, in which level the code generation is? Is newly
generated code in high-level language or byte code that is machine
independent, then comile it to host machine language? Or it directly
generates new code in machine binary form? |
|
m****d 发帖数: 9307 | 16 还是不行,唉。。。咋搞的呀。。。居然comile出错误来了 |
|
D****g 发帖数: 2860 | 17 You need a little knowledge about regular language. Consult a comiler book.
Most of them should teach lex. |
|
p*w 发帖数: 124 | 18 comiler should have a option so you
can let it stop compiling after severl errors. |
|