일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Service
- Android
- alarmanager
- workmanager
- 빈
- livedatam
- shceduler
- firebase
- Job
- Library
- schedule
- Background
- PHP
- epmty
- jobdispatcher
- 검사
- jobschduler
- Today
- Total
에몽이
call semanticcaller의 현재 상태를 저장함파라미터를 넘겨줌callee에게 return 주소를 줌called로 컨트롤을 넘겨줌return sematicpass by result이면 해당하는 파라미터에게 현재값을 넘겨줌functionㅇ라면 caller가 값을 가질 수있또록 functinal value를 설정함caller에 현재 상태를 복구함컨트롤을 넘겨줌caller action on revised semantic현재 진행중인 기록물을ㅇ 남겨둠현재 상태를 저장함파라미터를 계산함주소를 callee에게 넘겨줌컨트롤을 넘겨줌dynamic chaindynamic link의 모음
subprogramming의 기초각 subprogramming은 하나의 입구가 있따.섭 프로그램이 실행되는 동안은 caller가 중지된다섭 프로그램이 종료되면 무언가를 return한다기초subprogramming definition:인터페이스와 행동으로 되어있음formal parameter:섭 프로그램의 헤더에 써있는 더미들, default 값을 설정 할 수 actual parameter:호출되면 사용되는 실제 값, 구분은 position 으로 함/키워드로도 할 수 있음model of parameter parssingin mode: caller 가 calle에게 call값을 줌out mode:clee가 caller에게 return 값을 줌in out mode: 둘다 하는거 pass by value 실제 ..