일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- cURL
- 선적분
- auto-encoder
- 자바
- 이진탐색트리
- 회로이론
- 딥러닝
- 델
- 벡터 해석
- Python
- 함수
- 최단 경로
- 코드업
- 2P1L
- 미분 방정식
- 벡터해석
- Asteroid RL
- 피보나치 수열
- dictionary
- java
- 신경망
- BST
- 계단 오르기
- 소행성
- 강화학습
- Class
- 파이썬
- 딕셔너리
- 백트래킹
- 자료형
- Today
- Total
목록분류 전체보기 (87)
Zeta Oph's Study
https://crane206265.tistory.com/78 [Data Structure (Java)] Stackhttps://crane206265.tistory.com/76 [Data Structure (Java)] SLL (Singly Linked List)https://crane206265.tistory.com/75 [Data Structure (Java)] Generichttps://crane206265.tistory.com/74?category=1076637 [Data Structure (Java)] Arrayhttps://crane206265.ticrane206265.tistory.comList 입니다. SLL이랑은 완전히 다른 자료구조인 것을 인지하면서 보면 좋을 것 같아요.ListLis..
https://crane206265.tistory.com/77 [Data Structure (Java)] Stackhttps://crane206265.tistory.com/76 [Data Structure (Java)] SLL (Singly Linked List)https://crane206265.tistory.com/75 [Data Structure (Java)] Generichttps://crane206265.tistory.com/74?category=1076637 [Data Structure (Java)] Arrayhttps://crane206265.ticrane206265.tistory.com저번에 stack을 다루었으니, 이번에는 queue입니다. stack과 queue의 비교는 저번글에 있으..
https://crane206265.tistory.com/76 [Data Structure (Java)] SLL (Singly Linked List)https://crane206265.tistory.com/75 [Data Structure (Java)] Generichttps://crane206265.tistory.com/74?category=1076637 [Data Structure (Java)] Arrayhttps://crane206265.tistory.com/72 [Data Structure (Java)] OOP (객체 지향 프로그래밍) & Data Typcrane206265.tistory.com이번글과 다음글에는 Stack, Queue입니다. 이번글에서는 Stack과 Queue를 비교하고, 그중..
https://crane206265.tistory.com/75 [Data Structure (Java)] Generichttps://crane206265.tistory.com/74?category=1076637 [Data Structure (Java)] Arrayhttps://crane206265.tistory.com/72 [Data Structure (Java)] OOP (객체 지향 프로그래밍) & Data Typehttps://crane206265.tistory.com/71 [Data Structure (Java)] Functiocrane206265.tistory.comGeneric로 설명했겠다, 본격적으로 SLL (Singly Linked List)을 해봅시다.Data structures : se..
https://crane206265.tistory.com/74?category=1076637 [Data Structure (Java)] Arrayhttps://crane206265.tistory.com/72 [Data Structure (Java)] OOP (객체 지향 프로그래밍) & Data Typehttps://crane206265.tistory.com/71 [Data Structure (Java)] Function (함수) https://crane206265.tistory.com/61 [Java - 기초 문법] 06. 반복문crane206265.tistory.com원래는 SLL을 다룰 차례이지만, SLL implementation을 위해 generic부터 공부하고 가도록 하겠습니다.Data type..
https://crane206265.tistory.com/72 [Data Structure (Java)] OOP (객체 지향 프로그래밍) & Data Typehttps://crane206265.tistory.com/71 [Data Structure (Java)] Function (함수) https://crane206265.tistory.com/61 [Java - 기초 문법] 06. 반복문 : while문 & for문 & for each문 https://crane206265.tistory.com/60 [Java - 기초 문법] 05. 조건문 :crane206265.tistory.com이번에는 Java에서 기본적으로 지원하는 Array에 대해 알아보도록 하겠습니다.Array: an indexed sequen..
미적분학을 학인시로 빼기는 했지만? 어쨌든 공부는 해야할 것 같아서그리고 수학 공부에 대해 미련이 남아서...결정적으로 친구와 공부하게 되어서 다뤄보게 되었습니다.Uniformly Continuous(균등 연속)def) A function $f : D \rightarrow \mathbb{R}$ and an interval $I\subset D$ is called uniformly continuous on an interval $I$, if$$(\forall\epsilon>0)(\exists\delta>0)(\forall c\in I)(\forall x\in D) s.t.$$ $$|x-c| "모든 $\epsilon$에 대해, 어떤 $\delta$가 존재한다. 연속인 위치($c$)가 어떤 값이던 무관하게."..

https://crane206265.tistory.com/71 [Data Structure (Java)] Function (함수) https://crane206265.tistory.com/61 [Java - 기초 문법] 06. 반복문 : while문 & for문 & for each문 https://crane206265.tistory.com/60 [Java - 기초 문법] 05. 조건문 : if문 & switch문 https://crane206265.tistory.com/59 [Java - 기초 문법] crane206265.tistory.com 이번에는 OOP(객체 지향 프로그래밍)과 Data type에 대해 알아보도록 하겠습니다. data type : a set of values and a set of ..