|
Overview of Functions and Subroutines
Function Declarations
Declaring Object-Level Functions
Using the Function Painter to Define Global Functions
Declaring User EventsFunctions perform processing and return a value
Subroutines do not return a value
PowerBuilder provides a set of built-in func
|
- 페이지 16페이지
- 가격 2,300원
- 등록일 2002.12.08
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Declarations
A. Main functions
B. Game main functions
C. How to play functions
D. Quit the game functions
3. Main function
4. User Defined function
A. Main functions
B. Game main functions
C. How to play functions
D. Q
|
- 페이지 36페이지
- 가격 3,000원
- 등록일 2008.06.02
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Declarations and Global Variables
include the header file <cthreads.h>
identify the parent thread
search function에서 child threads와 구별을 위함.
mutual exclusion lock 필요
file_lock - file의 list를 가리키는 files변수에 동시 접근을 보호.
stdio_lock - standard I/O function에 acce
|
- 페이지 22페이지
- 가격 1,500원
- 등록일 2003.12.23
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
functions
//{{AFX_MSG(CKdlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif //
!defined(AFX_KDLG_H__C81F346A_D9D4_4ABD_B47
|
- 페이지 18페이지
- 가격 2,000원
- 등록일 2004.09.23
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
functions
//{{AFX_MSG(CContDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif //
!defined(AFX_CONTDLG_H__3D49ADE4_57E9_45
|
- 페이지 23페이지
- 가격 3,000원
- 등록일 2004.09.23
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|