add csci-1100-crib-sheets
This commit is contained in:
BIN
content/zh-cn/posts/csci-1100/crib-sheets/Final Crib Sheet A.pdf
Normal file
BIN
content/zh-cn/posts/csci-1100/crib-sheets/Final Crib Sheet A.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
84
content/zh-cn/posts/csci-1100/crib-sheets/index.md
Normal file
84
content/zh-cn/posts/csci-1100/crib-sheets/index.md
Normal file
@@ -0,0 +1,84 @@
|
||||
---
|
||||
title: CSCI 1100 - Test Crib Sheets
|
||||
subtitle:
|
||||
date: 2024-12-08T22:17:36-05:00
|
||||
lastmod: 2024-12-08T22:17:36-05:00
|
||||
slug: csci-1100-crib-sheets
|
||||
draft: false
|
||||
author:
|
||||
name: James
|
||||
link: https://www.jamesflare.com
|
||||
email:
|
||||
avatar: /site-logo.avif
|
||||
description: 这篇文章分享了我在 CSCI 1100 的第二次测试、第三次测试和期末考试中使用的 Crib Sheets。
|
||||
keywords:
|
||||
license:
|
||||
comment: true
|
||||
weight: 0
|
||||
tags:
|
||||
- CSCI 1100
|
||||
- 作业
|
||||
- RPI
|
||||
- Python
|
||||
- 编程
|
||||
categories:
|
||||
- 编程语言
|
||||
collections:
|
||||
- CSCI 1100
|
||||
hiddenFromHomePage: false
|
||||
hiddenFromSearch: false
|
||||
hiddenFromRss: false
|
||||
hiddenFromRelated: false
|
||||
summary: 这篇文章分享了我在 CSCI 1100 的第二次测试、第三次测试和期末考试中使用的 Crib Sheets。
|
||||
resources:
|
||||
- name: featured-image
|
||||
src: featured-image.jpg
|
||||
- name: featured-image-preview
|
||||
src: featured-image-preview.jpg
|
||||
toc: true
|
||||
math: false
|
||||
lightgallery: false
|
||||
password:
|
||||
message:
|
||||
repost:
|
||||
enable: false
|
||||
url:
|
||||
|
||||
# See details front matter: https://fixit.lruihao.cn/documentation/content-management/introduction/#front-matter
|
||||
---
|
||||
|
||||
<!--more-->
|
||||
|
||||
> [!TIP]
|
||||
> 您可以使用 Adobe Photoshop 编辑此 PDF。没错,我就是用 Photoshop 制作的这个 PDF。这些Crib Sheet中使用的字体是 [Intel One Mono](https://github.com/intel/intel-one-mono)。
|
||||
|
||||
## Test 1 Crib Sheet
|
||||
|
||||
> [!NOTE]
|
||||
> 我在第一场考试中没有使用Crib Sheet,因此这里没有Crib Sheet。
|
||||
|
||||
## Test 2 Crib Sheet
|
||||
|
||||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||||
<embed src="Test 2 Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||||
<embed src="Test 2 Crib Sheet B.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
|
||||
## Test 3 Crib Sheet
|
||||
|
||||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||||
<embed src="Test 3 Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||||
<embed src="Test 3 Crib Sheet B.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
|
||||
## Final Crib Sheet
|
||||
|
||||
<div style="width: 100%; max-width: 600px; margin: 0 auto; display: block;">
|
||||
<embed src="Final Crib Sheet A.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
Reference in New Issue
Block a user