본문 바로가기
반응형

학부공부163

PE1. Practice Exercises_2.1~2.8_Text book 101p OS_운영체제 카테고리의 PE Series는 2021.10.20 - [학부공부/OS_운영체제] - 00. 운영체제 STUDY 시작 00. 운영체제 STUDY 시작 안녕하세요! 제가 티스토리 페이지를 만든 후 처음으로 작성하는 글입니다... 복학하기 전 개인적인 공부를 정리하자는 취지로 시작하는 글이라 가독성이 떨어지고 부족한 부분이 있을 수 있으 ku320121.tistory.com 포스팅에서 소개한 text book의 연습문제를 풀이한 것을 정리한 것입니다. 해설을 참고하지 않았기 때문에 풀이에 오류가 있을 수 있습니다. 또한 운영체제 교과목 내용을 벗어나는 내용과 사견이 풀이에 포함되어 있을 수 있습니다. 2.1 What is the purpose of system calls? System call은.. 2022. 7. 10.
Development of Web-based DATABASE APPLICATION SYSTEM_System implementation with Transaction [Toy project] 지역별 대학 연구시설 공유 시스템 0. 산출물 1. 기능(모듈)별 수행 내역 NOTE : Consists of only transaction-related definitions and content including DB access (search, insert, modify, or delete) parts that must be included within the transaction 1.1. booking.php 1.2. booking_delete.php 1.3. booking_detail.php 1.4. booking_form.php 1.5. booking_list.php 1.6. booking_modify.php 1.7. equipment_list.php 1.8. equipment_delete.p.. 2022. 7. 10.
Development of Web-based DATABASE APPLICATION SYSTEM_System implementation [Toy project] 지역별 대학 연구시설 공유 시스템 0. 산출물 ⚫ Source codes : Codiad 1. System DB implementation 1.1. Table schema information 1.2. Initial setting (for building a test environment) The corresponding data creation function is not included within the scope of implementation, so the table data is directly created in Maria DB with SQL. Note: Exclude special characters in all strings. The web page developed in this pr.. 2022. 7. 5.
Development of Web-based DATABASE APPLICATION SYSTEM_System analysis and design [Toy project] 1. 업무 요구사항 분석 및 개념적 설계(DB, Functions & Processes) 1.1. 업무개요서 지역별 대학 연구시설 공유 시스템 ⚫ 프로젝트 목표 : 연구 경쟁력 강화와 비용 절감을 통한 대학의 집단 경쟁력 강화 ⚫ 지역별 대학 연구시설 공유 시스템 개발의 필요성 현재 대학 연구 기자재들은 각 대학본부 산하 연구지원 또는 공동기기종합지원 부서가 통합 관리 및 지원하고 있다. 하지만 각 연구실, 단과대학(원) 단위로 관리 및 지원하고 있는 대학도 존재하며 통합 관리 및 지원 부서가 있더라도 각 대학의 울타리를 벗어나지 못하고 있다. 또한 고가의 첨단연구 기자재 확보 및 유지관리, 체계적인 연구기자재 공동 활용 시스템 구축을 위해 각 대학은 꾸준히 노력하고 있지만 한정된 예산으로 연구 인프라 .. 2022. 7. 5.
TP1.9. Python Part Executable File Excessive Execution Time Problem [OS Scheduling simulator] Python Part Executable File Excessive Execution Time Problem I think the problem is caused by excessive module import. The first thing I thought of when this issue occurred was the time to plot boxes over time in animation creation. To solve this issue, we have devised the following three solutions. In fact, not all solutions were applied, but only some were adopted and reflected in the code. Se.. 2022. 6. 6.
TP1.8. Animation Ideas [OS Scheduling simulator] Animation Creation Ideas 1. Using time.sleep() of the time module 2. Using os module 3. FuncAnimation The first two ideas are very well known methods. I also tried to implement animation through two ideas, but it was not suitable for colab environment and it was difficult to write code friendly to pyplot module. I was able to check the technical documentation about FuncAnimation of the matplotli.. 2022. 6. 6.
반응형