├── README.md ├── 데이터마이닝 ├── README.md └── images │ ├── confusion-matrix.png │ ├── correlation-analysis.png │ ├── dbscan.png │ ├── decision-tree.png │ ├── hierarchical-clustering.png │ ├── k-means.png │ ├── knn.png │ ├── linear-regression.jpg │ ├── math │ ├── bayes.png │ ├── chi-square-test.png │ ├── cosine-similarity.png │ ├── covariance-matrix.png │ ├── eigenvector.png │ ├── euclidean-distance.png │ ├── gini-index.png │ ├── hit.jpg │ ├── information-gain.png │ ├── jaccard-similarity.png │ ├── linear-regression.jpg │ ├── manhattan-distance.png │ ├── mean-and-variance.png │ ├── minkowski-distance.png │ ├── minmax_norm.png │ ├── naive-bayes.png │ ├── pagerank.png │ ├── pearson-correlation-coefficient.png │ ├── rmse.jpg │ ├── std-norm.png │ └── vector.png │ ├── pagerank.png │ ├── pagerank2.jpg │ └── svm.jpg ├── 데이터베이스 ├── README.md └── images │ ├── 1NF.png │ ├── 2NF.png │ ├── 3NF.png │ ├── BCNF.png │ ├── cardinality-1-1.png │ ├── cardinality-1-n.png │ ├── cardinality-n-m.png │ └── er-diagram-notation.png ├── 알고리즘 ├── README.md └── images │ ├── dfs-bfs.png │ ├── mst.png │ └── p-np.png ├── 운영체제 ├── README.md └── images │ ├── context-switch.png │ ├── mem-base-and-bound.png │ ├── mem-paging.png │ ├── mem-segmentation.png │ └── process-three-states.png ├── 자료구조 ├── README.md └── images │ ├── bst-delete.png │ └── heap-insert.png ├── 컴퓨터구조 ├── README.md └── images │ ├── MIPS-formats.png │ ├── direct-map-cache.jpg │ ├── fully-a-cache.png │ ├── math │ ├── amdahls_law.png │ ├── cache_access_time.png │ └── cputime.png │ ├── pipelining-alu-data-haazard.png │ ├── pipelining-branch-prediction-hazzard.png │ ├── pipelining-load-use-data-hazzard.png │ ├── pipelining.png │ ├── single-cycle-design.png │ └── two-way-sa-cache.jpg └── 컴퓨터네트워크 ├── README.md └── images ├── crc.png ├── ethernet-frame.png ├── go-back-n-arq.png ├── ip-datagram-format.png ├── selective-repeat-arq.png ├── stop-and-wait-arq.png ├── tcp-congestion-control-example.png ├── tcp-congestion-control.png ├── tcp-connection.png ├── tcp-error-control.png ├── tcp-segment-format.png ├── tcp-swtiching-connection-oriented.png └── three-way-handshaking.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/README.md -------------------------------------------------------------------------------- /데이터마이닝/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/README.md -------------------------------------------------------------------------------- /데이터마이닝/images/confusion-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/confusion-matrix.png -------------------------------------------------------------------------------- /데이터마이닝/images/correlation-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/correlation-analysis.png -------------------------------------------------------------------------------- /데이터마이닝/images/dbscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/dbscan.png -------------------------------------------------------------------------------- /데이터마이닝/images/decision-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/decision-tree.png -------------------------------------------------------------------------------- /데이터마이닝/images/hierarchical-clustering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/hierarchical-clustering.png -------------------------------------------------------------------------------- /데이터마이닝/images/k-means.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/k-means.png -------------------------------------------------------------------------------- /데이터마이닝/images/knn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/knn.png -------------------------------------------------------------------------------- /데이터마이닝/images/linear-regression.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/linear-regression.jpg -------------------------------------------------------------------------------- /데이터마이닝/images/math/bayes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/bayes.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/chi-square-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/chi-square-test.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/cosine-similarity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/cosine-similarity.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/covariance-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/covariance-matrix.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/eigenvector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/eigenvector.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/euclidean-distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/euclidean-distance.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/gini-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/gini-index.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/hit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/hit.jpg -------------------------------------------------------------------------------- /데이터마이닝/images/math/information-gain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/information-gain.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/jaccard-similarity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/jaccard-similarity.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/linear-regression.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/linear-regression.jpg -------------------------------------------------------------------------------- /데이터마이닝/images/math/manhattan-distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/manhattan-distance.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/mean-and-variance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/mean-and-variance.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/minkowski-distance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/minkowski-distance.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/minmax_norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/minmax_norm.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/naive-bayes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/naive-bayes.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/pagerank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/pagerank.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/pearson-correlation-coefficient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/pearson-correlation-coefficient.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/rmse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/rmse.jpg -------------------------------------------------------------------------------- /데이터마이닝/images/math/std-norm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/std-norm.png -------------------------------------------------------------------------------- /데이터마이닝/images/math/vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/math/vector.png -------------------------------------------------------------------------------- /데이터마이닝/images/pagerank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/pagerank.png -------------------------------------------------------------------------------- /데이터마이닝/images/pagerank2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/pagerank2.jpg -------------------------------------------------------------------------------- /데이터마이닝/images/svm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터마이닝/images/svm.jpg -------------------------------------------------------------------------------- /데이터베이스/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/README.md -------------------------------------------------------------------------------- /데이터베이스/images/1NF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/1NF.png -------------------------------------------------------------------------------- /데이터베이스/images/2NF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/2NF.png -------------------------------------------------------------------------------- /데이터베이스/images/3NF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/3NF.png -------------------------------------------------------------------------------- /데이터베이스/images/BCNF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/BCNF.png -------------------------------------------------------------------------------- /데이터베이스/images/cardinality-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/cardinality-1-1.png -------------------------------------------------------------------------------- /데이터베이스/images/cardinality-1-n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/cardinality-1-n.png -------------------------------------------------------------------------------- /데이터베이스/images/cardinality-n-m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/cardinality-n-m.png -------------------------------------------------------------------------------- /데이터베이스/images/er-diagram-notation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/데이터베이스/images/er-diagram-notation.png -------------------------------------------------------------------------------- /알고리즘/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/알고리즘/README.md -------------------------------------------------------------------------------- /알고리즘/images/dfs-bfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/알고리즘/images/dfs-bfs.png -------------------------------------------------------------------------------- /알고리즘/images/mst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/알고리즘/images/mst.png -------------------------------------------------------------------------------- /알고리즘/images/p-np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/알고리즘/images/p-np.png -------------------------------------------------------------------------------- /운영체제/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/README.md -------------------------------------------------------------------------------- /운영체제/images/context-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/images/context-switch.png -------------------------------------------------------------------------------- /운영체제/images/mem-base-and-bound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/images/mem-base-and-bound.png -------------------------------------------------------------------------------- /운영체제/images/mem-paging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/images/mem-paging.png -------------------------------------------------------------------------------- /운영체제/images/mem-segmentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/images/mem-segmentation.png -------------------------------------------------------------------------------- /운영체제/images/process-three-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/운영체제/images/process-three-states.png -------------------------------------------------------------------------------- /자료구조/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/자료구조/README.md -------------------------------------------------------------------------------- /자료구조/images/bst-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/자료구조/images/bst-delete.png -------------------------------------------------------------------------------- /자료구조/images/heap-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/자료구조/images/heap-insert.png -------------------------------------------------------------------------------- /컴퓨터구조/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/README.md -------------------------------------------------------------------------------- /컴퓨터구조/images/MIPS-formats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/MIPS-formats.png -------------------------------------------------------------------------------- /컴퓨터구조/images/direct-map-cache.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/direct-map-cache.jpg -------------------------------------------------------------------------------- /컴퓨터구조/images/fully-a-cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/fully-a-cache.png -------------------------------------------------------------------------------- /컴퓨터구조/images/math/amdahls_law.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/math/amdahls_law.png -------------------------------------------------------------------------------- /컴퓨터구조/images/math/cache_access_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/math/cache_access_time.png -------------------------------------------------------------------------------- /컴퓨터구조/images/math/cputime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/math/cputime.png -------------------------------------------------------------------------------- /컴퓨터구조/images/pipelining-alu-data-haazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/pipelining-alu-data-haazard.png -------------------------------------------------------------------------------- /컴퓨터구조/images/pipelining-branch-prediction-hazzard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/pipelining-branch-prediction-hazzard.png -------------------------------------------------------------------------------- /컴퓨터구조/images/pipelining-load-use-data-hazzard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/pipelining-load-use-data-hazzard.png -------------------------------------------------------------------------------- /컴퓨터구조/images/pipelining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/pipelining.png -------------------------------------------------------------------------------- /컴퓨터구조/images/single-cycle-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/single-cycle-design.png -------------------------------------------------------------------------------- /컴퓨터구조/images/two-way-sa-cache.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터구조/images/two-way-sa-cache.jpg -------------------------------------------------------------------------------- /컴퓨터네트워크/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/README.md -------------------------------------------------------------------------------- /컴퓨터네트워크/images/crc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/crc.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/ethernet-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/ethernet-frame.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/go-back-n-arq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/go-back-n-arq.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/ip-datagram-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/ip-datagram-format.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/selective-repeat-arq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/selective-repeat-arq.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/stop-and-wait-arq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/stop-and-wait-arq.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-congestion-control-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-congestion-control-example.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-congestion-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-congestion-control.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-connection.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-error-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-error-control.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-segment-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-segment-format.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/tcp-swtiching-connection-oriented.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/tcp-swtiching-connection-oriented.png -------------------------------------------------------------------------------- /컴퓨터네트워크/images/three-way-handshaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prev/CSE-Summary/HEAD/컴퓨터네트워크/images/three-way-handshaking.png --------------------------------------------------------------------------------