Skip to content

Commit

Permalink
初始化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
canliture committed Sep 19, 2021
0 parents commit 6657d58
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
target
out
*.iml
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
这里是南京大学软件分析课程实验作业的非官方实现

### 文档
- docs/org为南大课程的作业原题pdf
- docs/soot为soot参考资料
- src/main/java/com/canliture/soot/每个子目录下的作业都有一个README,作为作业的简单说明

### 代码
- com.canliture.soot.ass1
- 包下代码为第一次作业的代码实现
- 常量传播
- com.canliture.soot.ass2
- com.canliture.soot.ass3
- com.canliture.soot.ass4
Binary file added docs/org/ass1-ConstantPropagationAnalysis.pdf
Binary file not shown.
Binary file added docs/org/ass2-DeadCodeDetectionAnalysis.pdf
Binary file not shown.
Binary file added docs/org/ass3-ClassHierarchyAnalysis.pdf
Binary file not shown.
Binary file added docs/org/ass4-PointerAnalysis.pdf
Binary file not shown.
Binary file not shown.
Binary file added docs/org/作业设置.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/org/课程设置.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/soot/soot-tutorial.pdf
Binary file not shown.

0 comments on commit 6657d58

Please sign in to comment.