post-thumbnail

[자료구조] 10. 그래프(3) - 구현(인접 행렬 방식)

그래프의 ADT에 대해서 알아보고 인접 행렬 방식으로 구현해보자

2022년 11월 7일
·
0개의 댓글
·
post-thumbnail

[자료구조] 10. 그래프(2)

그래프의 종류와 경로에 대해서 알아보자

2022년 11월 7일
·
0개의 댓글
·
post-thumbnail

[자료구조] 10. 그래프(1)

그래프의 탐색에 대한 공부를 하기 전에 그래프가 무엇인지 알아보자.

2022년 11월 7일
·
0개의 댓글
·
post-thumbnail

7. 2. 리눅스 환경의 프로그램 실행 - 프로세스 관리

프로세스 관리

2022년 10월 11일
·
0개의 댓글
·
post-thumbnail

7. 1. 리눅스 환경의 프로그램 실행 - gcc , library

1. GCC gcc C 컴파일러 (C++ 는 g++임!) 파일 이름이 반드시 .c로 끝나야 컴파일 할 수 있다 -o 옵션으로 실행파일 이름 지정하지 않으면 a.out 이라는 이름으로 실행파일이 생성됨. > $ gcc [option] [FILE_NAME] > > > > - -o : 컴파일 시 실행파일 이름 지정 > > $ gcc -o [execu...

2022년 10월 3일
·
0개의 댓글
·
post-thumbnail

2. 1. Operands of the Computer Hardware : Memory Operands

1. Operands of the Computer Hardware Word A natural unit of access in a computer, usually a group od 32bits; corresponds to the size of a register in the RISC-V architecture. 1. 1. Memory Operands ...

2022년 10월 3일
·
0개의 댓글
·
post-thumbnail

2. 0. Language of ther Computer : Introduction

⭐ Chapter Objectives1\. instructions2\. Assembly language3\. Machine language4\. Unsigned integers vs. 2’s complement signed integersWE SHOULD BE ABLE

2022년 10월 3일
·
0개의 댓글
·