로그인
 
회원가입
파트너스
자료등록
다시받기
장바구니
코인충전
레포트
/서평
/실습
일지
방송통신
과제물
방통대
자소서
/면접
/학업
계획서
자격증/
시험
/서식
/기타
◀
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
본 문서의
미리보기는
15 Pg 까지만
가능합니다.
▶
클릭 : 크게보기
1
2
3
4
5
6
7
8
9
10
본 문서의
(큰 이미지)
미리보기는
10 Page 까지만
가능합니다.
더블클릭 : 닫기
X 닫기
좌우이동 : 드래그
자료구조프로젝트
레포트
>
기타
인쇄
바로가기
즐겨찾기
키보드를 눌러주세요
( Ctrl + D )
링크복사
링크주소가 복사 되었습니다.
원하는 곳에 붙혀넣기 하세요
( Ctrl + V )
공유
파일
자료구조프로젝트.hwp
[Size : 15 Kbyte ]
분량
15
Page
가격
1,000
원
×
링크주소가 복사 되었습니다.
원하는 곳에 붙혀넣기 하세요
카트
다운
받기
네이버 ID로
다운 받기
카카오 ID로
다운 받기
구글 ID로
다운 받기
페이스북
ID로
다운 받기
뒤로
본문/내용
프로그램 #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[]); void selec…
…
(보관된 자료가 없습니다)
📝 Regist Info
I D : inhr*******
Date
: 2014-03-21
FileNo
: 16098432
Cart