|
cgiEnvironmentResultType;
extern cgiEnvironmentResultType cgiWriteEnvironment(char *filename);
extern cgiEnvironmentResultType cgiReadEnvironment(char *filename);
extern int cgiMain();
#endif /* CGI_C */ ● 목적
● 실행환경
● 실행화면
● 소스
|
- 페이지 37페이지
- 가격 800원
- 등록일 2007.04.12
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
P(x) = 20X(30) + 20X(2) -5X(1) + 10 , Q(x) = 3X(4) + 4X(2) - 8
④ P(x)=20X(30)+2X(5)-5X(4)+10X(2)+9X+1 ,Q(x)=3X(6)+4X(5)-8X(4)+20X(2)+10X+20
⑤ P(x)=20X(5)+2X(4)+11X(2)+5X-9 ,Q(x)=3X(6)+4X(5)-8X(4)+15 1. 문제기술
2. 입출력의 예
3. 문제풀이방법
4. 소스프로그램
5. 수행의 예
|
- 페이지 8페이지
- 가격 1,300원
- 등록일 2007.01.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c;
int LOOP=START;
int OtherPlayer;
if(Player == PLAYER1) {
OtherPlayer = PLAYER2;
} else {
OtherPlayer = PLAYER1;
}
while(LOOP!=END){
c = getch();
switch(c)
{
case RIGHT:
x=x+1;
if(x >= MAPSIZE) x=x-1;
gotoxy(x,y);
break;
case LEFT:
x=x-1;
if(x < 0 ) x=x+1;
gotoxy(x,y);
break;
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2006.12.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
C를 출력하고 switch문 탈출
printf("you grade is C\n");
break;
default : //아무것도 해당되지 않으면 F를 출력
printf("you grade is F\n");
}
}
input your score:90
you grade is A
Press any key to continue
78)
//tree구현 알고리즘//
#include <stdio.h>
#define NULL 0
struct tree {
int value;
|
- 페이지 42페이지
- 가격 3,000원
- 등록일 2006.12.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
, *n5, *n6;
n1 = (tnode_str*)malloc(sizeof(tnode_str));
n2 = (tnode_str*)malloc(sizeof(tnode_str));
n3 = (tnode_str*)malloc(sizeof(tnode_str));
n4 = (tnode_str*)malloc(sizeof(tnode_str));
n5 = (tnode_str*)malloc(sizeof(tnode_str));
n6 = (tnode_str*)malloc(sizeof(tnode_str));
n1->data = 10;
n1->
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2004.11.28
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
t++;
continue;
}
if(count > 0 || a == 1)
printf("%d 의 %d승\n", i, count);
count = 0;
}
return 0;
}
|
- 페이지 1페이지
- 가격 300원
- 등록일 2004.04.08
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
t1-t);
if (lastk%500 == 0) printf("\n");
}
flower() {
printf(" *************************************\n");
printf(" * PI *\n");
printf(" *************************************\n\n");
printf(" 3.");
}
|
- 페이지 2페이지
- 가격 700원
- 등록일 2002.09.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
ur) == L) {
while(priority(peer().what,cur) == L)
post[p_posi++] = pop();
if(priority(peer().what,cur) == E)
post[p_posi++] = pop();
added(in[i_posi]);
}
else return -1;
}
post[p_posi].what = END;
post[p_posi].value= 0;
return 0;
}
//priority
int priority(int left,int right)
{
int table[8][8] = {
{N
|
- 페이지 12페이지
- 가격 2,300원
- 등록일 2002.09.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <conio.h>
/* 테트리스 */
#include <time.h>
#include <windows.h>
#define FALSE 0
#define TRUE 1
#define ESC 0x001b
#define UP 0x48
#define DOWN 0x50
#define RIGHT 0x4d
#define LEFT 0x4b
#define SPC 0x20
#define WIDTH 10
|
- 페이지 11페이지
- 가격 3,000원
- 등록일 2004.11.15
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C언어 링크드리스트(Linked-List)프로그램 소스코드입니다.
|
- 페이지 1페이지
- 가격 1,500원
- 등록일 2018.11.26
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|