Skip to content

Commit

Permalink
Merge pull request #14 from JingyiHe268/hjy
Browse files Browse the repository at this point in the history
add slides
  • Loading branch information
JingyiHe268 authored Mar 6, 2025
2 parents 6ec9c29 + a9f08f5 commit 0d912f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,29 @@
img.small {width: 60%;height:auto;}
</style>

<!-- <script src="https://s3-us-west-2.amazonaws.com/ieeeshutpages/gdpr/settings.js"></script> -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script> -->
<!-- <script>
<!-- <script src="https://s3-us-west-2.amazonaws.com/ieeeshutpages/gdpr/settings.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise(json)
});
</script> -->
}); -->
</script>

</head>

<html lang="en-us">
<head>
<title>Yat-CC: Home</title>
<!-- <base href="https://www.iscaconf.org/isca2025/" /> -->


<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Bootstrap & Font Awesome CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" integrity="sha384-PmY9l28YgO4JwMKbTvgaS7XNZJ30MK9FAZjjzXtlqyZCqBY6X6bXIkM++IkyinN+" crossorigin="anonymous">
<!--[if lt IE 9]>

<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<link rel="stylesheet" href="includes/style.css">
Expand Down
2 changes: 1 addition & 1 deletion teach/s2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<tr bgcolor="#E2E2E2">
<td>wk2: 3/6</td>
<td>
<!-- <a class="link-other" href="slides-25/lec_3.pdf"><img src="acc/PDF_icon.png" height=20 />Lexical Analysis: NFA/DFA (2)</a> -->
<a class="link-other" href="slides-25/Chapter03 词法分析(1).pdf"><img src="acc/PDF_icon.png" height=20 />Chapter03 词法分析(1)</a>
</td>
<td align="center">
<font color="red"><s>proj0 due</s></font> <br>
Expand Down
Binary file not shown.
Binary file added teach/slides-25/编译器构造实验.pdf
Binary file not shown.

0 comments on commit 0d912f0

Please sign in to comment.