Redian新闻
>
急求Multi-Core的benchmark程序
avatar
急求Multi-Core的benchmark程序# EE - 电子工程
p*n
1
想到一起,怕申请可能会申请不上,就向f2陪读过来再找机会。lp现在f1,如果过来的
话就要变成f2签证了。有有这方面经验的兄弟姐妹吗?这个f1转f2在哪里能办啊?在美
国能办吗?还是要回国重新签证?有什么注意事项吗?谢谢大家了。
avatar
c*e
2
This is a very simple code. When I use two identical files (copy to get
an identical copy), it always says "NOT identical".
What is wrong? Thanks a lot.
#include
#include
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
ifstream fin1, fin2;
fin1.open(argv[0]);
fin2.open(argv[1]);
char c1, c2;
do {
fin1.get(c1);
fin2.get(c2);
if(c1!=c2) {
cout << "The two files are NOT identical." << endl;
avatar
R*N
3
FFT, GE, MMT, MP3D之类的哪有下载?OpenMP, Bochs里有testbench的包没?
avatar
z*0
4
我没看懂你的问题,呵呵。我猜一下,你现在在国内,lp在美国F1,是吧?转身份就填
写I-539表格,在美国境内转;如果你回国重新签证也行。你问的问题实在是没让我看
懂是怎么回事,主语混乱啊呵呵。
avatar
t*t
5
argv[1] and argv[2]....(not 0 and 1)

【在 c**********e 的大作中提到】
: This is a very simple code. When I use two identical files (copy to get
: an identical copy), it always says "NOT identical".
: What is wrong? Thanks a lot.
: #include
: #include
: #include
: #include
: using namespace std;
: int main(int argc, char *argv[])
: {

avatar
p*n
6
sorry,自己没说清楚。我和lp现在都在美国F1,但是不在一起。现在她想要拿ms之后
就过来和我一起。但是申请我们学校不一定能拿到offer,那样就可能要F1转F2了,想
问一下这个过程怎么操作。在美国应该怎么办。谢谢指点。

【在 z*****0 的大作中提到】
: 我没看懂你的问题,呵呵。我猜一下,你现在在国内,lp在美国F1,是吧?转身份就填
: 写I-539表格,在美国境内转;如果你回国重新签证也行。你问的问题实在是没让我看
: 懂是怎么回事,主语混乱啊呵呵。

avatar
c*t
7
Two problems. thrust pointed out one

^^^^^^^^^^^^^^^^^^^^^
should be argv[1] and argv[2]
should be &c1 and &c2

【在 c**********e 的大作中提到】
: This is a very simple code. When I use two identical files (copy to get
: an identical copy), it always says "NOT identical".
: What is wrong? Thanks a lot.
: #include
: #include
: #include
: #include
: using namespace std;
: int main(int argc, char *argv[])
: {

avatar
z*0
8
填写I-539就行了。
avatar
t*t
9
我发现你老了...istream::get(char& c)...

【在 c*****t 的大作中提到】
: Two problems. thrust pointed out one
:
: ^^^^^^^^^^^^^^^^^^^^^
: should be argv[1] and argv[2]
: should be &c1 and &c2

avatar
p*n
10
哦,最近没怎么上线。虽然有点迟,还是要感谢一下
谢谢,呵呵

【在 z*****0 的大作中提到】
: 填写I-539就行了。
avatar
c*t
11
en. 看错了。

【在 t****t 的大作中提到】
: 我发现你老了...istream::get(char& c)...
avatar
d1
12
you two are 2 style
u r c style
thrust is c++ style

en. 看错了。

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