y*w
2 楼
我的I-485 pending在TSC. 在e-file AP的时候, 回答第一个问题"please select
location where the I-485 is pending:"时,因为打开下拉式list看见的都是XXX
FIELD OFFICE,就没有拉到list最底下看,没有看到USCIS Texas Service Center,因此
选了"NOT SPECIFIED".到最后生成Confirmation Receipt时,receipt number的头三位
是MSC,并且让我把supporting documents寄到如下地址.如果我回答第一个问题时选了"
USCIS Texas Service Center",会不会receipt number的头三位就是SRC呢?还是说只要
是e-file I-131,receipt number的头三位就是MSC?
National Benefits Center
Attn: E-Filed I-131
P.O. Box 648000
Lee's Summit, MO 64064
location where the I-485 is pending:"时,因为打开下拉式list看见的都是XXX
FIELD OFFICE,就没有拉到list最底下看,没有看到USCIS Texas Service Center,因此
选了"NOT SPECIFIED".到最后生成Confirmation Receipt时,receipt number的头三位
是MSC,并且让我把supporting documents寄到如下地址.如果我回答第一个问题时选了"
USCIS Texas Service Center",会不会receipt number的头三位就是SRC呢?还是说只要
是e-file I-131,receipt number的头三位就是MSC?
National Benefits Center
Attn: E-Filed I-131
P.O. Box 648000
Lee's Summit, MO 64064
c*n
3 楼
这次估计都不用抢首发了?
O*d
4 楼
1。城市夜景
2。白桦林的落日
3。融冰残叶
4。冰与火
5。春意盎然
6。狗木花
7。盘曲
8。大红灯笼
9。海滩落日
10。气象万千
11。一只大鸟
12。秋天的韵律
13。最后的美丽
14。逝去的时光
15。冬夜的树
2。白桦林的落日
3。融冰残叶
4。冰与火
5。春意盎然
6。狗木花
7。盘曲
8。大红灯笼
9。海滩落日
10。气象万千
11。一只大鸟
12。秋天的韵律
13。最后的美丽
14。逝去的时光
15。冬夜的树
y*c
5 楼
我有一个程序计算CRC码,需要求任意2项或者以上的合并项,
比如,计算2项的合并:
void printCRCComb2(itemType *CRC, int n)
{
for(int i = 0; i < n; ++i){
for(int j = i+1; j < n; ++j){
itemType tmp = XOR(CRC[i],CRC[j]);
printCRC(&tmp,1);
}
}
}
}
但是如果计算3项,就有3个loop:
for(int i = 0; i < n; ++i){
for(int j = i+1; j < n; ++j){
itemType tmp1 = XOR(CRC[i],CRC[j]);
for(int k = j+1; k < n; ++k){
itemType tmp2 = XOR(tmp1,CRC[k]);
...
}
}
}
如果更多项,loop就更多了,容易出错,程序也不通用。有没有更好的办法?谢谢!
比如,计算2项的合并:
void printCRCComb2(itemType *CRC, int n)
{
for(int i = 0; i < n; ++i){
for(int j = i+1; j < n; ++j){
itemType tmp = XOR(CRC[i],CRC[j]);
printCRC(&tmp,1);
}
}
}
}
但是如果计算3项,就有3个loop:
for(int i = 0; i < n; ++i){
for(int j = i+1; j < n; ++j){
itemType tmp1 = XOR(CRC[i],CRC[j]);
for(int k = j+1; k < n; ++k){
itemType tmp2 = XOR(tmp1,CRC[k]);
...
}
}
}
如果更多项,loop就更多了,容易出错,程序也不通用。有没有更好的办法?谢谢!
y*w
7 楼
再问. 有版友是TSC的I-485 pending, e-file I-131, 得到的receipt number是以MSC
开头, 并且已经拿到了AP吗? 谢谢!
了"
【在 y*****w 的大作中提到】
: 我的I-485 pending在TSC. 在e-file AP的时候, 回答第一个问题"please select
: location where the I-485 is pending:"时,因为打开下拉式list看见的都是XXX
: FIELD OFFICE,就没有拉到list最底下看,没有看到USCIS Texas Service Center,因此
: 选了"NOT SPECIFIED".到最后生成Confirmation Receipt时,receipt number的头三位
: 是MSC,并且让我把supporting documents寄到如下地址.如果我回答第一个问题时选了"
: USCIS Texas Service Center",会不会receipt number的头三位就是SRC呢?还是说只要
: 是e-file I-131,receipt number的头三位就是MSC?
: National Benefits Center
: Attn: E-Filed I-131
: P.O. Box 648000
开头, 并且已经拿到了AP吗? 谢谢!
了"
【在 y*****w 的大作中提到】
: 我的I-485 pending在TSC. 在e-file AP的时候, 回答第一个问题"please select
: location where the I-485 is pending:"时,因为打开下拉式list看见的都是XXX
: FIELD OFFICE,就没有拉到list最底下看,没有看到USCIS Texas Service Center,因此
: 选了"NOT SPECIFIED".到最后生成Confirmation Receipt时,receipt number的头三位
: 是MSC,并且让我把supporting documents寄到如下地址.如果我回答第一个问题时选了"
: USCIS Texas Service Center",会不会receipt number的头三位就是SRC呢?还是说只要
: 是e-file I-131,receipt number的头三位就是MSC?
: National Benefits Center
: Attn: E-Filed I-131
: P.O. Box 648000
r*3
8 楼
俺这次很淡定了。。。不过估计12点多还是会去买,反正闲着也是闲着。。。。
O*d
9 楼
右击可以看稍大的图。
i*c
10 楼
递归?
l*7
11 楼
据说是从memorial day to labor day,summer fare。
f*o
12 楼
TSC, e-file I-131, receipt number start SRC
p*u
14 楼
1,10,11 最喜欢:)
w*e
16 楼
Thank you very much.
s*a
18 楼
很赞。
9,10的色彩效果是PS出来的么? 能不能解释一下怎么弄的?谢谢。
9,10的色彩效果是PS出来的么? 能不能解释一下怎么弄的?谢谢。
w*e
20 楼
q*g
22 楼
颜色很美
拍风景的高手
拍风景的高手
b*e
25 楼
The sketch:
int K = number of loop variables
Stack p = { 0, 1, 2..., K-1 };
// initialize i, j, k, ..., since the constraint is i // also declare necessary intermediate
// values v[] based on i,j,k values
while ( true ) {
do something with current content of p and v;
// print out p[], v[] for debugging
int t = n-1;
while (p.peek() == t-- )
{ p.pop(); /* also adjust v[p.size()-1] accordingly */ }
if ( p.empty() ) break; // done!
int c = ++p[p.size()-1]; // increment the stack top value
while (p.size() < K ) // fill up the rest of the stack
{ p.push(++c); /* also adjust v[p.size()-1] accordingly */ }
}
}
【在 y**c 的大作中提到】
: 我有一个程序计算CRC码,需要求任意2项或者以上的合并项,
: 比如,计算2项的合并:
: void printCRCComb2(itemType *CRC, int n)
: {
: for(int i = 0; i < n; ++i){
: for(int j = i+1; j < n; ++j){
: itemType tmp = XOR(CRC[i],CRC[j]);
: printCRC(&tmp,1);
: }
: }
int K = number of loop variables
Stack p = { 0, 1, 2..., K-1 };
// initialize i, j, k, ..., since the constraint is i
// values v[] based on i,j,k values
while ( true ) {
do something with current content of p and v;
// print out p[], v[] for debugging
int t = n-1;
while (p.peek() == t-- )
{ p.pop(); /* also adjust v[p.size()-1] accordingly */ }
if ( p.empty() ) break; // done!
int c = ++p[p.size()-1]; // increment the stack top value
while (p.size() < K ) // fill up the rest of the stack
{ p.push(++c); /* also adjust v[p.size()-1] accordingly */ }
}
}
【在 y**c 的大作中提到】
: 我有一个程序计算CRC码,需要求任意2项或者以上的合并项,
: 比如,计算2项的合并:
: void printCRCComb2(itemType *CRC, int n)
: {
: for(int i = 0; i < n; ++i){
: for(int j = i+1; j < n; ++j){
: itemType tmp = XOR(CRC[i],CRC[j]);
: printCRC(&tmp,1);
: }
: }
w*6
29 楼
does this work:
void printCRCCombs()
{
for(int ii=0; ii printCRCCombs_2(CRC,N,CRC[ii],ii);
}
}
void printCRCCombs_2(const itemType *CRC,int N,cont itemType &val,int idx)
{
for(int jj=idx+1; jj itemType tmp = XOR(val,CRC[jj]);
printCRC(&tmp,1);
printCRCCombs_2(CRC,N,tmp,jj);
}
}
void printCRCCombs()
{
for(int ii=0; ii
}
}
void printCRCCombs_2(const itemType *CRC,int N,cont itemType &val,int idx)
{
for(int jj=idx+1; jj
printCRC(&tmp,1);
printCRCCombs_2(CRC,N,tmp,jj);
}
}
v*o
32 楼
精品啊
j*l
33 楼
photoshop javascript is the solution.
I use that for all my copyright and border stuffs. It can be parameterized
and automated.
30
【在 O*******d 的大作中提到】
: 用的笨办法。在PS里,Image->Canvas Size,选白色,把Canvas的尺寸比原来的长宽多
: 出两个像素,就得到白边,然后重复以上过程,选黑色,把Canvas尺寸比原来的多出30
: 像素,就得到15像素宽的黑边。 我把以上过程做成一个action,每次只需点击一下对
: 应的action play button。 但一个action只能做一个尺寸,我给几个常用的尺寸各做
: 了action。
I use that for all my copyright and border stuffs. It can be parameterized
and automated.
30
【在 O*******d 的大作中提到】
: 用的笨办法。在PS里,Image->Canvas Size,选白色,把Canvas的尺寸比原来的长宽多
: 出两个像素,就得到白边,然后重复以上过程,选黑色,把Canvas尺寸比原来的多出30
: 像素,就得到15像素宽的黑边。 我把以上过程做成一个action,每次只需点击一下对
: 应的action play button。 但一个action只能做一个尺寸,我给几个常用的尺寸各做
: 了action。
l*i
34 楼
感觉挺好的
x*b
35 楼
最喜欢残叶那张,很有味道
w*a
36 楼
赞鸵鸟,精神抖擞的。特喜欢这样的高清晰片。
O*d
37 楼
s*i
41 楼
I am still a big fan of our works
x*6
42 楼
好看!
O*d
47 楼
10是在泰国拍的印度洋上空。 日落前45分钟,逆光。 从普吉岛飞往曼谷,提前到达机
场,登上早一小时的航班。当时的时间,天气,飞机座位都很有运气。 一小时的飞行
拍了100多张照片,这是最好的一张。 照片里有GPS Tag。 包括经纬度,高度,飞行速
度。
场,登上早一小时的航班。当时的时间,天气,飞机座位都很有运气。 一小时的飞行
拍了100多张照片,这是最好的一张。 照片里有GPS Tag。 包括经纬度,高度,飞行速
度。
B*i
50 楼
膜拜,最喜欢大鸟和冬树
y*e
53 楼
融冰残叶很有眼睛一亮的感觉。
h*c
54 楼
10很壮观!
N*i
55 楼
大鸟太赞了
相关阅读
国际象棋里knight move的问题来看一个对比 (转载)GUI用什么语言开发比较好?Development methodologies... Do you really follow one?int (*b)[2]; 是什么意思?perl script 求教 (Getopt::Long)How to compare data in an Array and in Xml (转载)请问一个正则表达式的问题【c#】 在datagridview的格子里加buttonrecommend assembly code from gccthis和&*this的区别Fun picture[新版申请] 移动设备开发(MobileDev)android怎么写一个binary command? (转载)interviewstreet 明天有个quora专场 感兴趣的童鞋们可以参加试试Anyone used Dundas Dashboard software? Thank you![技术问题] 修改一个php + mysql, 想换成其他的。any recommended book for dynamic programming?In which language are the Java compiler, JVM and Java written?求一个Mac上用的MATLAB破解版