|
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define NAME_SIZE 10
typedef struct tree_node *tree_pointer;
typedef struct tree_node {
int Key; // 학번
char Name[NAME_SIZE]; // 이름
tree_pointer left;
tree_pointer right;
}tree_node;
void insertToBT(tree_po
|
- 페이지 50페이지
- 가격 5,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
// PriorityQueue.h
#define MAX_ELEMENTS 200
#define TRUE 1
#define FALSE 0
typedef int boolean;
typedef char element;
typedef struct _Queue
{
element qArr[MAX_ELEMENTS]; // heap의배열
int qCount;// heap의원소수
} Queue; 1주 - Real Number Representation
2주 - Magic Square
3주 - Basic
|
- 페이지 19페이지
- 가격 2,000원
- 등록일 2010.05.24
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <iostream>
#include <iomanip>
#define MAX_SIZE 100// Array의최대크기
using namespace std;
//DisjointSets의클래스
class DisjointSets
{
private:
int Parent[MAX_SIZE];// DisjointSets을표현할Array
int Size; // Array size : Array의size를입력받는다.
public:
Disjoi
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
컴퓨터를 통한 수업과 학습, 교육진흥, 1990
◈ 민영순, 교육심리학, 서울 : 문음사, 1994
◈ 박헌미, 수업담당교사가 개발한 CAI 적용 수업과 강의식 수업과의 학업 성취도 비교 연구, 석사학위논문, 충남대 교육대학원, 1996
◈ 백영균, 학습용 소
|
- 페이지 9페이지
- 가격 5,000원
- 등록일 2011.05.18
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
computer use: Some comments on addictive use of the I-nternet by Young. Psychology Reports, 80. 81-82.
Maddi,S.R., Kobasa, S.C.,& Hoover, M.(1979). An Alienation Test. Journal of Humanistic Psychology, 19. 73-76
Page,J.D.(1947). Abnormal psychology. New Delhi: TATA McGraw-Hill. Publishing-Co.
Seem
|
- 페이지 19페이지
- 가격 2,900원
- 등록일 2007.02.13
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|