Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naocoding/ntnu_cp1_code
National Taiwan Normal University (NTNU)112學年度第一學期程設作業
https://github.com/naocoding/ntnu_cp1_code
Last synced: about 2 months ago
JSON representation
National Taiwan Normal University (NTNU)112學年度第一學期程設作業
- Host: GitHub
- URL: https://github.com/naocoding/ntnu_cp1_code
- Owner: NaoCoding
- Created: 2024-03-12T07:37:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T07:46:00.000Z (9 months ago)
- Last Synced: 2024-04-06T08:32:39.051Z (9 months ago)
- Language: C
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2023-NTNU-CP1 Code
```
This repository is all about CP1(Computer Programming 1 aka 程設一),
which is the course for freshman to learn how to program in C from NTNU.
All of the code are published after the semester was ended,
so don't afraid about cheating issues.(However, it is forbidden to use my code in future's CP1).Thanks all TAs and neokent for giving us a fun and memorable course.
There are five homework and two online exam during CP1 in 2023 Fall Semester.
And below are my scores, questions which I didn't get full score should not
consider my file as best/good answer. Some homeworks were fun or special,
such as diceroller in hw3, I made a gtk user interface.Hw1 : 20 20 15 20 18 5, sum : 98/105
Hw2 : 20 18 20 18 18 5, sum : 99/105
Hw3 : 14 17 20 20 20 0 0 (forgot to upload bonus....) , sum : 91/110
Midterm : 20 20 13 8 12 5, sum : 78/105
Hw4 : 20 20 20 19 16.9 5, sum : 100.9/105
Hw5 : 17 16 16 20 20 5, sum : 94/105
Final : 8 13 5 50(52, but max was 50) 5, sum : 81/105
Final Score : 102.78(92.78 original) (A+)
By Andy Lu 2024/03/12
``````
Another good example from my classmate, Darrin Lin
He also got A+ in CP1 course, it is recommended to watch his example.
https://github.com/Darrin-Lin/NTNU_CSIE_ComputerProgramming_I
```
[Hw1 Link](https://drive.google.com/file/d/1f3jhf9QXumxkfKaonHeTw8yjof8K-x_h/view?usp=sharing)
[Hw2 Link](https://drive.google.com/file/d/1tgfOwr0m3uzs76lRPSEcILCMGdtTI362/view?usp=sharing)
[Hw3 Link](https://drive.google.com/file/d/18eUmUuUBb_tfIyJvcjrOakSlaVVAlhRp/view?usp=sharing)
[Midterm Link](https://drive.google.com/file/d/1oNl5Y2AIKRFmMuYtUtfliOWPAghMMRlN/view?usp=sharing)
[Hw4 Link](https://drive.google.com/file/d/1CoD-XguMi5RskmxI4_HpFgJ9vYKVL2Ev/view?usp=sharing)
[Hw5 Link](https://drive.google.com/file/d/1X8nfw5xhvEOjvxCWtp-uDlBebc2H4VeF/view?usp=sharing)
[Final Link](https://drive.google.com/file/d/1X6rEdCIsAdpFlwKkVVQiUhJLDxjJ2DDl/view?usp=drive_link)