모각코/[2023_동계] 방구석 꼬마들

[2023_동계] 3주차 결과_방구석 꼬마들

JJD\x00L 2024. 1. 18. 14:07

2024.01.17(수)

 

장범규

https://jjdol.tistory.com/53

 

모각코 3일차 결과 (2024.01.17)

uaf_overwrite // Name: uaf_overwrite.c // Compile: gcc -o uaf_overwrite uaf_overwrite.c #include #include #include #include struct Human { char name[16]; int weight; long age; }; struct Robot { char name[16]; int weight; void (*fptr)(); }; struct Human *hu

jjdol.tistory.com

 

송민경

https://minkyung0505.tistory.com/32

 

모각코 3회차

SCAE는 stacked convolutional auto encoder라는 뜻으로, 그림에서 볼 수 있듯이 여러 CAE 레이어로 구성되며, 각 레이어의 출력은 연속된 레이어의 입력에 연결됩니다. AE 계층은 특징을 생성하고, DE 계층은

minkyung0505.tistory.com

 

손봉우

https://bong-u.github.io/til/mogako23/mogako24-1-03/

 

GitHub - bong-u/til

Contribute to bong-u/til development by creating an account on GitHub.

github.com

 

김경민

https://sophiait.tistory.com/36

 

2023 동계 모각코 3회차 결과

*알고리즘 복습하기3(그리디 알고리즘) 그리디 알고리즘 - (입력) 데이터 간의 관계를 고려하지 않고 수행 과정에서 가능한 해들 중에서 욕심내어 가장 좋은 최소값 또는 최대값을 가진 데이터를

sophiait.tistory.com

 

김은수

https://shushucoding.tistory.com/245

 

[2023~2024 동계모각코] 3주차 결과

2024.01.17 앞서 계획했던 3가지 화면의 html, css, js 코드를 모두 1차적으로 완성했다 기본 틀을 잡았고 버튼 같은 요소에 css를 적용해서 디자인 적으로도 발전시켰고 js를 통해 local storage에 있는 내

shushucoding.tistory.com