자료구조프로젝트
리포트 > 공학/기술
자료구조프로젝트
한글
2011.03.11
15페이지
1. 자료구조프로젝트.hwp
2. 자료구조프로젝트.pdf
자료구조프로젝트
프로그램

#include
#include
#include

#define LINE_MAX 256 /* Max: 255 characters per line */
#define WORD_MAX 20
#define TOP_SINGLE_MAX 20
#define TOP_PAIR_MAX 20

typedef struct list_single *list_single_ptr;
typedef struct list_pair *list_pair_ptr;

typedef struct list_pair {
char str[WORD_MAX];
int pair_freq;
list_pair_ptr plink;
}list_pair_node;

typedef struct list_single {
char str[WORD_MAX];
int single_freq;
list_single_ptr slink;
list_pair_ptr plink;
}list_single_node;

typedef struct {
char str[WORD_MAX];
int freq;
}single;

typedef struct {
char prestr[WORD_MAX];
char poststr[WORD_MAX];
int freq;
}pair;

void cut_special_ch (char st[]);
void cut_one_ch(char st[]);
void make_pair_list(list_single_ptr head,char preword[],char word[]);
void make_single_list(list_single_ptr head,char preword[], char word[]);
void count_freq (list_single_ptr head,char st
....
공학, 기술
[프로젝트학습법] 프로젝트학습의 의미와 가치 프로젝트기획
프로젝트기획 [프로젝트계획] 프로젝트 계획의 의의(개념)와 ..
사회복지조직 구조의 유형(계층제조직, 프로젝.. 조직구조와 유형(위원회조직, 프로젝트조직, 사..
(A+ 레포트) 유아교육- 프로젝트 접근법의 이론.. [기업의 경영조직구조 형태] 애드호크라시, 매..
프로젝트 접근법 [c언어]c언어 기초ppt
프로젝트메니저먼트-프로젝트메니지먼트-프로젝트 [조직구조의 유형] 직계식 조직구조, 기능식 조..
[A+ 레포트, 유아교육] 프로젝트 접근법 프로젝트 스펙트럼
 
산업안전기사 산업기사 요점정..
이동식 크레인을 사용한 안전..
용접의 종류에 대해서
[자동차 공학] 엔진 분해 및 ..
[기계공작법] 자전거 프레임 ..
분류기 배율기