mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-09-15 20:47:40
This commit is contained in:
parent
0c438ed275
commit
49ac4202c3
@ -4,8 +4,8 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- comp210
|
- comp210
|
||||||
- lecture
|
- lecture
|
||||||
sr-due: 2022-08-31
|
sr-due: 2022-12-25
|
||||||
sr-interval: 30
|
sr-interval: 101
|
||||||
sr-ease: 270
|
sr-ease: 270
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -4,8 +4,8 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- lecture
|
- lecture
|
||||||
- cosc203
|
- cosc203
|
||||||
sr-due: 2022-09-02
|
sr-due: 2022-12-02
|
||||||
sr-interval: 25
|
sr-interval: 78
|
||||||
sr-ease: 250
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -4,8 +4,8 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- info203
|
- info203
|
||||||
- lecture
|
- lecture
|
||||||
sr-due: 2022-09-08
|
sr-due: 2023-06-13
|
||||||
sr-interval: 97
|
sr-interval: 271
|
||||||
sr-ease: 270
|
sr-ease: 270
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
8
content/notes/C-language.md
Normal file
8
content/notes/C-language.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "C-language"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc204
|
||||||
|
---
|
||||||
|
|
||||||
|
> “C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.” - wikipedia
|
||||||
@ -28,6 +28,7 @@ tags:
|
|||||||
- [computer-architecture](notes/computer-architecture.md)
|
- [computer-architecture](notes/computer-architecture.md)
|
||||||
- [6809-addressing-modes](notes/6809-addressing-modes.md)
|
- [6809-addressing-modes](notes/6809-addressing-modes.md)
|
||||||
- [6809](notes/6809.md)
|
- [6809](notes/6809.md)
|
||||||
|
-
|
||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user