개인 공부

개인 공부/통계학

이산확률변수, 연속확률변수

blog.naver.com/ekdldhrtlsda/221763901408 이산확률변수, 연속확률변수 이산확률변수 - 특정 확률변수와 해당 확률변수 해당하는 확률이 딱딱 맞아떨어질경우 - discrete​특정확... blog.naver.com

개인 공부/Network with C

01/25/월 - 캠프 1일차 실습 - In C

해당 게시글은 한동대학교 고윤민 교수님의 자료를 바탕으로 제작되었습니다. https://github.com/YunminGo/netprog YunminGo/netprog [2021 SW Camp] Network Programming . Contribute to YunminGo/netprog development by creating an account on GitHub. github.com 해당 자료는 고윤민 교수님 캠프의 실습 자료들입니다. Socket 앞서서 이야기했듯이 TCP / UDP와 밀접한 관계가 있다. 또한 이것들은 IP address와 Port Number로 어디에 있는지 위치를 파악을 할 수 있는데 각각의 socket은 다음과 같은 다섯개의 구성요소로 이루어져 있다. Protocol, So..

개인 공부/Network with C

01/25/월 - Network Programming Camp 내용 정리

해당 게시글은 한동대학교 고윤민 교수님의 자료를 바탕으로 제작되었습니다. https://github.com/YunminGo/netprog YunminGo/netprog [2021 SW Camp] Network Programming . Contribute to YunminGo/netprog development by creating an account on GitHub. github.com ​해당 자료는 고윤민 교수님 캠프의 실습 자료들입니다. coding-leaf.tistory.com/27 01/25/월 - Network Programming Camp - Setting 학교에서 주관하는 전공 캠프가 있어서 오늘부터 시작하게 되었습니다. ​해당 게시글은 한동대학교 고윤민 교수님의 자료를 바탕으로 제작되었니..

개인 공부/Network with C

01/25/월 - Network Programming Camp - Setting

학교에서 주관하는 전공 캠프가 있어서 오늘부터 시작하게 되었습니다. ​해당 게시글은 한동대학교 고윤민 교수님의 자료를 바탕으로 제작되었니다. https://github.com/YunminGo/netprog YunminGo/netprog [2021 SW Camp] Network Programming . Contribute to YunminGo/netprog development by creating an account on GitHub. github.com ​해당 자료는 고윤민 교수님 캠프의 실습 자료들입니다. ​socket을 사용하여 통신하는 client/server application을 배우는 것이 목표라고 하셨습니다.​ socket : application process 와 transport pro..

개인 공부/App(Flutter)

01/21/목 - Building beautiful UIs with Flutter - 3

​ 해당 사이트를 기준으로 작성하였습니다. https://codelabs.developers.google.com/codelabs/flutter#0 Building beautiful UIs with Flutter | Google Codelabs Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you learn how to build a Flutter UI from the ground up in an IDE. You also customize your user int codelab..