블로그
-
2022. 05. 07. Dimensional approaches of quantum mechanics and super-string theory.
Super-String Theory According to string theory, the smallest unit that composes the universe is a one-dimensional If the minimum unit that composes everything in the universe is a one-dimensional string, only the zero-dimensional
blog.naver.com · 2022.09.27
-
2022. 05. 21. Dimensional approaches of quantum mechanics and super-string theory, KIM DAE SEONG
Dimensional approaches of quantum mechanics and super-string theory, KIM DAE SEONG Before we go in I Nevertheless, the reason for writing this is that both quantum mechanics and super-string theory are
blog.naver.com · 2022.10.11
-
2022. 05. 15. Dimensional approaches of quantum mechanics and super-string theory.
This is because what we can see is limited to those of us who live in a 3.5-dimensional world. Quantum mechanics and string theory can be explained mathematically, but they have the limit of not being
blog.naver.com · 2022.10.05
-
2022. 05. 08. Dimensional approaches of quantum mechanics and super-string theory.
point 9 In addition, in order to know whether the smallest unit constituting the universe is a one-dimensional string, research on protons and neutrons that make up the nucleus of an atom must be conducted.
blog.naver.com · 2022.09.28
-
2022. 04. 03. Dimensional approaches of quantum mechanics and super-string theory
person tries to write under the theme of "the Dimensional approaches of quantum mechanics and super-string Nevertheless, the reason for writing this is that both quantum mechanics and super-string theory are
blog.naver.com · 2022.08.24
-
[java] 날짜 형식 검사 GenericValidator.isDate
아래 코드 참고 설명 boolean org.apache.commons.validator.GenericValidator.isDate(String value, String datePattern The setLenient method is set to false for all.
blog.naver.com · 2022.05.03
-
[예시] java 기본법 (11) Exception
package Basic_STD; public class Main_Login { // 실행예외 (Runtime Exception) public static void main(String [] args) { // NullPointerException String str = null; str.equals("Value"); } } 결과 Exception in thread
blog.naver.com · 2020.11.10
-
Python - Data streams
- input("string") : allows us to prompt the user for a certain value that we can then use for our scripts - If the input value is the integer, use int in front of the input - I/O streams are the basic mechanism
blog.naver.com · 2020.08.01
-
Python - Regular expressions
* regular expression : also known as regex or regexp, is essentially a search query for text that's expressed by string pattern.
blog.naver.com · 2020.07.23
-
2020 06 28 프로젝트 마무리
CreateAccountPanel")] public InputField New_ID_InputField; public InputField New_PW_InputField; public string LoginUrl; // Start is called before the first frame update void Start() { LoginUrl = @&quo......
blog.naver.com · 2020.06.28