|
5);
gotoxy(count,1);
printf(\"%d\",t=t-10);
gotoxy(count++,5);
putchar(25);
for(i=0; i<8; i++)
{
for(j=0; j<4; j++)
{
gotoxy(count++,5);
putchar(5);
}
gotoxy(count,1);
printf(\"%d\",t=t-10);
gotoxy(count++,5);
putchar(25);
}
gotoxy(count++,5);
putchar(5);
gotoxy(count++,5);
putchar(5);
gotoxy(
|
- 페이지 39페이지
- 가격 3,000원
- 등록일 2011.11.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
없음
|
- 페이지 41페이지
- 가격 1,500원
- 등록일 2011.11.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
)
break;
}
}
bool existZero(int aBoard[rowMax][colMax])
{
for (int i = 0; i < row; i++)
for (int j = 0; j < col; j++)
if (aBoard[i][j] == 0)
return true;
return false;
}
void printResult()
{
cout << \"\\n각 타일에 이동한 횟수 : \\n\\n\";
for (int i = 0; i < row; i++)
{
|
- 페이지 3페이지
- 가격 1,500원
- 등록일 2007.11.21
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include<stdio.h>
#include<math.h>
#include<time.h>
#include<string.h>
#include<stdlib.h>
#define LOOP 10
#define MAX 1000
int d, e, n, count, index, count1;
int data[MAX], list1[MAX], list2[MAX];
int seq_srch(int data[], int k);
int selection_sort(int l
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#define LOOP 10
#define DATA 1000
int data[DATA];
int selection_sort(int data[]);
void main() {
int i, j, count, sum=0, avg=0;
for(i=0; i<LOOP; i++) {
|
- 페이지 1페이지
- 가격 800원
- 등록일 2012.07.08
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
mazeeasy.c
#include <stdio.h>
#include <stdlib.h>
#define Last_ver 12
#define Last_hor 15
#define Max_SIZE 180
typedef struct{
int ver;
int hor;
int num;} sect;
int maze[14][17] = {
{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
{1,0,1,0,0,0,1,1,0,0,0,1,1,1,1,1,1},
{1,1,
|
- 페이지 13페이지
- 가격 2,000원
- 등록일 2011.10.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
while(1)
{
printf("1~100 사이 수를 입력하세요.\n");
scanf("%d",&n);
if(n < 1 || n > Max_SIZE)
printf("요구하는 수가 아닙니다.\n");
else
break;
} 정렬
이원탐색
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2011.10.20
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
삽입
printf(\"삽일할 데이타를 입력하세요 : \");
scanf(\"%d\", &item);
printf(\"\\n\");
number=search_frontnumber(ptr, item);
node_pointer frontnode=search_frontnode(ptr, number);
insert(ptr, frontnode, item);
print_listup(ptr);
printf(\"\\n\");
//리스트 삭제
printf(\"삭제할 데이타를 입력하
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2007.04.14
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
부족하다는 것을 느끼고 있다. 게다가 이 과목이 쉬운 것은 아니라고 생각한다. 그래서 남들보다 더 열심히 하는 중이고
열심히 하는 만큼 자료구조를 더 완벽히 알아가고 싶다. 프로그래밍 소스(연결리스트 이용한 스케줄 프로그램)
|
- 페이지 10페이지
- 가격 1,500원
- 등록일 2011.04.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
리스트의 사용
③ 다항식 입력 받기
④ 항 생성하기
⑤ 다항식의 덧셈 / 뺄셈 기능 구현
⑥ 다항식의 단항곱셈 기능 sMultPoly(c,e)
⑦ 다항식의 다항곱셈 기능
⑧ 다항식의 출력
⑨ 다항식의 계산 (evaluate)
3. 프로그래밍 소스
4. 결과화면
|
- 페이지 25페이지
- 가격 3,000원
- 등록일 2009.10.20
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|