狠狠撸shows by User: abcdabcd987 / http://www.slideshare.net/images/logo.gif 狠狠撸shows by User: abcdabcd987 / Wed, 18 May 2016 04:59:41 GMT 狠狠撸Share feed for 狠狠撸shows by User: abcdabcd987 Compiler2016 by abcdabcd987 /slideshow/compiler2016-by-abcdabcd987/62126967 presentation-160518045941
This is a toy compiler for the course Compiler 2016 at ACM Class, SJTU. The source language is Mx*. The target is MIPS assembly (in SPIM format). You can refer to my presentation slides to know something about this compiler and also what I've learnt during the course. Github: https://github.com/abcdabcd987/compiler2016 When debugging this compiler, I wrote another project LLIRInterpreter(https://github.com/abcdabcd987/LLIRInterpreter) which reads text IR and does interpretation.]]>

This is a toy compiler for the course Compiler 2016 at ACM Class, SJTU. The source language is Mx*. The target is MIPS assembly (in SPIM format). You can refer to my presentation slides to know something about this compiler and also what I've learnt during the course. Github: https://github.com/abcdabcd987/compiler2016 When debugging this compiler, I wrote another project LLIRInterpreter(https://github.com/abcdabcd987/LLIRInterpreter) which reads text IR and does interpretation.]]>
Wed, 18 May 2016 04:59:41 GMT /slideshow/compiler2016-by-abcdabcd987/62126967 abcdabcd987@slideshare.net(abcdabcd987) Compiler2016 by abcdabcd987 abcdabcd987 This is a toy compiler for the course Compiler 2016 at ACM Class, SJTU. The source language is Mx*. The target is MIPS assembly (in SPIM format). You can refer to my presentation slides to know something about this compiler and also what I've learnt during the course. Github: https://github.com/abcdabcd987/compiler2016 When debugging this compiler, I wrote another project LLIRInterpreter(https://github.com/abcdabcd987/LLIRInterpreter) which reads text IR and does interpretation. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/presentation-160518045941-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This is a toy compiler for the course Compiler 2016 at ACM Class, SJTU. The source language is Mx*. The target is MIPS assembly (in SPIM format). You can refer to my presentation slides to know something about this compiler and also what I&#39;ve learnt during the course. Github: https://github.com/abcdabcd987/compiler2016 When debugging this compiler, I wrote another project LLIRInterpreter(https://github.com/abcdabcd987/LLIRInterpreter) which reads text IR and does interpretation.
Compiler2016 by abcdabcd987 from 乐群 陈
]]>
490 4 https://cdn.slidesharecdn.com/ss_thumbnails/presentation-160518045941-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
An Introduction to Part of C++ STL /slideshow/an-introduction-to-part-of-c-stl/14035453 anintroductiontopartofcstl-120821225405-phpapp02
An Introduction to Part of C++ STL for OI. Introduced the common use of STL algorithms and containers, especially those are helpful to OI. Also with some examples.]]>

An Introduction to Part of C++ STL for OI. Introduced the common use of STL algorithms and containers, especially those are helpful to OI. Also with some examples.]]>
Tue, 21 Aug 2012 22:54:03 GMT /slideshow/an-introduction-to-part-of-c-stl/14035453 abcdabcd987@slideshare.net(abcdabcd987) An Introduction to Part of C++ STL abcdabcd987 An Introduction to Part of C++ STL for OI. Introduced the common use of STL algorithms and containers, especially those are helpful to OI. Also with some examples. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/anintroductiontopartofcstl-120821225405-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> An Introduction to Part of C++ STL for OI. Introduced the common use of STL algorithms and containers, especially those are helpful to OI. Also with some examples.
An Introduction to Part of C++ STL from 乐群 陈
]]>
2028 3 https://cdn.slidesharecdn.com/ss_thumbnails/anintroductiontopartofcstl-120821225405-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
竞赛中颁++语言拾遗 /slideshow/c-14035366/14035366 c-120821223229-phpapp01
My inspiration from reading *C++ Primer*, *Effective C++*, *More Effective C++*, *The C++ Standard Library* and some experience from coding. Include: * Debug * C++ Syntax * Habit && Optimization * Trick * Trap * Reference]]>

