diff --git "a/\345\244\247\344\270\211\344\270\212/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\346\246\202\350\256\272/readme.md" "b/\345\244\247\344\270\211\344\270\212/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\346\246\202\350\256\272/readme.md" index 5c0326c50..32ef0cdd0 100644 --- "a/\345\244\247\344\270\211\344\270\212/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\346\246\202\350\256\272/readme.md" +++ "b/\345\244\247\344\270\211\344\270\212/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\346\246\202\350\256\272/readme.md" @@ -23,3 +23,5 @@ https://github.com/miskcoo/TrivialDB by Yuhao Zhou https://github.com/huzecong/rebaseDB by Zecong Hu and Yilong Wei https://github.com/RecursionSheep/DBNoC by Zhiyang Chen + +https://github.com/MashPlant/db by Chenhao Li diff --git "a/\345\244\247\344\270\211\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206/readme.md" "b/\345\244\247\344\270\211\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206/readme.md" index 47a119cb6..0c4bdf80e 100644 --- "a/\345\244\247\344\270\211\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206/readme.md" +++ "b/\345\244\247\344\270\211\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206/readme.md" @@ -21,3 +21,9 @@ https://github.com/Trinkle23897/decaf-complier 八点考试考到十点20 反正看完lecture之后去考试体验还行,弄来弄去也就那些题 + +# 2019 Update + +今年框架有了比较大的更新,从此以后旧的资源的作用可能就比较小了。不过其实我一直觉得往届的PA资源没什么用,出个新特性还不简单吗,而特性不一样的话自己要写的代码就完全不一样了。 + +更加有用的还是同届的资源,不过要提醒一下助教不止会看jar的校验码是否一样哦。 diff --git "a/\345\244\247\344\270\211\344\270\212/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\345\216\237\347\220\206/readme.md" "b/\345\244\247\344\270\211\344\270\212/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\345\216\237\347\220\206/readme.md" index 9839ca50c..7a049a8f8 100644 --- "a/\345\244\247\344\270\211\344\270\212/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\345\216\237\347\220\206/readme.md" +++ "b/\345\244\247\344\270\211\344\270\212/\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\345\216\237\347\220\206/readme.md" @@ -23,3 +23,13 @@ additional是写trie加速路由表查询,我不想写trie,一坨指针看 花了半天搞懂TCP拥塞控制 考试体验还行,大量往年题出现。还好不考滑动窗口大题,没怎么搞明白这玩意。 + +# 2019 Update + +今年框架有更新,现在框架本身和我们的实现都更加清晰简单了,看往年代码感觉乱七八糟的... + +https://github.com/MashPlant/Router-Lab ,写的很水,没做什么复杂的优化,现在路由查询的速度几乎对成绩没有任何影响了,保证正确性即可。 + +考试感想:也许题目可以不是原题,可以有新意,但是为了考好,还是只需要硬记ppt和拟合往年题就完事了。计算机系的课程大抵都是这样的吧。 + +今年有考滑动窗口大题,这个还是挺重要的。 diff --git "a/\345\244\247\344\272\214\344\270\213/\350\256\241\347\256\227\346\234\272\345\233\276\345\275\242\345\255\246\345\237\272\347\241\200/readme.md" "b/\345\244\247\344\272\214\344\270\213/\350\256\241\347\256\227\346\234\272\345\233\276\345\275\242\345\255\246\345\237\272\347\241\200/readme.md" index e3da60db4..37b0d0a3d 100644 --- "a/\345\244\247\344\272\214\344\270\213/\350\256\241\347\256\227\346\234\272\345\233\276\345\275\242\345\255\246\345\237\272\347\241\200/readme.md" +++ "b/\345\244\247\344\272\214\344\270\213/\350\256\241\347\256\227\346\234\272\345\233\276\345\275\242\345\255\246\345\237\272\347\241\200/readme.md" @@ -18,4 +18,8 @@ 直接抄学长的OO代码……放弃吧,不现实的,而且效果真的不是很好,加一个feature烦得很 -报告详见 https://github.com/Trinkle23897/cg2018/raw/master/hw2/report/report.pdf +报告详见 https://github.com/Trinkle23897/Computational-Graphics-THU-2018/blob/master/hw2/report.pdf + +# 其他人的 + +https://github.com/MashPlant/computational_graphics_2019 by Chenhao Li diff --git "a/\345\244\247\344\272\214\345\260\217\345\255\246\346\234\237/Java\347\250\213\345\272\217\350\256\276\350\256\241\344\270\216\350\256\255\347\273\203/hw/readme.md" "b/\345\244\247\344\272\214\345\260\217\345\255\246\346\234\237/Java\347\250\213\345\272\217\350\256\276\350\256\241\344\270\216\350\256\255\347\273\203/hw/readme.md" index 89d1a7703..0ef7d76c2 100644 --- "a/\345\244\247\344\272\214\345\260\217\345\255\246\346\234\237/Java\347\250\213\345\272\217\350\256\276\350\256\241\344\270\216\350\256\255\347\273\203/hw/readme.md" +++ "b/\345\244\247\344\272\214\345\260\217\345\255\246\346\234\237/Java\347\250\213\345\272\217\350\256\276\350\256\241\344\270\216\350\256\255\347\273\203/hw/readme.md" @@ -5,3 +5,5 @@ https://github.com/Harry-Chen/TrivialNews-Client https://github.com/Trinkle23897/simple-news-android-app https://github.com/chenweize1998/Android-News-App + +https://github.com/MashPlant/News/ diff --git "a/\345\244\247\345\233\233\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206\344\270\223\351\242\230\350\256\255\347\273\203/readme.md" "b/\345\244\247\345\233\233\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206\344\270\223\351\242\230\350\256\255\347\273\203/readme.md" new file mode 100644 index 000000000..04bc270dc --- /dev/null +++ "b/\345\244\247\345\233\233\344\270\212/\347\274\226\350\257\221\345\216\237\347\220\206\344\270\223\351\242\230\350\256\255\347\273\203/readme.md" @@ -0,0 +1 @@ +[https://github.com/MashPlant/compiler-train-19](https://github.com/MashPlant/compiler-train-19)