• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 79건

미로찾기.exe 미로찾기.ilk 미로찾기.obj 미로찾기.pch 미로찾기.pdb 미로찾기.c 미로찾기.cpp 미로찾기.dsp 미로찾기.dsw 미로찾기.ncb 미로찾기.opt 미로찾기.plg 구현한 함수 1.스택 과 우선법(right hand on wall),좌선법(left hand on wall) 2.중
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2011.07.11
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
#include<stdio.h> #include<time.h> #include<stdlib.h> #include <windows.h> #include<string.h> #include<conio.h> #define bool int enum Colors { blue = 9, yellowgreen, sky, red, pink, yellow, white }; void gotoxy(int x, int y)//내가 원하는 위치로 커서
  • 페이지 10페이지
  • 가격 2,000원
  • 등록일 2017.12.10
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
if(position==2)//위로 이동 { direction=m_Map.Sensing(); if(direction==4)//아래 {m_Map.MoveDown(); position=4, j--; } else if(direction==6)//아래 오른쪽 {m_Map.MoveRight(); position=1, i++; } else if(direction==5)//아래 왼쪽 {m_Map.MoveLeft(); position=3, i--; } else if(direction==7)//아래 왼쪽 오
  • 페이지 8페이지
  • 가격 3,000원
  • 등록일 2010.03.05
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
include <stdio.h> #include <stdlib.h> #define MAX_STACK_SIZE 60 #define TRUE 1 #define FALSE 0 #define SIZE 12 typedef struct{ int row; int col; int dir; } element; element stack[MAX_STACK_SIZE]; element position; typedef struct{ int vert; int horiz; } offs
  • 페이지 3페이지
  • 가격 700원
  • 등록일 2010.06.01
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
row ; int col ; }; //좌표에 대한 구조체를 정의 struct maze_info{ int nrow ; //미로의 열 크기 int ncol ; //미로의 행 크기 char *maze ; //미로를 저장할 동적 메모리 주소 int srow ; //입구의 열 좌표 
  • 페이지 10페이지
  • 가격 1,000원
  • 등록일 2005.12.27
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top