My inspiration from reading *C++ Primer*, *Effective C++*, *More Effective C++*, *The C++ Standard Library* and some experience from coding. Include: * Debug * C++ Syntax * Habit && Optimization * Trick * Trap * Reference]]>
Tue, 21 Aug 2012 22:32:26 GMT /slideshow/c-14035366/14035366 abcdabcd987@slideshare.net(abcdabcd987) 竞赛中颁++语言拾遗 abcdabcd987 My inspiration from reading *C++ Primer*, *Effective C++*, *More Effective C++*, *The C++ Standard Library* and some experience from coding. Include: * Debug * C++ Syntax * Habit && Optimization * Trick * Trap * Reference <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/c-120821223229-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> My inspiration from reading *C++ Primer*, *Effective C++*, *More Effective C++*, *The C++ Standard Library* and some experience from coding. Include: * Debug * C++ Syntax * Habit &amp;&amp; Optimization * Trick * Trap * Reference
竞赛中颁++语言拾遗 from 乐群 陈
]]>
1320 2 https://cdn.slidesharecdn.com/ss_thumbnails/c-120821223229-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
从区间第碍大讲起 /abcdabcd987/k-13746519 k-120724213841-phpapp02
在学校自娱自乐的作品。讲了2题: 区间第k大,在线,无修改 区间第k大,在线,有修改 介绍几种方法: 归并树(无修改) 划分树(无修改) 树套树(线段树套平衡树,有修改) 块状数组(有修改) 可持久化线段树(无修改) 有一些错误,比如说树套树的修改复杂度是:O(2*log^2n) http://quartergeek.com/lecture-kth-number]]>

在学校自娱自乐的作品。讲了2题: 区间第k大,在线,无修改 区间第k大,在线,有修改 介绍几种方法: 归并树(无修改) 划分树(无修改) 树套树(线段树套平衡树,有修改) 块状数组(有修改) 可持久化线段树(无修改) 有一些错误,比如说树套树的修改复杂度是:O(2*log^2n) http://quartergeek.com/lecture-kth-number]]>
Tue, 24 Jul 2012 21:38:38 GMT /abcdabcd987/k-13746519 abcdabcd987@slideshare.net(abcdabcd987) 从区间第碍大讲起 abcdabcd987 在学校自娱自乐的作品。讲了2题: 区间第k大,在线,无修改 区间第k大,在线,有修改 介绍几种方法: 归并树(无修改) 划分树(无修改) 树套树(线段树套平衡树,有修改) 块状数组(有修改) 可持久化线段树(无修改) 有一些错误,比如说树套树的修改复杂度是:O(2*log^2n) http://quartergeek.com/lecture-kth-number <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/k-120724213841-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> 在学校自娱自乐的作品。讲了2题: 区间第k大,在线,无修改 区间第k大,在线,有修改 介绍几种方法: 归并树(无修改) 划分树(无修改) 树套树(线段树套平衡树,有修改) 块状数组(有修改) 可持久化线段树(无修改) 有一些错误,比如说树套树的修改复杂度是:O(2*log^2n) http://quartergeek.com/lecture-kth-number
从区间第碍大讲起 from 乐群 陈
]]>
1489 2 https://cdn.slidesharecdn.com/ss_thumbnails/k-120724213841-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-abcdabcd987-48x48.jpg?cb=1526999582 Web Design, Algorithm && Data Structures, Sports https://cdn.slidesharecdn.com/ss_thumbnails/presentation-160518045941-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/compiler2016-by-abcdabcd987/62126967 Compiler2016 by abcdab... https://cdn.slidesharecdn.com/ss_thumbnails/anintroductiontopartofcstl-120821225405-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/an-introduction-to-part-of-c-stl/14035453 An Introduction to Par... https://cdn.slidesharecdn.com/ss_thumbnails/c-120821223229-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/c-14035366/14035366 竞赛中颁++语言拾遗