블로그
- variable length parameter ( c ! = END_STR ) { c = *(arg+i); if( c == '%' ) { i++; c= *(arg+i); switch(c) { case 'd': case 'D': case '
- WINVER or _WIN32_WINNT Setting WINVER or _WIN32_WINNTYou can define these symbols by using the #define statement in each source file, or by specifying the /D compiler option supported by Visual C++.
- 2013년 4월 18일 오후 4시 43분에 저장한 글입니다. 실습) 2차월 배열 아래와 같이 초기화/출력 j i 0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 30 31 32 33 34 #include #define R 4 #define c 5 void main(){ int a[R][C]; int i,j; for(i=0;i
- 3월 8일 실습내용 #include #define PI 3.14 int main(void) { int a; double c; printf("각도 입력 : "); scanf("%d", &a); c , &ch); b = ch-32; printf("코드값 : %d\n", ch); printf("코드값 : %c\n", b); }
- [그래픽]시어핀스키 삼각형을 그려주는 프로그램 sierpinski.cpp본문요약 #include #include #include #define ROUND(x) (int)(x+0.5) #define MAX 500 int imageArray ; int k, p; FILE *fp; Point2D vertice[3]; Point2D tmp; char fn[20]; for(i=0;i for(j=0;j for(c=0;c 목차
- c/cpp 소스에서 로그 출력하기 안드로이드의 c/cpp 소스에 보면 LOGV로 출력하는 코드를볼수 있는데 이 부분은 컴파일 타임에 제거된다. #define LOG_NDEBUG 0 을 디파인하면 된다. (대부분 주석처리되어 있어서 풀면된다.)
- 대역외 통신 - CDROM 핸들링 *\/ */ /* #define CDROMEJECT 0x5309 /\* Ejects the cdrom media *\/ */ /* #define CDROMCLOSETRAY 0x5319 /\* pendant of CDROMEJECT *\/ */ int main(int argc, c.......
- [u-boot] 디렉토리별 역할과 config file flash 관련 코드, flash_init() 함수등등) ==> lowlevel_init.s (board와 밀접한 mmu, uart와 같은 세팅 등등) ==> smdk6410.c (board initial code) ==> smdk6410_val.h (이와 관련된 define) ==> u-boot.lds (code 배치를 위한 link script
- End-to-end security in SOA > EXPERT RESPONSE To answer this, first let me define what I mean by end-to-end security. Let me use an example where A passes a message to B which passes a message to C.
← 이전
2 페이지