자료구조프로젝트
리포트 > 공학/기술
자료구조프로젝트
한글
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
....
공학, 기술
[c언어]c언어 기초ppt [한국전자기술연구원 자기소개서] 사업기획·기..
[프로젝트학습법] 프로젝트학습의 의미와 가치 프로젝트기획
프로젝트기획 한화엔진 프로젝트 엔지니어링(Project Enginee..
(A+ 레포트) 유아교육- 프로젝트 접근법의 이론.. 프로젝트 접근법
프로젝트메니저먼트-프로젝트메니지먼트-프로젝트 [조직구조의 유형] 직계식 조직구조, 기능식 조..
[프로젝트계획] 프로젝트 계획의 의의(개념)와 .. 2026 HD현대일렉트릭 구조설계 합격 자기소개서..
2026 대한전선 [프로젝트관리] 자기소개서 지원.. [A+ 레포트, 유아교육] 프로젝트 접근법
 
[실험보고서] 단진자 운동 측정
반도체 공통 용어집
물리학 실험 보고서 - 관성모..
화학실험 - 비타민 C의 정량
결과 - 요오드 적정법
RC 저역통과 및 고역통과 필터