자료구조프로젝트
리포트 > 공학/기술
자료구조프로젝트
한글
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+ 레포트) 유아교육- 프로젝트 접근법의 이론..
조직구조와 유형(위원회조직, 프로젝트조직, 사.. 프로젝트 접근법
[기업의 경영조직구조 형태] 애드호크라시, 매.. 프로젝트메니저먼트-프로젝트메니지먼트-프로젝트
[조직구조의 유형] 직계식 조직구조, 기능식 조.. [조직구조의 형태] 라인조직, 기능식 조직, 라..
경영조직론상 프로젝트 조직1 현대경영조직구조(네트워크조직, 하이퍼텍스트..
 
수준측량 보고서
기본측량학실습 - 수준측량
공조설비설계 물량산출-덕트
물리학 실험 - 당구의 역학[충..
공학윤리 - 공학에서의 책임
공학윤리 사례 분석