r*********1 发帖数: 5741 | 1 [出售]10% bestbuy online code@9 exp2/29/16
另外还有几十张 Exp 3/31/2016 code
in store cpn 也有卖
$18 each
请发邮件[email protected]
/* */
多谢 |
|
d*****i 发帖数: 50 | 2 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
officemax 30 off 150 online phone exp2/20/10
单张面值:
可接受价格(必须明码标价!):
210 weibi, exp 2/20/10
物品新旧要求:
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!): |
|
l*********l 发帖数: 2371 | 3 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
staples 25off100 online cpn exp2/5@1
单张面值:
25off100
可接受价格(必须明码标价!):
1
物品新旧要求:
new
邮寄方式要求:
email code
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
non cc paypal
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
21117 |
|
r*********1 发帖数: 5741 | 4 [出售]10% bestbuy online code@9 exp2/29/16
另外还有几十张 Exp 3/31/2016 code
in store cpn 也有卖
$18 each
请发邮件[email protected]
/* */
多谢 |
|
i*********3 发帖数: 21 | 5 Enfagrow
1 $5,1$8(exp3/31)、
1$3(exp2/29)
$6.5包邮
paypal or chase quick pay |
|
z**x 发帖数: 1457 | 6 Gymboree 30% off regular price , Feb 4~6
world market 10 off 30 , exp2/20
Lowe's 10% off , exp2/15
Lowe's 10 off 50 , exp2/15 ,两张
medela 1 off 2oz tube of tender care lanolin ,exp3/1
5off any one swiffer wetJet starter kit , exp2/28
2off any one vices babyRub or vaporub , exp2/28
1off any one Lysol disinfectant spray (12oz. Or larger), exp12/31
2off any one Lysol no touch hand soap system(starter kit only) , exp5/30
0.5off any one pampers diapers,exp2/28
换amazon 20%off code 或10 off
加1 刀邮费 |
|
z**x 发帖数: 1457 | 7 Gymboree 30% off regular price , Feb 4~6
world market 10 off 30 , exp2/20
Lowe's 10% off , exp2/15
Lowe's 10 off 50 , exp2/15 ,两张
medela 1 off 2oz tube of tender care lanolin ,exp3/1
5off any one swiffer wetJet starter kit , exp2/28
2off any one vices babyRub or vaporub , exp2/28
1off any one Lysol disinfectant spray (12oz. Or larger), exp12/31
2off any one Lysol no touch hand soap system(starter kit only) , exp5/30
0.5off any one pampers diapers,exp2/28
换amazon 20%off code 或10 off
加1 刀邮费 |
|
d**********o 发帖数: 1321 | 8 所有测试文件
aamain2.c-
aamain2.expected
aamain2.in
aamain2.out
aamain2.tm
aamain3.c-
aamain3.expected
aamain3.out
aamain4.c-
aamain4.expected
aamain4.out
aamain4.tm
aamain5.c-
aamain5.expected
aamain5.out
aamain.c-
aamain.expected
aamain.out
aamain.tm
aasmaller.c-
aasmaller.expected
aasmaller.out
all.c-
allErrors2.c-
allErrors2.expected
allErrors2.in
allErrors2.out
allErrors.c-
allErrors.expected
allErrors.in
allErrors.out
all.expected
all.in
all.out
arglist2.c-
arglist2.expected
arglist2.out
arglist... 阅读全帖 |
|
d**********o 发帖数: 1321 | 9 所有测试文件
aamain2.c-
aamain2.expected
aamain2.in
aamain2.out
aamain2.tm
aamain3.c-
aamain3.expected
aamain3.out
aamain4.c-
aamain4.expected
aamain4.out
aamain4.tm
aamain5.c-
aamain5.expected
aamain5.out
aamain.c-
aamain.expected
aamain.out
aamain.tm
aasmaller.c-
aasmaller.expected
aasmaller.out
all.c-
allErrors2.c-
allErrors2.expected
allErrors2.in
allErrors2.out
allErrors.c-
allErrors.expected
allErrors.in
allErrors.out
all.expected
all.in
all.out
arglist2.c-
arglist2.expected
arglist2.out
arglist... 阅读全帖 |
|
c***w 发帖数: 134 | 10 我是这么想的。
1。创建一个hashmap和stack
2。扫描整个算式,弄清楚结构,var, exp1, exp2
3. 把整个算式stack.push() 并且 put(Expression, Result)
4. 再把exp2压站和放到hashmap中
5. 吧exp1压站和放到hashmap中
6. 不断重复,直到exp1是个整数,不是算式
7. 检查stack, 做pop()算顶上的算式,结构保存在hashmap中。
8. 重复知道stack为空
9. 注意无限循环,做exception检查
我正好也遇到了这题,还以为是主要考oo设计,结构这里要写个小算法,有点麻烦。 |
|
s**x 发帖数: 7506 | 11 Class Division : public Expression
{
Int eval() { return exp1->eval() / exp2->eval();}
Expression* exp1;
Expression *exp2;
} |
|
o******p 发帖数: 254 | 12 Gymobree 20% off(exp2/28)+Enfamil $3 奶票(exp4/30)换Amazon20%off(
exp2/28) |
|
s********y 发帖数: 480 | 13 G家
$3.5, exp2/1
$2.5, exp2/1
S家
$5, 1/16
$5, 2/11
$5, 3/11
半价+邮费 |
|
d**********o 发帖数: 1321 | 14 最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖 |
|
d**********o 发帖数: 1321 | 15 简化数据
261个test文件:
完全正确的测试文件117个,占44.8%;
完全没做的测试文件 19个,占 7.3%;
其余半对的不对的,我自己也没时间去数
就让同专业的小伙伴们帮忙来数、来作鉴定、指导我吧。
compiler框架搭起来,多少也该给些分的吧~~
我不认为难,但我真的是没有足够的时间,实在是写不完这牛毛一样多的测试~~ *_^
上一贴最后总结部分重贴如下(不同专业的读者可以完全忽略上一贴):
a00 (Output OK) a00 (Output OK)
a001 (Output OK) a001 (Output OK)
a002 (Output OK) a002 (Output OK)
a009 (Output OK) a009 (Output OK)
a01 (Output OK) ... 阅读全帖 |
|
d**********o 发帖数: 1321 | 16 最终版本的compiler测试结果
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
scanType.h
makefile
symtab.h
symtab.cpp
emitCode.h
emitCode.cpp
20131214164956-huang-CS445-F13-A5.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
emitCode.cpp: ASCII C++ program text
emitCode.h: ... 阅读全帖 |
|
d**********o 发帖数: 1321 | 17 简化数据
261个test文件:
完全正确的测试文件117个,占44.8%;
完全没做的测试文件 19个,占 7.3%;
其余半对的不对的,我自己也没时间去数
就让同专业的小伙伴们帮忙来数、来作鉴定、指导我吧。
compiler框架搭起来,多少也该给些分的吧~~
我不认为难,但我真的是没有足够的时间,实在是写不完这牛毛一样多的测试~~ *_^
上一贴最后总结部分重贴如下(不同专业的读者可以完全忽略上一贴):
a00 (Output OK) a00 (Output OK)
a001 (Output OK) a001 (Output OK)
a002 (Output OK) a002 (Output OK)
a009 (Output OK) a009 (Output OK)
a01 (Output OK) ... 阅读全帖 |
|
z*********8 发帖数: 2070 | 18 比如我有两个sql expression各自返回一个date
1. exp1
select date_1
from table_1
where blah blah
2. exp2
Select date_2
from table_2
where blah blah
那么该怎么计算这两个date之间的差值并用小时表现出来呢? 简单的 exp1-exp2 可行
不? |
|
f*****f 发帖数: 195 | 19 每一个实验三种表型分布%如下
sample A
exp1 80% 10% 10%
exp2 70% 15% 15%
exp3 75% 10% 15%
sample B
exp1 10% 60% 30%
exp2 15% 65% 20%
exp3 10% 65% 15%
比较sample a 和b,说明两者差异, 以及p value如何计算?有没有易用的软件可以直
接导出的? |
|
|
p********g 发帖数: 8855 | 21 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
kroger 油点 7k @42 exp 2.28
单张面值:
可接受价格(必须明码标价!):
42,exp2.28
物品新旧要求:
new
邮寄方式要求:
email
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
gc
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip: |
|
|
|
|
|
p********g 发帖数: 8855 | 26 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
kroger 油点 7k @42 exp 2.28
单张面值:
可接受价格(必须明码标价!):
42,exp2.28
物品新旧要求:
new
邮寄方式要求:
email
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
gc
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip: |
|
|
|
|
|
|
|
|
|
|
|
|
|
r*********1 发帖数: 5741 | 39 3月31日过期的10% Bb mover Cpn online code 12刀甩卖,
继续出售
买越多越划算
请发邮件[email protected]/* */
多谢 |
|
|
|
|
|
|
|
|
|
|
|
|