임베디드
-
핸드폰 단말에 ADB 연결하는 방법임베디드 2021. 2. 28. 19:23
1. m.blog.naver.com/PostView.nhn?blogId=searphiel9&logNo=221366347325&proxyReferer=https%3A%2F%2Fwww.google.com%2F Android ADB 가지고 놀기 안드로이드 관련해서 이것저것 건들이다보면 자연스럽게 우리가 만질 수 밖에 없는 것이 있습니다. 바로 안... blog.naver.com 2. liveyourit.tistory.com/151 adb를 사용한 실제 단말기와 PC 연결, shell 접속 adb는 PC에서 안드로이드 쉘을 이용하기 위해 필요한 툴이다. 이 adb를 사용해 실제 단말기(갤럭시S10e)와 PC를 연결해보자. SDK(Software Development Kit) 설치 adb를 사용하기 위해서는 먼저..
-
동기화를 위한 Peterson 알고리즘임베디드 2020. 12. 6. 19:01
Peterson 알고리즘 설명 : dailyheumsi.tistory.com/132 빽 투더 기본기 [OS 4편]. 동기화와 Peterson' 알고리즈 이 글에서는 운영체제의 기초가 되는, Synchronization(동기화) 에 대해 정리해본다. 1. 동기화(Synchronization) 의 필요성 1.1. Shared data 와 Data inconsistency 먼저 동기화(Synchronization) 는 멀티 프로.. dailyheumsi.tistory.com Peterson 알고리즘 전에 solution 1과 solution 2는 어떤 문제가 있는지 잘 설명: velog.io/@chy0428/OS-%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%..
-
-
Compiler 관련 링크임베디드/하드웨어 2019. 12. 15. 19:14
how compiler interpret variables 검색 결과 https://softwareengineering.stackexchange.com/questions/355059/how-are-variables-stored-in-a-language-compiler-or-interpreter How are variables stored in a language compiler or interpreter? Say we set a variable in Python. five = 5 Boom. What I'm wondering is, how is this stored? Does the compiler or interpreter just put it in a variable like so? varname = ..
-
C언어 고급 포인터 관련 링크임베디드/하드웨어 2019. 12. 15. 19:04
how array works in c 검색해서 나온 how do arrays work internally in c/c++ https://stackoverflow.com/questions/19370231/how-do-arrays-work-internally-in-c-c how do arrays work internally in c/c++ I was wondering how do arrays work in c. I end up with an hypothesis and I'd like to know if I am right or not. We know arrays are a sequence of adjacent memory cases(boxes), where each box has th... stackover..
-
-
-