-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGT-summery.html
868 lines (793 loc) · 62.5 KB
/
GT-summery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html lang="zh-Hant"
>
<head>
<title>用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验 - mx's blog</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#6b5594">
<meta name="msapplication-navbutton-color" content="#6b5594">
<meta name="apple-mobile-web-app-status-bar-style" content="#6b5594">
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://x-wei.github.io/GT-summery.html">
<meta name="author" content="mx" />
<meta name="keywords" content="出国,Toefl,GRE" />
<meta name="description" content="这个暑假马上结束, 再不写这篇文章就再也没心情写了...... 2011年3月到6月, 三个多月的时间我完成了托福和GRE的考试, 并且取得了让我比较满意的分数(toefl 105+, AW 3.5, GRE 13500+). 在此分享一些经验, 希望能够帮助大家在尽量不影响GPA的前提下, 用尽量短的时间, 考到一个足够的GT分数... 一. 为什么要"用尽量少的时间考一个够用的分数" "尽少的时间" GT这两样几乎是申请出国必须的敲门砖(请原谅我这么功利...). 但是这些考试难度较大, 即使英语基础比较好的也需要相当大的精力准备. 现在人们喜欢拖延, 所以经常又把GT的备考战线拉得很长, 为了考一个好成绩, 提前好几个月甚至半年开始准备, 耗费了很多时间和精力同时效果却不一定好. "足够的分数" 申请下来我的感觉是, 对于申请的学校, GT的分数要求仅仅是一个门槛. 虽然一个优异的GT分数会给你的申请加分, 但大多数学校只关心你是否qualify, 你的GT成绩再好也不会比一个美国本土的本科生流利, 所以GT的分数在考虑录取是不会是占有很高权重的一项. 而学校更看重的是"干货": GPA和Research, 这两样才会在申请中起到决定作用. 如果在GT上耗费太多的时间和精力, 势必会对GPA和科研造成影响, 得不偿失. It's possible! GRE和托福虽然考试难度大, 但是它们的题型固定 ..." />
<meta property="og:site_name" content="mx's blog" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验"/>
<meta property="og:url" content="https://x-wei.github.io/GT-summery.html"/>
<meta property="og:description" content="这个暑假马上结束, 再不写这篇文章就再也没心情写了...... 2011年3月到6月, 三个多月的时间我完成了托福和GRE的考试, 并且取得了让我比较满意的分数(toefl 105+, AW 3.5, GRE 13500+). 在此分享一些经验, 希望能够帮助大家在尽量不影响GPA的前提下, 用尽量短的时间, 考到一个足够的GT分数... 一. 为什么要"用尽量少的时间考一个够用的分数" "尽少的时间" GT这两样几乎是申请出国必须的敲门砖(请原谅我这么功利...). 但是这些考试难度较大, 即使英语基础比较好的也需要相当大的精力准备. 现在人们喜欢拖延, 所以经常又把GT的备考战线拉得很长, 为了考一个好成绩, 提前好几个月甚至半年开始准备, 耗费了很多时间和精力同时效果却不一定好. "足够的分数" 申请下来我的感觉是, 对于申请的学校, GT的分数要求仅仅是一个门槛. 虽然一个优异的GT分数会给你的申请加分, 但大多数学校只关心你是否qualify, 你的GT成绩再好也不会比一个美国本土的本科生流利, 所以GT的分数在考虑录取是不会是占有很高权重的一项. 而学校更看重的是"干货": GPA和Research, 这两样才会在申请中起到决定作用. 如果在GT上耗费太多的时间和精力, 势必会对GPA和科研造成影响, 得不偿失. It's possible! GRE和托福虽然考试难度大, 但是它们的题型固定 ..."/>
<meta property="article:published_time" content="2012-09-09" />
<meta property="article:section" content="misc" />
<meta property="article:tag" content="出国" />
<meta property="article:tag" content="Toefl" />
<meta property="article:tag" content="GRE" />
<meta property="article:author" content="mx" />
<meta property="og:image"
content="https://x-wei.github.io/GT-summery.png"/>
<!-- Bootstrap -->
<link href="https://x-wei.github.io/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/pygments/manni.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="https://x-wei.github.io/theme/css/style.css" type="text/css"/>
<link href="https://x-wei.github.io/feeds/atom.xml" type="application/atom+xml" rel="alternate"
title="mx's blog ATOM Feed"/>
<link href="https://x-wei.github.io/theme/css/material.min.css" rel="stylesheet">
<link href="https://x-wei.github.io/theme/css/ripples.css" rel="stylesheet">
</head>
<body>
<div style="display:none" id="title">用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验 - mx's blog</div>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="https://x-wei.github.io/" class="navbar-brand">
mx's blog </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-user"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
<ul class="nav navbar-nav hidden-xs hidden-sm">
</ul>
</ul>
<ul class="nav navbar-nav hidden-md hidden-lg hidden-xl">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-folder-o"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li class="active">
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li >
<a href="https://x-wei.github.io/category/music.html"><i class="fa fa-folder-o"></i> Music</a>
</li>
<li >
<a href="https://x-wei.github.io/category/notes.html"><i class="fa fa-folder-o"></i> Notes</a>
</li>
<li >
<a href="https://x-wei.github.io/category/soft.html"><i class="fa fa-folder-o"></i> Soft</a>
</li>
<li >
<a href="https://x-wei.github.io/category/tech.html"><i class="fa fa-folder-o"></i> Tech</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav hidden-xs hidden-sm">
<li class="active">
<a href="https://x-wei.github.io/category/misc.html"><i class="fa fa-folder-o"></i> Misc</a>
</li>
<li >
<a href="https://x-wei.github.io/category/music.html"><i class="fa fa-folder-o"></i> Music</a>
</li>
<li >
<a href="https://x-wei.github.io/category/notes.html"><i class="fa fa-folder-o"></i> Notes</a>
</li>
<li >
<a href="https://x-wei.github.io/category/soft.html"><i class="fa fa-folder-o"></i> Soft</a>
</li>
<li >
<a href="https://x-wei.github.io/category/tech.html"><i class="fa fa-folder-o"></i> Tech</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-sm hidden-md hidden-lg hidden-xl">
<li class="dropdown hidden-md hidden-lg hidden-xl">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">
<i class="fa fa-search"></i><span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><span>
<form class="navbar-search" action="/search.html">
<input type="text" class="search-query form-control col-lg-16" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-right navbar-form hidden-xs">
<li><span>
<form class="navbar-search" action="/search.html">
<input type="text" class="search-query form-control col-lg-16" placeholder="查找" name="q" id="tipue_search_input" required>
</form></span>
</li>
</ul>
<ul class="nav navbar-nav navbar-right hidden-xs">
<li><a href="https://x-wei.github.io/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archive</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container" style="min-height: 100%;height: auto !important;height: 100%;">
<div class="row" style="padding-bottom:80px;padding-top:80px;">
<div class="col-xl-21 col-lg-20 col-md-18">
<div id="loading-block">
<ol class="breadcrumb">
<li><a href="https://x-wei.github.io/" title="mx's blog"><i class="fa fa-home fa-lg"></i></a></li>
<li><a href="https://x-wei.github.io/category/misc.html" title="misc">misc</a></li>
<li class="active">用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验</li>
</ol>
<section id="content" class="article-content">
<article>
<header class="page-header jumbotron jumbotron-primary panel-primary" id="article-header">
<div class="panel-heading">
<h1>
用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验
<a href="https://x-wei.github.io/GT-summery.html"
rel="bookmark"
class="btn btn-primary btn-lg"
title="到 用尽量少的时间考一个够用的分数--一点Toefl/GRE备考经验 的永久链接">
<i class="mdi-action-launch"></i>
</a>
</h1>
</div>
<div class="panel-body">
<div class="post-info">
<span class="published">
<time datetime="2012-09-09T11:21:00+02:00"><i class="fa fa-calendar"></i> Sun, 09 Sep 2012</time>
</span>
<span class="btn-group">
<a href="https://x-wei.github.io/tag/chu-guo.html" class="btn btn-primary btn-xs"><i class="fa fa-tag"></i> 出国</a>
<a href="https://x-wei.github.io/tag/toefl.html" class="btn btn-primary btn-xs"><i class="fa fa-tag"></i> Toefl</a>
<a href="https://x-wei.github.io/tag/gre.html" class="btn btn-primary btn-xs"><i class="fa fa-tag"></i> GRE</a>
</span>
</div><!-- /.post-info --> </div>
</header>
<div class="entry-content jumbotron" id="article-content">
<div class="panel panel-default">
<div class="panel-heading">
目录
</div>
<div class="panel-boy">
<div id="toc"><ul><li><a class="toc-href" href="#yi-wei-shi-yao-yao-yong-jin-liang-shao-de-shi-jian-kao-yi-ge-gou-yong-de-fen-shu" title='一. 为什么要"用尽量少的时间考一个够用的分数"'>一. 为什么要"用尽量少的时间考一个够用的分数"</a><ul><li><a class="toc-href" href="#jin-shao-de-shi-jian" title='"尽少的时间"'>"尽少的时间"</a></li><li><a class="toc-href" href="#zu-gou-de-fen-shu" title='"足够的分数"'>"足够的分数"</a></li><li><a class="toc-href" href="#its-possible" possible!'="" s="" title="It">It's possible!</a></li></ul></li><li><a class="toc-href" href="#er-duo-shao-fen-shi-gou-yong-de-fen-shu_1" title='二. 多少分是"够用的分数"'>二. 多少分是"够用的分数"</a><ul><li><a class="toc-href" href="#toefl" title="toefl">toefl</a></li><li><a class="toc-href" href="#gre" title="GRE">GRE</a></li></ul></li><li><a class="toc-href" href="#san-wo-de-ying-yu-ji-chu-bei-kao-jing-li_1" title="三. 我的英语基础&备考经历">三. 我的英语基础&备考经历</a></li><li><a class="toc-href" href="#si-toeflbei-kao-jing-yan" title="四. toefl备考经验">四. toefl备考经验</a><ul><li><a class="toc-href" href="#guan-yu-ting-li-yue-du-yi-ji-tpo" title="关于听力阅读以及TPO">关于听力阅读以及TPO</a></li><li><a class="toc-href" href="#guan-yu-kou-yu-xie-zuo-yi-ji-ji-jing" title="关于口语写作以及机经">关于口语写作以及机经</a></li><li><a class="toc-href" href="#guan-yu-kao-shi" title="关于考试">关于考试</a></li></ul></li><li><a class="toc-href" href="#wu-grebei-kao-jing-yan_1" title="五. GRE备考经验">五. GRE备考经验</a><ul><li><a class="toc-href" href="#guan-yu-zuo-wen" title="关于作文">关于作文</a><ul><li><a class="toc-href" href="#arguhe-sun-yuan" title="Argu和孙远">Argu和孙远</a></li><li><a class="toc-href" href="#issuehe-ti-ku" title="Issue和题库">Issue和题库</a></li></ul></li><li><a class="toc-href" href="#guan-yu-ci-hui_1" title="关于词汇">关于词汇</a></li><li><a class="toc-href" href="#guan-yu-yue-du" title="关于阅读">关于阅读</a></li><li><a class="toc-href" href="#guan-yu-shu-xue" title="关于数学">关于数学</a></li></ul></li><li><a class="toc-href" href="#liu-zong-jie_1" title="六. 总结">六. 总结</a></li></ul></div>
</div>
</div>
<p>这个暑假马上结束, 再不写这篇文章就再也没心情写了...... </p>
<p>2011年3月到6月, 三个多月的时间我完成了托福和GRE的考试, 并且取得了让我比较满意的分数(toefl 105+, AW 3.5, GRE 13500+). 在此分享一些经验, 希望能够帮助大家在尽量不影响GPA的前提下, 用尽量短的时间, 考到一个足够的GT分数...</p>
<h2 id="yi-wei-shi-yao-yao-yong-jin-liang-shao-de-shi-jian-kao-yi-ge-gou-yong-de-fen-shu">一. 为什么要"用尽量少的时间考一个够用的分数"</h2>
<h3 id="jin-shao-de-shi-jian">"尽少的时间"</h3>
<p>GT这两样几乎是申请出国必须的敲门砖(请原谅我这么功利...). 但是这些考试难度较大, 即使英语基础比较好的也需要相当大的精力准备. 现在人们喜欢拖延, 所以经常又把GT的备考战线拉得很长, 为了考一个好成绩, 提前好几个月甚至半年开始准备, 耗费了很多时间和精力同时效果却不一定好.</p>
<h3 id="zu-gou-de-fen-shu">"足够的分数"</h3>
<p>申请下来我的感觉是, 对于申请的学校, GT的分数要求仅仅是一个<strong>门槛</strong>. 虽然一个优异的GT分数会给你的申请加分, 但大多数学校只关心你是否qualify, <strong>你的GT成绩再好也不会比一个美国本土的本科生流利</strong>, 所以GT的分数在考虑录取是不会是占有很高权重的一项. </p>
<p>而学校更看重的是"干货": GPA和Research, 这两样才会在申请中起到决定作用. 如果在GT上耗费太多的时间和精力, 势必会对GPA和科研造成影响, 得不偿失. </p>
<h3 id="its-possible">It's possible!</h3>
<p>GRE和托福虽然考试难度大, 但是它们的题型固定, 有很强的规律性, 一两个月就可以总结出考试的一些技巧. 再加上机经之类的"特殊手段", 做到"速战速决"是完全可能的. 我就做到了一个月考T, 一个月AW, 一个月考G, 也许有人还可以更快呢!! 但是要做好困难准备, 备考的这几个月确实非常艰苦... </p>
<h2 id="er-duo-shao-fen-shi-gou-yong-de-fen-shu_1">二. 多少分是"够用的分数"</h2>
<p>首先说一下, 最后申请中我其实没有用到GT的分数(提交了一个toefl分数, 但是学校根本不强制要求也不关心, GRE分数完全没有用到...), 可能下面说的和每个学校的具体情况不尽相同, 仅供参考吧... 不过我个人觉得这些分数应该是足够用来申请的...</p>
<h3 id="toefl">toefl</h3>
<p>我觉得托福考试的重要性要大于GRE, 大概是因为托福的适用面更广吧, 像澳洲, HK, 欧洲这些地方的学校似乎没有GRE也是可以申请的, 但是要求托福(或雅思)成绩.</p>
<p>欧洲或香港的学校对托福的要求不高, 90以上就达到了不少学校的要求. 不过当然了, 分数多多益善~ 而申请美国的学校则一般要求在100分以上甚至更高, 如果要申请TA的话口语分数最好高于23分. </p>
<p>综上, 一个"够用"的toefl分数大概是: </p>
<ul>
<li>"基本配置": 总分95+, 口语20+; </li>
<li>"推荐配置": 总分100+, 口语22+;</li>
<li>"发烧级配置": 总分110+, 口语24+.</li>
</ul>
<h3 id="gre">GRE</h3>
<p>两个月的艰辛的GRE备战过程让我得出了这样的结论: 尼玛GRE绝对是美帝耗费外国学生时间与精力的阴谋啊!!! 太坑爹了!!! 不论是作文还是阅读还是词汇都TMD好难好难啊!!! 吐槽不已...... 不过既然它是申请北美众多学校的必需的敲门砖, 还是要硬着头皮考下来...</p>
<p>要求GRE分数的学校一般是北美, 由于我没有申请北美的学校, 所以这里给的参考数据可能不够准确...</p>
<p>我的感觉是, 如果申请MS的话, GRE的要求可能会低一些, 总分1300+, 作文3.0大概是个基本够用的分数了; 如果要申请phd, 总分1350+, 作文3.5的要求基本可以满足大部分学校; 如果申请更好的学校(就是大家耳熟能详的那几个牛校), 必须要更高GRE分数......</p>
<p>综上, 我给出的"够用"的GRE分数为:</p>
<ul>
<li>"基本配置": 总分1300+, AW3.0+; </li>
<li>"推荐配置": 总分1350+, AW3.5+;</li>
<li>"发烧级配置": 总分1400+, AW4.0+.</li>
</ul>
<h2 id="san-wo-de-ying-yu-ji-chu-bei-kao-jing-li_1">三. 我的英语基础&备考经历</h2>
<p>我的英语底子应该算不错, 但也不是超级好的水平. 考了两次六级, 一次599一次600. <strong>我觉得六级成绩在580以上的同学都有能力在一个月的时间内托福考到100+</strong>. 另外, 我在备考GT前的一个学期比较系统地背了一遍六级单词(没有坚持到底, 大概背了70%吧), 并且把新概念英语第三册看了一遍(前20课背下, 后40课熟读).</p>
<p>这大概就是我备考GT之前的英语基础吧. 我拖到大三的下学期才开始考GT, 大三下是非常疯狂的一个学期: 用三个月的时间把GT搞定, 然后最后半个月疯狂复习准备期末考试... 二月末开学来到学校, 准备了一个月, 3.20考了toefl. 考完歇了十天左右, 开始准备AW, 4.26去上财考了AW. 考完AW休息了一个星期, 开始了最暗无天日的GRE备考... 6.11考完了GRE, 然后马上开始了期末考试的复习. </p>
<p>备考这三个月来我没有旷课, 上课也基本在听讲, 而不是完全不听课去背单词. 所以经过半个月的突击, 期末考试的成绩没有受到GT的影响... </p>
<p>回想起来, 那三个月实在是目前我经历的最充实的一段时间, 是非常难忘的奋斗经历: 最后一个月(前半个月GRE+期末考试), 我每天在自习室待到12点才回到寝室, 匆匆洗漱后第二天早上七点半起床去图书馆, 天天如此...... 如果想做到用尽少的时间考个足够的分数, 一定要做好困难准备, 做好连续一个月起早贪黑的准备......</p>
<h2 id="si-toeflbei-kao-jing-yan">四. toefl备考经验</h2>
<p>关于托福的入门介绍, 看饮水思源EnglishTest版的介绍, 看了这个可以不看那本厚厚的OG:
<a href="https://bbs.sjtu.edu.cn/bbstopcon?board=EnglishTest&file=T.1177935865.A">https://bbs.sjtu.edu.cn/bbstopcon?board=EnglishTest&file=T.1177935865.A</a></p>
<p><strong>强烈建议提前把考试题型弄清楚</strong>, 我前面说了, GT的题型很固定很呆版很有规律性, 掌握了每一类题的题型和每一类题的特点可以事半功倍. 考试题型可以看上面链接的介绍, 然后自己做几套题体会.</p>
<p>我觉得托福的单词不是重点, 六级词汇全部掌握的话应付托福问题不大. 当然, 有时间看看分类的单词书还是有帮助, 可以重点看看地理学, 生物学等等的分类词汇. </p>
<p>"<strong>得听力者得托福</strong>", 这句话是很对的. 因为托福的听说读写四部分, 除了阅读没有听录音的环节, 其他三个环节都有听力参与进来! 所以听力的加强是最重要的! </p>
<p>我的托福的备考技巧, 简单总结就是: <strong>听力阅读靠TPO, 口语听力靠机经</strong>...... 下面分别说明: </p>
<h3 id="guan-yu-ting-li-yue-du-yi-ji-tpo">关于听力阅读以及TPO</h3>
<p>听力和阅读确实需要真功夫, 因为听力阅读的机经没法看...... 所以我的备考重点也一直是听力和阅读的锻炼.</p>
<p>网上有很多托福的模考软件, 什么巴朗, Delta,Longman...... 我刚开始把这些全部下载下来, 不过幸好只做了两套的巴朗... 因为后来才发现这些模考软件除了界面和实际考试比较相似, 实际题目的难度和考试时相差较大, 使用这些模考来练习的话效果不好. </p>
<p>所以我推荐TPO, TPO是什么? 就是"TOEFL® Practice Online", 托福在线模考. 为什么推荐TPO呢? 因为这些题都是以前托福考试的原题! 它们最能够反映托福考试的难度! 官方售价是一套TPO题目44.95美元, 好像新东方和网上也有买的, 会便宜很多. </p>
<p>我使用的是网上下载的PPS格式的TPO, 用Powerpoint打开放映就可以使用, 115下载地址, 有19套题目:
<a href="http://115.com/file/aq24vbdz">http://115.com/file/aq24vbdz</a><br/>
大家也可以去下载最新的TPO, 貌似已经出了二十几套了...... </p>
<p>这些PPS放映虽然界面不大好, 而且最后要自己对答案算分, 但是题目都是货真价实的, 非常珍贵. TPO做一套少一套, 我建议在做了二三套模考软件的题目, 熟悉了题型之后再开始做TPO. 精做, 一天就做一套, 做完了好好对答案, 把不明白的句子弄明白, 没听清的对话听清楚. 备考期间我也就做了10套左右的TPO, 感觉提高很快, 一开始算下来听力和阅读分别也就是二十一二分, 到后来基本上能保证28分以上(压缩包里有一个表格, 把你每一部分对了几道题错了几道题输进去就会出来得分). </p>
<p>那些文件放映时有计时功能, 一开始做题老是超时, 后来渐渐提高了阅读的速度. 另外, 有人建议先看一遍题目再去读文章, 我的经验是<strong>最好先把文章读完再看题目</strong>. 因为题目也比较长, 而且选对需要对文章意思的正确理解, 看看题目和选项直接能选出来基本不可能. 这样做需要快速读懂文章, 一开始确实比较痛苦, 练的多了掌握做题进度就比较有经验了. </p>
<p>听力的重要性怎么言也不为过, 好好做TPO可以很快地提高听力水平...... 托福的听力每一题都是固定的题型, 在了解了每一题的题型和特点后, 要做好及时的记录, 同时别因为记录上一句而导致下一句没听进去... 关于英语的速记, 可以用一些小技巧, 比如:
有的单词可以忽略元音字母, 如"book"写成"bk"也认得出来;
一些表示"提高", "上升"之类的单词可以使用箭头代替;
用符号代替常用词尾: -ing词尾--->"~", -tion/-sion词尾--->"ʃ", th-开头--->"θ"(them--->θm)......</p>
<p>这样的技巧可以提高一些记录的速度. 不过最主要的还是听力能力的锻炼, TPO做完后觉得哪些对话没有听懂要<strong>反复听</strong>, 听懂每一句. 由于听力题型(甚至是话题)的固定性, 这样做进步会很快!~</p>
<p>另外, 当时做TPO的听力和阅读时感觉就是很有趣(这和背GRE单词和做GRE阅读的心情形成鲜明对比...), 托福的阅读一般是一些科普文章(生物学, 地质学, 人类学啥的), 一些人做的研究, 得到的结论...... 读来很有意思, 比如有一片文章介绍鸡在面临危险或者面临选择时居然会突然睡觉, 这是XXX原因...... 总之让我很开眼界...... 托福的听力则有的是课堂上的对话, 老师和学生的交流什么的, 很有意思......</p>
<p>TPO的口语和写作我不建议做了, 因为...... 因为机经有很大的机会命中, 而TPO的这些题肯定是不会考到的了......</p>
<h3 id="guan-yu-kou-yu-xie-zuo-yi-ji-ji-jing">关于口语写作以及机经</h3>
<p>我得承认, 口语和写作这部分我偷懒了, 并没有下功夫训练... 如果要提高这两部分的能力, 恐怕要下比阅读和听力多得多的功夫. 所以我抱着侥幸的心态使用了机经, 并且幸运地中了...</p>
<p>机经是什么? 机经就是以前考托福的人考完后对他那场考试内容的回忆. 托福每周都有考试, 而实际上ETS每年只会出十来套新题目, 所以很多的考试会有重复! 而且, "ETS出题太有规律了"(王京竹语), 基本上新东方的老师都可以预测准确! </p>
<p>既然有机经, 为什么听力和阅读不能靠机经呢? 因为所谓的机经都是考完后的回忆, 就像交大的考经一样, 只言片语, 总不会把听力和阅读的全文回忆出来吧? 所以听力和阅读的机经非常鸡肋, 只能大概回忆出文章的主题以及单词那个题考的啥, 不会有太实质的帮助, 所以听力和阅读还是要好好用TPO练... 而口语和写作的机经由于只需要记住一个主题或者题目即可, 所以很有价值......</p>
<p>我准备口语和作文的时间也就是10天左右, 因为我寄希望于机经命中, 而机经必须要等到考前一两周才回出来...... 实际上机经命中的概率蛮大的, 尤其是我在听了王京竹点题班的录音之后... 托福的机经可以在淘宝上买到, 也就几十块钱. 小马过河或者王京竹的鸡精网上也会有好心人共享机经出来. </p>
<p>各个版本的机经相差不大, 基本上都是那十来套题目. 机经会给出可能考的十几套题目, 按照可能性大小分为三类, 每类大概有六七套题目. 我当时把机经的A类和B类题目好好看了一遍, 一共10套题目左右. 和TPO一样, 我准备得非常详细, 对口语的前两题都准备好了要说的话, 对作文的题目都准备好了三个论点, 因为我知道考试时很可能就会碰到原题!! </p>
<p>关于口语, 我觉得最难的是前两题, 需要在45秒的时间内就一个主题说30秒钟的话. 强烈建议大家去听一听王京竹点题班的录音, 不一定是最近的机经, 他的随便一期点题班录音都可以. 他的方法我觉得短期应付考试很管用: 对于口语, <strong>每个题目说出三个论点</strong>, 每个点一两句话, 再加上前面的引入和后面的总结, 差不多刚好把时间说完. 这是短期内提高口语分数的很好的方法. 准备机经时, 我就对每个题目列出三个论点(有时想出这三个论点需要很多时间的, 所以如果机经没有中的话我肯定会考得很差), 差不多是三句话, 写在纸上. 考试时, 先第一句话表明自己的观点, 然后firstly......secondly......finally......把三个论点讲出, 最后再来一句"That's why I think......", 时间就差不多到了~ 可以自己总结出适合自己的模板, 引入话题和最后总结时用固定的句式(i.e. "In my view, XXXX......., I have this point mainly because of 3 reasons: firstly......secondly......finally....... So that's why I think XXXX......"), 不要变来变去. </p>
<p>我当时听的王京竹点题班录音: <a href="http://115.com/file/dpghlbbk">http://115.com/file/dpghlbbk</a></p>
<p>另外, 口语的前两题一定要大声说出来! 声音越大越好, 否则到后面更加说不出来...... 备考口语的时候, 我在寝室里对这电脑, 看着写好的论点大声说. 说完后听自己的录音, 感觉不好的地方就改正(一开始我说得特别快, 不道20秒已经把三个论点说完了...), 渐渐的就能够比较好的控制时间.</p>
<p>至于口语的后面几题, 实际上是听力题, 只要能够把对话的内容听明白, 接下来表达出来不是问题了, 况且听力的题型和主题也是那么的固定......</p>
<p>写作的第一题实际上是阅读+听力, 找出这两篇文章中三个不同的观点(一定会是三个点, 找仔细, ETS出题太有规律了...)即可, 然后可以自己总结出来个模板, 很快写完这篇.</p>
<p>关于阅读的第二题, 我也推荐使用八股文式的"五段式": 引入-论点1-论点2-论点3-总结. 这个是看一篇<a href="http://www.taisha.org/test/toefl/jyjq/xxjq/201102/20110217100408.html">太傻上的文章</a>学到的, 不要担心因为结构的平庸影响分数, 考官最喜欢这种格式!! 所以对于每个作文题目, 只需想好3个论点(同样, 想出这三个论点需要一番功夫...), 并依次进行展开即可!!</p>
<h3 id="guan-yu-kao-shi">关于考试</h3>
<p>我在电信群楼考的, 主场作战就避免了路上的颠簸, 托福一考就是四个小时, 早晨要早起, 多吃点, 一定得带点巧克力啥的, 在考完听力后的十分钟里吃一些......</p>
<p>考试时我倒数第三个进场, 抽到的是听力加试. 晚入场的好处是, 在我做着听力加试的时候已经听见了别人说口语--而那口语的题目正是我准备过的!! 心中窃喜, 考完听力有十分钟休息时间, 我就边吃点东西边把那一套机经的口语和写作好好看了一遍! 不过晚进场的缺点是, 当你说口语时, 别人几乎都说完了, 没有了大家乱哄哄说话的气氛, 只能听见自己的话在考场里回响...... 不过我脸皮厚, 比较大声地把口语考完了...... </p>
<p>差不多这些就是我的托福备考经验, 另外大家可以关注太傻或小马过河的托福频道, 其中的一些文章介绍考试技巧什么的还是很给力的. </p>
<h2 id="wu-grebei-kao-jing-yan_1">五. GRE备考经验</h2>
<p>我考的是最后一次老G, 笔试, 现在GRE变成了网络考试, 可能情况有变, 以下的经验可能参考性不如托福的强, 我也少些一些...</p>
<p>GRE真是要人命... 前面说六级580的水平准备toefl问题不大, 但是不论原来英语底子多么好, 备考GRE都要花很大一番功夫的. 我觉得我备考GRE比备考托福多花费了一倍的时间和投入... 做好困难准备, 天无绝人之路......</p>
<h3 id="guan-yu-zuo-wen">关于作文</h3>
<p>说托福作文和六级难度比较相似应该基本准确, 然而GRE的作文就完全是高一个层次了... 不论是Argu还是Issue, 都对思维的逻辑性和表达的流畅性提出了非常高的要求... </p>
<p>我的AW经验是: Argu看孙远, Issue看题库+RP......</p>
<h4 id="arguhe-sun-yuan">Argu和孙远</h4>
<p>强烈推荐新东方的孙远的AW教学视频, 一共有几十讲, 我只把Argu的部分好好看了. 边看视频边做笔记, 孙远讲得确实不错, 告诉我们如何找出文章立论的漏洞, 常见的漏洞有哪些, 如何进行反驳(Argu貌似都是要反驳的对吧......). 整个教程看完花了一个多星期的时间, 这段时间没怎么实际写文章练过, 但是收获颇多, 后面写Argu也比较顺利了...</p>
<p>需要特别强调, Argu得到高分还是比较容易的. Issue写得差一点也基本能拿个3分, 拿4分的Issue比较困难, 而4分的Argu却完全有可能做到. 所以在Argu上一定要全力写好, 否则很难保证作文能拿到3.5+的分数!...</p>
<h4 id="issuehe-ti-ku">Issue和题库</h4>
<p>Issue实在就得靠实力+运气了...... 我AW考了3.5, 运气成分很大...</p>
<p>AW的题库是开放的, 考试时会从中抽出一道. 论坛上有人总结每次考试的题目, 然后按照频率来排序, 当时时间不够, 我只做了最高频的几个题目--然后考试时Argu是高频第一题, Issue也是昨晚简单准备过的!...... 耗费了比较多的RP, 考前实在也是没底......</p>
<p>关于Issue的写作, 我觉得还是要像托福那样准备好三四个论点, 但是要挖掘的更深, 写得更长... 别的经验就谈不上了, 有空的话还是多做些题库的高频题目吧, 但是不要抱托福机经那样大的指望...</p>
<h3 id="guan-yu-ci-hui_1">关于词汇</h3>
<p>词汇是GRE最让人恶心的部分, 也是没法跳过的部分...... </p>
<p>词汇的准备是最痛苦的, 一开始我想要把红宝书背下来, 一天一个list还需要四十多天那! 我坚持了一个星期就放弃了....... 词汇太多了!TT......</p>
<p>然后果断转用要你命三千, 这本书三千个单词, 30个list, 但至少比红宝书要少, 而且每个list又分成10个小部分, 可以抽几分钟的零碎时间背10个单词...... 要你命3k绝对不是浪得虚名, 真的快要了我的名了... 开始背要你命3k时, 我算了算, 必须每天背两个list才能赶上进度, 来得及背第二遍. 那两个星期我决定不把要你命3k背完不刮胡子...... 当我终于把3k个单词背完一遍时, 胡子已经两三公分长了......</p>
<p>要你命3k上的单词是从过去十几年的GRE考试中提取出来的常考词汇, 最终考试时我也非常幸运地碰到了好几个3k里的单词(还有要你命3k增补的几百个单词也要背, 这些是近几年考试中出现的词汇). 另外, 每一个list前面都有一个GRE牛人(其中有2011年北大著名的"横扫姐")的一些话, 很励志的. 让我最感到受益的是一句很简单的话: "<strong>背GRE单词的秘诀就是: 重复, 重复, 再重复</strong>". 基于这样一句话, 我每天除了背新单词之外, 还会花半个小时的时间复习昨天和一周前背的单词, 不断的重复, 再重复...... 背完第一遍后, 3k里面的单词我差不多能够记得85%了, 然后迅速开始复习第二遍和第三遍. 由于第一遍背单词时就注意及时回顾, 所以二三遍的速度快了许多.</p>
<p>另外, 在我回顾单词的时候, 发现很多单词是近义词/反义词/同一类别的词, 把这些词汇放在一起再看, 了解他们的区别与联系, 非常有好处. 所以我花了一天时间把3k里出现的这些有联系的单词写在了一起, 背完3k再来看看这些单词有助于强化记忆. <a href="./GT-summery/ynm3k.txt">我总结的同类词汇</a> </p>
<h3 id="guan-yu-yue-du">关于阅读</h3>
<p>如果说得听力者得托福的话, 我觉得可以说得阅读者得GRE... 因为在词汇部分, 大家都能够拿到差不多的分数, 拉分的项目就是阅读了.</p>
<p>GRE的阅读, 长, 难, 偏!(尼玛GRE的项目就没有一个正常的...) 需要多多锻炼以提高阅读能力. 那么用什么练呢? 和托福一样, 用真题! 网上有卖所谓的"小白书"的, 是比较早的几十套GRE真题, 这些题目可以反映出GRE阅读的真实难度, 是非常好的训练材料!</p>
<p>我在要你命3k背的差不多时开始做小白书的题, 一天一套或两套, 掐时间做, 精做. 开始做题就发现, 3k里的词汇果然出现在了题目里, 不再有一开始看到GRE词汇题那种一个也不会的感觉. 做题主要目的是练阅读的速度和准确度, 一开始也会遇到时间不够的情况(一定要掐时间做, 否则没有意义), 但是后来就会知道如何分配时间了. 我基本没有放弃阅读的任何一道题, 时间刚刚好. 做完后对照答案, 把不认识的单词和看不懂的句子弄懂. 极品的GRE, 有时把原文的简单结构的句子故意弄成长得吓人的长难句! 所以要在这方面下点功夫, 网上有GRE长难句解析, 写得不错, 可以看看. 我看了二三十句长难句后就开始做真题了. 这样做上十来套真题, 到后面我差不多可以做到阅读只错二三个的程度! 这样的水平让我在考前就比较放心了......</p>
<h3 id="guan-yu-shu-xue">关于数学</h3>
<p>GRE的数学其实是考的词汇... 那些幼稚的算数几乎不会犯错误的 累的时候可以做做小白书的数学题休息一下...... 网上有人整理的GRE数学词汇倒是值得看一看, 有些词汇不明白啥意思就傻眼了. 比如我考试时不明白一组数据的"range"是啥意思--原来是指一组数据的最大值减去最小值...... </p>
<p>不过总的来说数学一般不会阴沟里翻船的......</p>
<h2 id="liu-zong-jie_1">六. 总结</h2>
<p>我个人非常建议有出国意向的人考一下托福, 准备周期较短, 适用面比GRE广, 就算最后不出国, 准备托福的过程也会有很大收获. 当然如果目标是北美的话, GRE就是一道不得不越过的坎了... 如果GT都不想考的话, 其实也有别的出路, 比如德国和法国的项目...</p>
<p>另外建议常到网上看看, 太傻, 寄托天下什么的, 上面有一些人的心得体会, 有时他们的一句话就能够点醒你. 还可以到bbs的EnglishTest板上逛逛, 交流心得, 看看精华区的文章...</p>
<p>以上说了这么多的技巧和经验, 但实际上最重要的还是要坚持每天做下去, 就算方向再准确, 计算得再精确, 不迈出前进的脚步仍然没用. 还是那句话, 既然选择了这条路, 就要<strong>做好困难准备</strong>.</p>
<p>最后, 送上我在准备GT时看到的几句话, 共勉:</p>
<div class="highlight"><pre><span class="code-line"><span></span><span class="err">第一句: Unless a man undertakes more than he possibly can do, he will never do all that he can. </span></span>
<span class="code-line"><span class="err">第二句: Sloth, like rust, consumes faster than labor wears. 懒惰像生锈一样, 比操劳更能消耗身体. </span></span>
<span class="code-line"><span class="err">第三句: 每当我们对未来充满了各种美好的期望与幻想时, 就该反思一下自己现在的努力 是否配得上这幻境中的将来.</span></span>
</pre></div>
<p><strong>Bon courage!</strong></p>
</div>
<div class="entry-content jumbotron" id="source-content" style="display: none">
<!-- <pre><code id="source-code">
</code></pre> -->
<div id="source-code"></div>
</div>
<!-- /.entry-content -->
<div class="row" id="prevnext">
<div class="col-xs-12">
<a href="https://x-wei.github.io/google_youku_host_20120706.html" class="btn btn-default btn-lg" style="float:left;clear:both;background-color:#fff;">
<h4><i class="fa fa-arrow-left"></i>
[更新]访问google服务和优酷去广告功能的host列表
</h4>
</a>
</div>
<div class="col-xs-12">
<a href="https://x-wei.github.io/git push使用代理.html" class="btn btn-default btn-lg" style="float:right;clear:both;background-color:#fff;">
<h4>
git push使用代理<i class="fa fa-arrow-right"></i>
</h4>
</a>
</div>
</div>
<section class="comments" id="comments">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-primary">
<div class="panel-heading" role="tab" id="disqus-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#disqus-comments" aria-expanded="true" aria-controls="disqus-comments">
<i class="fa fa-comments-o"></i> Disqus 留言
</a>
</h4>
</div>
<div id="disqus-comments" class="panel-collapse collapse.show" role="tabpanel" aria-labelledby="disqus-heading">
<div class="panel-body">
<div class="tab-pane fade active in" id="disqus-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'xweisblog'; // required: replace example with your forum shortname
var disqus_identifier = 'GT-summery';
var disqus_url = 'https://x-wei.github.io/GT-summery.html';
var disqus_config = function () {
this.language = "zh";
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</div>
</div>
</section> </article>
</section>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<a data-dismiss="modal" href="javascript:void(0);">
<img id="mimg" src="" style="width:100%;height:auto">
</a>
</div>
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<div class="col-xl-3 col-lg-4 col-md-6" id="sidebar">
<aside>
<section>
<div class="sidebar-container">
<div class="sidebar-item ">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<i class="fa fa-user fa-lg"></i>
<a href="https://x-wei.github.io/about.html">
关于 mx
</a>
</h4>
</div>
<div class="panel-body" id="aboutme">
<a href="https://x-wei.github.io/about.html"><img width="100%" src="https://x-wei.github.io/../images/mx.jpg"/></a>
<h3 style="text-align:center">
<a href="https://github.com/x-wei" target="_blank">
<i class="fa fa-github" style="text-align:center"></i></a>
<a href="https://weibo.com/u/1817154611" target="_blank">
<i class="fa fa-weibo" style="text-align:center"></i></a>
<a href="mailto:[email protected]" target="_blank">
<i class="mdi-communication-email" style="text-align:center"></i></a>
</h3>
<h4 class="widget-title">推荐文章</h4>
<div class="textwidget">
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/TeXmacs_intro.html">学术文章写作利器: TeXmacs介绍</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/hashcode2014-solved-by-LP.html">运筹的力量: 用线性规划解决Google 2014 HashCode问题</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%85%A5%E9%97%A8%E7%AE%80%E4%BB%8B.html">正则表达式入门简介</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/%E6%88%91%E7%9A%84ubuntu10.04%E9%85%8D%E7%BD%AE%E6%80%BB%E7%BB%93.html">我的ubuntu10.04配置总结</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/PT-summery.html">2011巴黎高科(ParisTech)申请总结</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/GT-summery.html">用尽量少的时间考一个够用的分数--一点Tofel/GRE备考经验</a><br></li>
<li class="widget-container widget_text">
<a href="https://x-wei.github.io/pelican_github_blog.html">用pelican在github上创建自己的博客!</a><br></li>
</div>
<br><a href="https://www.polytechnique.edu/" target="_blank">
<img src="https://x-wei.github.io/images/x-logo.png" alt="X" width="180" border="0" />
</a><br/>
<br><a href="https://www.sjtu.edu.cn/">
<img src="https://x-wei.github.io/images/ssss.jpg" width="180" border="0" alt="上海西南某高校">
</a><br/>
<br>
<h4 class="widget-title">Visitors</h4>
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/1.js?i=59olkba9w7e&s=220&m=3&v=true&r=false&b=000000&n=false&c=ff0000" async="async"></script>
<!-- hitwebcounter Code START -->
<a href="https://www.hitwebcounter.com/how-to/how-to-what-is-free-blog-counter.php" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=5954927&style=0036&nbdigits=5&type=ip&initCount=0" title="web counter" Alt="web counter" border="0" ></a>
<br/>
</div>
</div>
</div>
<div class="sidebar-item ">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<a href="https://x-wei.github.io/tags.html"><i class="fa fa-tags fa-lg"></i><span class="icon-label">标签云</span></a>
</h4>
</div>
<div class="panel-body">
<ul class="list-group list-inline tagcloud" id="tags">
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/pelican.html">
pelican <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/google.html">
google <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/torch.html">
torch <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/tex.html">
tex <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/ba-li-gao-ke.html">
巴黎高科 <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/markdown.html">
markdown <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/linux.html">
linux <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/inf422.html">
inf422 <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/toefl.html">
Toefl <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/regex.html">
regex <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/git.html">
git <sup> 5</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/weka.html">
weka <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/scala.html">
scala <sup> 12</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/opencv.html">
opencv <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/scrapy.html">
scrapy <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/gre.html">
GRE <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/lp.html">
LP <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/android.html">
android <sup> 9</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/pandas.html">
pandas <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/codejam.html">
codejam <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/fr.html">
fr <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/shell.html">
shell <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/python.html">
python <sup> 13</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/simongarfunkel.html">
Simon&Garfunkel <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/french.html">
french <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/wai-guan.html">
外观 <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/zhong-wen-luan-ma.html">
中文乱码 <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/host.html">
host <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/ssh.html">
ssh <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/ubuntu.html">
ubuntu <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/java.html">
java <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/spark.html">
spark <sup> 6</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/tips.html">
tips <sup> 3</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/deep-learning.html">
deep learning <sup> 28</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/c.html">
C++ <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://x-wei.github.io/tag/algorithm.html">
algorithm <sup> 35</sup>
</a>
</li>
<li class="list-group-item tag-4">
<a href="https://x-wei.github.io/tag/texmacs.html">
TeXmacs <sup> 1</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/ml.html">
ml <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/eclipse.html">
eclipse <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/ocaml.html">
OCaml <sup> 8</sup>
</a>
</li>
<li class="list-group-item tag-2">
<a href="https://x-wei.github.io/tag/r.html">
R <sup> 4</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/chu-guo.html">
出国 <sup> 2</sup>
</a>
</li>
<li class="list-group-item tag-3">
<a href="https://x-wei.github.io/tag/kuai-jie-jian.html">
快捷键 <sup> 3</sup>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="sidebar-item hidden-xs">
<div class="panel panel-default">
<div class="panel-heading">
<h4>
<i class="fa fa-github fa-lg"></i><span class="icon-label">GitHub仓库</span>
</h4>
</div>
<div class="panel-body">
<div id="gh_repos">
<p class="list-group-item">Status updating...</p>
</div>
<a href="https://github.com/x-wei">@x-wei</a> on GitHub
</div>
</div>
</div>
</div>
</section>
<div class="panel panel-default hidden-xs hidden-sm" id="affix-toc">
<div class="panel-heading"><h4>
目录</h4>
</div>
<div class="panel-boy">
<div id="toc"><ul><li><a class="toc-href" href="#yi-wei-shi-yao-yao-yong-jin-liang-shao-de-shi-jian-kao-yi-ge-gou-yong-de-fen-shu" title='一. 为什么要"用尽量少的时间考一个够用的分数"'>一. 为什么要"用尽量少的时间考一个够用的分数"</a><ul><li><a class="toc-href" href="#jin-shao-de-shi-jian" title='"尽少的时间"'>"尽少的时间"</a></li><li><a class="toc-href" href="#zu-gou-de-fen-shu" title='"足够的分数"'>"足够的分数"</a></li><li><a class="toc-href" href="#its-possible" possible!'="" s="" title="It">It's possible!</a></li></ul></li><li><a class="toc-href" href="#er-duo-shao-fen-shi-gou-yong-de-fen-shu_1" title='二. 多少分是"够用的分数"'>二. 多少分是"够用的分数"</a><ul><li><a class="toc-href" href="#toefl" title="toefl">toefl</a></li><li><a class="toc-href" href="#gre" title="GRE">GRE</a></li></ul></li><li><a class="toc-href" href="#san-wo-de-ying-yu-ji-chu-bei-kao-jing-li_1" title="三. 我的英语基础&备考经历">三. 我的英语基础&备考经历</a></li><li><a class="toc-href" href="#si-toeflbei-kao-jing-yan" title="四. toefl备考经验">四. toefl备考经验</a><ul><li><a class="toc-href" href="#guan-yu-ting-li-yue-du-yi-ji-tpo" title="关于听力阅读以及TPO">关于听力阅读以及TPO</a></li><li><a class="toc-href" href="#guan-yu-kou-yu-xie-zuo-yi-ji-ji-jing" title="关于口语写作以及机经">关于口语写作以及机经</a></li><li><a class="toc-href" href="#guan-yu-kao-shi" title="关于考试">关于考试</a></li></ul></li><li><a class="toc-href" href="#wu-grebei-kao-jing-yan_1" title="五. GRE备考经验">五. GRE备考经验</a><ul><li><a class="toc-href" href="#guan-yu-zuo-wen" title="关于作文">关于作文</a><ul><li><a class="toc-href" href="#arguhe-sun-yuan" title="Argu和孙远">Argu和孙远</a></li><li><a class="toc-href" href="#issuehe-ti-ku" title="Issue和题库">Issue和题库</a></li></ul></li><li><a class="toc-href" href="#guan-yu-ci-hui_1" title="关于词汇">关于词汇</a></li><li><a class="toc-href" href="#guan-yu-yue-du" title="关于阅读">关于阅读</a></li><li><a class="toc-href" href="#guan-yu-shu-xue" title="关于数学">关于数学</a></li></ul></li><li><a class="toc-href" href="#liu-zong-jie_1" title="六. 总结">六. 总结</a></li></ul></div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="fcfooter">
<hr/>
<div class="container">
links :
<a href="https://farseerfc.github.com/">farseerfc</a>
<a href="https://hyhx2008.github.com/">H.Y.</a>
<a href="https://reginald1787.github.io/">reginald1787</a>
<a href="https://log.dofine.me/">dofine</a>
<div class="row">
<div class="col-md-14">
<p><small>
© 2020 mx
· 通过
<a href="https://docs.getpelican.com/" target="_blank">Pelican</a> 生成 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>
<!-- Content -->
<!-- licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution 4.0 International License</a>, except where indicated otherwise. -->
</small></p>
</div>
</div>
</div>
<a href="#" class="btn btn-primary btn-fab btn-raised mdi-editor-vertical-align-top withripple" style="position:fixed;bottom:30px;right:30px;z-index:1000"></a>
</footer>
<script src="https://x-wei.github.io/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://x-wei.github.io/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://x-wei.github.io/theme/js/respond.min.js"></script>
<!-- GitHub JS -->
<script type="text/javascript">
$(document).ready(function () {
if (!window.jXHR) {
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = 'https://x-wei.github.io/theme/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'x-wei',
count: 5,
skip_forks: false,
target: '#gh_repos'
});
});
</script>
<script src="https://x-wei.github.io/theme/js/github.js" type="text/javascript"></script>
<!-- End GitHub JS Code -->
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'xweisblog'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30756331-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
<script src="https://x-wei.github.io/theme/js/ripples.min.js"></script>
<script src="https://x-wei.github.io/theme/js/material.min.js"></script>
<script src="https://x-wei.github.io/theme/js/jquery.bootstrap-autohidingnavbar.min.js"></script>
<script>
$(document).ready(function() {
$.material.init();
$("div.navbar").autoHidingNavbar();
$(".img-responsive").css("cursor","pointer").on('click',function(){
var sr=$(this).attr('src');
$('#mimg').attr('src',sr);
$('#myModal').modal('show');
});
$('#affix-toc').affix({
offset: {
top: function(){
if($('#affix-toc').hasClass("affix"))
return $('#sidebar').height();
return $('#sidebar').height() - $('#affix-toc').height();
},
bottom: function (){
return $("#fcfooter").offset().top -
$("#article-content").offset().top -
$("#article-content").height() + 20;
}
}
});
$('#affix-toc').width($('#sidebar').width());
});
$(window).resize(function () {
$('#affix-toc').width($('#sidebar').width());
});
</script>
</body>
</html>