본문 바로가기
반응형

전체 글273

[C#] SharedMemory 사용법 https://cypsw.tistory.com/entry/C-SharedMemory-%EC%82%AC%EC%9A%A9%EB%B2%95 [C#] SharedMemory 사용법 실제 업무에서는 Struct 내부에 데이터를 넣어 SharedMemory 를 통해 프로세스간 데이터를 공유한다. Install class SharedMemory { public void installSharedMemory(string name) { A a; MemoryMappedFile mmf = MemoryMappedFile.CreateNe cypsw.tistory.com 실제 업무에서는 Struct 내부에 데이터를 넣어 SharedMemory 를 통해 프로세스간 데이터를 공유한다. Install class SharedMemory .. 2023. 6. 2.
flutter 프로젝트 안드로이드 apk 파일로 빌드하기 https://gamestory2.tistory.com/215 flutter 프로젝트 안드로이드 apk 파일로 빌드하기 1. 터미널 혹은 커맨드창에서 '빌드하고 싶은 플러터 프로젝트 디렉토리로 이동' ex) cd /Users/lee/flutter/myproject 2. 명령어 flutter build apk --release --target-platform=android-arm64 입력 3. 빌드 경로는 [Project Ford gamestory2.tistory.com 1. 터미널 혹은 커맨드창에서 '빌드하고 싶은 플러터 프로젝트 디렉토리로 이동' ex) cd /Users/lee/flutter/myproject 2. 명령어 flutter build apk --release --target-platform.. 2023. 6. 1.
Stationary vs Non-Stationary https://ktcf.tistory.com/87 Time Series 1: Stationary(정상성) vs. Non-Stationary(비정상성) Time Series(시계열) 시계열 데이터: 시간에 따라 값이 관측되는 데이터. 금융 시계열 데이터로는 대표적으로 주가, 거래량 등이 있다. 시계열 데이터는 일반적으로 i.i.d(identical independent distribution) ktcf.tistory.com https://datalabbit.tistory.com/103 [계량경제학] Stationary와 Non Stationary 안녕하십니까, 간토끼입니다. 이번 포스팅은 시계열 분석에서 매우 중요한 성질 중 하나인 Stationarity(안정성)에 대해 다뤄보도록 하겠습니다. Statio.. 2023. 4. 27.
Joint Probability Density Function https://www.probabilitycourse.com/chapter5/5_2_1_joint_pdf.php Joint Probability Density Function | Joint Continuity | PDF 5.2.1 Joint Probability Density Function (PDF) Here, we will define jointly continuous random variables. Basically, two random variables are jointly continuous if they have a joint probability density function as defined below. Definition Two random variab www.probabilitycou.. 2023. 4. 27.
반응형