Compiler Principle
- Time: Jan 2017
- Language: c++/yacc/lex
- Link: https://github.com/Elitack/Compiler
- Function:
- Implement a lexical analyzer that separates the smallc language into tokens.
- Do the syntax analysis.
- Complete the semantic analyzer and immediate code generation with the formation of parsing tree.
Computer Architecture
- Time: Jan 2017
- Language: c
- Link: https://github.com/Elitack/CSArchitecture
- Function:
- Write and simulate Y86 programs.
- Add a new instruction.
- Improve the performance of the pipelined y86 processor.
Programming Language
- Times: Dec 2016
- Language: java
- Link: https://github.com/Elitack/simPL
- Function: Design a interpreter that can transfer the simpl language equation to the correct result.
Engineering Practice and Technological Innovation(2B)
- Time: June 2016
- Language: c++
- Link:http://eelab.sjtu.edu.cn/kc/2016-06/B06/
- Function:
- Get the route through camera based on image recognition.
- Track the dolly’s position.
- Send the correct order to dolly through bluetooth to make sure the dolly’s following the trajectory.
Engineering Practice and Technological Innovation(3C)
- Time: Dec 2016
- Language: java
- Link:http://eelab.sjtu.edu.cn/kc/2016-12/C19/ (Chinese Version)
- Function: Develop an android app that achieves the following function
- Video Transmission Through Wifi.
- Control the dolly’s movement through button, gesture, gravity, and the voice recognition.
Operating System
- Time: June 2016
- Language: c
- Function:
- Write a new system call(ptree) in Linux.
- Generate a new process and output its parent pid and child pid.
- Use the pthread and lock to solve the classic burger buddies problem.
- Change the scheduler of the process.
- Modify the scheduler in kernel.
Computer Organization Experiment
- Time: July 2016
- Language: verilog
- Function: Design a multi-cycled pipelined mips command processor.