코딩Coding/기타Coding용어
-
래퍼Wrapper 개념코딩Coding/기타Coding용어 2022. 2. 23. 15:53
https://eehoeskrap.tistory.com/m/177 Wrapper 개념 참고자료 1 : http://tip.daum.net/question/175446 참고자료 2 : 래퍼클래스 네이버 블로그 공부를 하다보니 라이브러리를 쓰려는데 Wrapper 개념이 나와서 정리해두려고 한다. 어떤 카테고리에 넣을지 고민 eehoeskrap.tistory.com 래퍼Wrapper 개념 https://pinelover.tistory.com/187 wrapper란? wrapper의 사전적 의미는 '(특히 식품) 포장지'라는 뜻입니다. 여기서 래퍼 클래스는 기본 자료형(primitive data types)에 대한 클래스 표현을 래퍼 클래스(wrapper classes)라고 합니다. 기본 자료형에 대해 pine..
-
[In computer programming]BSS{the block starting symbol (abbreviated to .bss or bss) }코딩Coding/기타Coding용어 2022. 2. 5. 21:57
https://en.wikipedia.org/wiki/.bss .bss - Wikipedia In computer programming, the block starting symbol (abbreviated to .bss or bss) is the portion of an object file, executable, or assembly language code that contains statically allocated variables that are declared but have not been assigned a value yet. I en.wikipedia.org
-
[IEEE 754]±0 등의 수와 무한, NaN 등의 기호를 표시하는 법& 이러한 수에 대한 연산을 정의코딩Coding/기타Coding용어 2022. 2. 3. 18:58
https://ko.m.wikipedia.org/wiki/IEEE_754 IEEE 754 - 위키백과, 우리 모두의 백과사전 IEEE 754는 IEEE에서 개발한 컴퓨터에서 부동소수점을 표현하는 가장 널리 쓰이는 표준이다. ±0 등의 수와 무한, NaN 등의 기호를 표시하는 법과 이러한 수에 대한 연산을 정의하고 있다. 가장 최신 ko.m.wikipedia.org IEEE 754 ±0 등의 수와 무한, NaN 등의 기호를 표시하는 법과 이러한 수에 대한 연산을 정의
-
DevOps란?-스크럼(Scrum), 칸반(Kanban) 및 애자일(Agile)이해하기코딩Coding/기타Coding용어 2022. 2. 1. 10:17
DevOps란? https://www.netapp.com/ko/devops-solutions/what-is-devops/ 데브옵스(DevOps)란? | NetApp NetApp과 함께 애플리케이션 개발, 소프트웨어 기능 개선 또는 제품 릴리즈 주기 단축을 위한 프레임워크 데브옵스(DevOps)에 대해 자세히 알아보세요. www.netapp.com 조직에서 개발 및 제품 출시의 속도와 향상을 위해 사용할 수 있는 몇 가지 일반적인 DevOps 방법이 있습니다. 이러한 방법은 소프트웨어 개발 방법론 및 모범 사례의 형식을 사용합니다. 가장 많이 사용되는 방법은 스크럼(Scrum) 칸반(Kanban) 애자일(Agile)
-
Two's complement(2의 보수코딩Coding/기타Coding용어 2021. 5. 10. 00:51
Two's complement 2의 보수(--補數, 영어: two's complement)란 어떤 수를 커다란 2의 제곱수에서 빼서 얻은 이진수이다. https://www.google.com/search?q=two%20complementtwo complement - Google 검색In two's complement form, a negative number is the 2's complement of its positive number with the subtraction of two numbers being A – B = A + ( 2's complement ... +8510 as a 8-bit number: ⇒ +2310 as a 6-bit number: ⇒www.google.com