일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- HTML5.
- 물리학
- 자바스크립트
- LaTeX
- C++
- 위키
- 수학
- 프로그래밍
- 선형대수학
- Java
- Nemeth Braille
- html5
- 프로그래밍 언어
- IT
- 오늘의 문제
- C
- CSS
- C언어
- 리브레위키
- 점자
- 글이_점점_짧아지고_있습니다.
- html
- matlab
- python
- css3
- javascript
- 나무위키
- 확률
- Inkscape
- ┌─┐
- Today
- Total
SturdyCobble's Study Note
[프로그래밍] 참고 자료 목록 본문
NOTICE : 독학인 만큼, 잘못된 내용이 있을 수 있습니다. 내용 지적은 언제나 환영합니다.
더 이상 이 블로그에는 글을 올리지는 않을 예정입니다. 그렇지만 댓글을 달아주시면 최대한 답변드리고자 노력하겠습니다.
아래 글은 글 작성 도중 참고했거나 글과 함께 참고하면 좋을 사이트, 블로그 글 등을 모아두었습니다.
=============================================================
전반적인 글들에서 참고한 사이트 또는 전반적인 글 내용과 관련되어 찾아보면 좋을 사이트들
-
SoEn:소프트웨어 공학 연구소 http://soen.kr/
-
점프 투 자바 - WikiDocshttps://wikidocs.net/book/31
-
점프 투 파이썬 - WikiDocs https://wikidocs.net/book/1
-
Visual C++ 설명서 | Microsoft Docs https://docs.microsoft.com/ko-kr/cpp/?view=vs-2019
-
Python 3.8 Documentation https://docs.python.org/3.8/contents.html
-
모두의 코드 https://modoocode.com/
-
learn c++ https://www.learncpp.com/
-
The Java Language Specification, Third Edition https://docs.oracle.com/javase/specs/jls/se6/html/j3TOC.html
-
Stroustrup: C++ http://www. stroustrup.com/C++.html
일부 글의 내용을 작성하는 데만 참고했거나, 특정 글의 내용 이해를 돕기 위해 도움이 될 사이트(또는 게시글)들
-
자바 자료형 정리(Java Data Type)::JDM's Blog https://jdm.kr/blog/213
-
Java String을 잘 아신다고 생각하시나요? - brunch https://brunch.co.kr/@kd4/1
-
다시 시작하는 윈도우 프로그래밍 : 유니코드 문자열 처리 - 한국데이터산업진흥원 정보마당https://www.kdata.or.kr/info/info_04_view.html?field=&keyword=&type=techreport&page=37&dbnum=176360&mode=detail&type=techreport
-
Dictionary Map 차이점 (자료구조) - 태섭씨 블로그 https://h2hyun37.tistory.com/15
-
자료구조: Linked List 대 ArrayList - NEXTREE http://www.nextree.co.kr/p6506/
-
[Java] 배열 선언과 초기화 | 감성 프로그래밍 https://programmingsummaries.tistory.com/28
-
다양한 배열 초기화 방법 : 네이버 블로그 http://msbang.co.kr/80142780298
-
[Java] == equals() compareTo() 차이와 사용법 - Heee's Development Blog https://gmlwjd9405.github.io/2018/10/06/java-==-and-equals.html
-
[JAVA] 11 - 1. Object 클래스와 그 메소드들 - ::Devlog:: https://asfirstalways.tistory.com/216
-
스칼라 강좌 (12) - 객체의 동일성 - HAMA 블로그 https://hamait.tistory.com/575
-
C: for loop int initial declaration - Stack Overflow https://stackoverflow.com/questions/1287863/c-for-loop-int-initial-declaration
-
[Java] Integer와 int의 차이 - includestdio https://includestdio.tistory.com/1
-
4.3. 할당 연산자 - Python 3.4 공부 좀 해볼까? : WikiDocs https://wikidocs.net/1160
-
F.G. : [java] 비트 연산자와 시프트 연산자 http://fendee.egloos.com/9022534
-
퍼그의 전초기지 :: 자바[Java] 강좌 #7 - 연산자 https://dpug.tistory.com/33#.XVEB9OgzZPY
-
C++ string 정리 (C++ 문자열) :: CheatSheet https://makerj.tistory.com/127
-
개발이 하고 싶어요 :: [JAVA] Wrapper class 란? 그리고 AutoBoxing https://hyeonstorage.tistory.com/168
-
topaz :: [Java] 묵시적. 명시적 형 변환 https://to-paz.tistory.com/275
-
소년코딩 - C++ 07.15 - 참조형 변수 (Reference variable) https://boycoding.tistory.com/207
-
19_식별 연산자(Identity Operators) - 핵심만 간단히, Hello World! 파이썬 3 : WikiDocs https://wikidocs.net/21121
-
C++ - Bit Manipulation Application: Small to Capital Letter | C++ tutorial : RIP tutorialhttps://riptutorial.com/cplusplus/example/30049/bit-manipulation-application--small-to-capital--letter
-
Blank | C 비트마스킹(bit masking) 정리와 응용 https://bluehk.tistory.com/19
-
소년코딩 - C++03.08-비트플래그와비트마스크(Bitflagsandbitmasks) https://boycoding.tistory.com/164
-
Difference between numpy dot() and Python 3.5+ matrix multiplication @ https://stackoverflow.com/questions/34142485/difference-between-numpy-dot-and-python-3-5-matrix-multiplication
-
[Python] +와 += 차이점 :: 개인적인공간 https://brownbears.tistory.com/430
-
함수 (프로그래밍) - 위키백과, 우리 모두의 백과사전.
-
프로그래밍로그 :: 함수와 메소드의 차이 https://epicdevsold.tistory.com/178
-
[Python]파이썬의 중첩 함수 - yes! https://yes90.tistory.com/50
-
C언어 가변인자(가변파라미터)를 사용해보자 - 노루의 씨분투 세상 https://norus.tistory.com/19
-
Java Varargs (가변인자) 사용법 - Minsub's Blog https://gyrfalcon.tistory.com/entry/Java-Varargs
-
c++ - length of va_list when using variable list arguments? - StackOverflow
https://stackoverflow.com/questions/2598132/length-of-va-list-when-using-variable-list-arguments
-
[Python] 접근 제어자 :: 개인적인공간 https://brownbears.tistory.com/112
-
자바 소멸자 finalize예제 - ORACLEJAVA Community http://ojc.asia/bbs/board.php?bo_table=LecJava&wr_id=659
-
C++:: 생성자 상속, 상속지정 : 네이버 블로그 http://blog.naver.com/cory_kim/220860897856
-
[JAVA] 4. 상속과 생성자 / extends, super - ::Devlog:: https://asfirstalways.tistory.com/161
-
[Python] 파이썬 super 기초 개념 및 예제 - 개발자의 취미생활 https://rednooby.tistory.com/56
-
[자바(JAVA)] 생성자 오버로딩과 메소드 오버로딩 - Ara Blog https://hunit.tistory.com/156
-
[JAVA/자바] 상속에서의 생성자 : 네이버 블로그 https://blog.naver.com/heartflow89/220961980579
-
C++상속 관계에서의 생성자 호출 :: HwanShell https://hwan-shell.tistory.com/31
-
생성자(Constructor)도 메소드인가? :: 자바캔(Java Can Do IT) https://javacan.tistory.com/entry/37
-
스트롭스트룹 교수님과의 대화: "C++ 배우는데 C를 먼저 배울 필요 없어요" - /* the devil is in the detail */ https://minjang.github.io/2016/03/21/talk-with-stroustrup/
-
왜 C++에는 아직도 super가 없나요 | Hashcode
https://hashcode.co.kr/questions/768/%EC%99%9C-c%EC%97%90%EB%8A%94-%EC%95%84%EC%A7%81%EB%8F%84-super%EA%B0%80-%EC%97%86%EB%82%98%EC%9A%94 -
superclass - Why is super.super.method(); not allowed in Java? - Stack Overflow https://stackoverflow.com/questions/586363/why-is-super-super-method-not-allowed-in-java
-
[Python] Tip - super()로 부모클래스를 초기화 :: 개인적인공간 https://brownbears.tistory.com/144
-
OKKY - 파이썬 super()의 인자 질문입니다 https://okky.kr/article/558251
-
Method Resolution Order (MRO) in Python http://www.srikanthtechnologies.com/blog/python/mro.aspx
-
C++ friend 클래스와 함수 :: 열코의 프로그래밍 일기 https://yeolco.tistory.com/116
-
[cpp] friend : 네이버 블로그 https://blog.naver.com/kyed203/220076202389
-
Java Chapter8. 변수(지역변수, 전역변수) https://mirwebma.tistory.com/77
-
3.4 전역변수와 지역변수 | 파이썬 프로그래밍 입문서 (가제) https://python.bakyeono.net/chapter-3-4.html
-
python - 함수 안에서 static 변수를 설정하려면 | HashCode https://has hcode.co.kr/questions/528/%ED%95%A8%EC%88%98-%EC%95%88%EC%97%90%EC%84%9C-static-%EB%B3%80%EC%88%98%EB%A5%BC-%EC%84%A4%EC%A0%95%ED%95%98%EB%A0%A4%EB%A9%B4
-
캐시와 레지스터의 차이가 무엇일까요??? - Easy is Perfect http://melonicedlatte.com/computer/2018/11/07/190754.html
-
개념 정리 - (6) 컴퓨터 구조 편 - brunch https://brunch.co.kr/@toughrogrammer/14
-
로컬 변수를 무조건 stack에 위치시키는 방법 | KLDP https://kldp.org/node/57746
-
Java Volatile 의미 https://thswave.github.io/java/2015/03/08/java-volatile.html
-
신불사 - 신현호라 불리는 사나이 :: register 변수와 volatile 변수 https://onecellboy.tistory.com/34
-
c - Java equivalent of register int? - StackOverflow https://stackoverflow.com/questions/538752/java-equivalent-of-register-int
-
[C언어 with Java] typedef, 타입에 새로운 이름을 부여하자, - 봄ii https://runtoyourdream.tistory.com/236
-
10_메모리 관련 - 핵심만 간단히, Hello World! 파이썬3 https://wikidocs.net/21057
-
C언어 코딩 도장: 79.4 레지스터 변수 사용하기 https://dojang.io/mod/page/view.php?id=804
-
위대한 Python의 Function 알아보기 https://tech.ssut.me/python-functions-are-first-class/
-
The Catcher in the Rye :: volatile 변수의 쓰임 https://zapiro.tistory.com/entry/volatile-%EB%B3%80%EC%88%98%EC%9D%98-%EC%93%B0%EC%9E%84
-
c - What's the meaning of this piece of code? void (*signal(int sig, void (*func)(int)))(int); - StackOverflow https://stackoverflow.com/questions/3706704/whats-the-meaning-of-this-piece-of-code-void-signalint-sig-void-funcin
-
서광열 블로그 :: C/C++ volatile 키워드 https://skyul.tistory.com/337
-
[C] 스택(Stack), 힙(Heap), 데이터(Data)영역 - Development Assemble https://dsnight.tistory.com/50
-
Java :: 자바 메모리 구조 - 2. 힙 영역(Heap Area)과 스택 영역(Stack Area) 비교 - WANZARGEN https://wanzargen.tistory.com/17
-
멀티 쓰레드 프로그램에서 공유 변수는 항상 volatile 로 해야 하나요? https://kldp.org/node/112532
-
What's the difference of the usage of volatile between C/C++ and C#/Java? - StackOverflow https://stackoverflow.com/questions/19923352/whats-the-difference-of-the-usage-of-volatile-between-c-c-and-c-java
-
volatile (computer programming) - Wikipedia https://en.wikipedia.org/wiki/Volatile_(computer_programming)
-
Memory barrier - Wikipedia https://en.wikipedia.org/wiki/Memory_barrier
-
Why is volatile not considered useful in multithreaded C or C++ programming? - StackOverflow https://stackoverflow.com/questions/2484980/why-is-volatile-not-considered-useful-in-multithreaded-c-or-c-programming
-
자바 메모리 관리 - 스택 & 힙 - YABOONG https://yaboong.github.io/java/2018/05/26/java-memory-management/
-
파이썬 메모리 영역 - 오늘은 개발자야 https://armontad-1202.tistory.com/entry/%ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9D%98-%EB%A9%94%EB%AA%A8%EB%A6%AC-%EC%98%81%EC%97%AD
-
데이터 영역과 .bss 영역의 차이 | KLDP https://kldp.org/node/122255
-
c++ - Do .bss section zero initialized variables occupy space in elf file? - StackOverflow https://stackoverflow.com/questions/610682/do-bss-section-zero-initialized-variables-occupy-space-in-elf-file
-
Endianness - Wikipedia https://en.wikipedia.org/wiki/Endianness
-
Reference (computer science) - Wikipedia https://en.wikipedia.org/wiki/Reference_(computer_science)
-
자바에는 포인터가 없다고 들었습니다 | KLDP https://kldp.org/node/70013
'휴지통 > ['19.06-'20.07]프로그래밍101' 카테고리의 다른 글
[프로그래밍] 2.6 자료형[3] - 배열과 리스트(1) (0) | 2019.07.28 |
---|---|
[프로그래밍] 2.5 기본 입출력(2) (0) | 2019.07.15 |
[프로그래밍] 2.4 기본 입출력(1) (0) | 2019.07.14 |
[프로그래밍] 2.3 자료형[2] (0) | 2019.07.08 |
[프로그래밍] 2.2 자료형[1] (0) | 2019.07.05 |