SlideShare a Scribd company logo
1
링크드 리스트를 이용한 도서관리프로그램
27기 김난희
2
구조체를 이용하여 멤버를
선언하고 데이터를 구성함
구조체
함수를 이용하여 main문안에
각각 실행할 것들을 실행함
함수 이용
내부는 switch문으로
도서검색, 삽입, 삭제,
정렬, 출력, 종료를 실행함
Main문
각각 데이터에 접근하고
입력, 삭제 등을 하기 위해
포인터, 리스트, 동적 할당
등 을 이용
THE OTHERS
S M
F O
링크드 리스트를 이용한 도서관리 프로그램
전체적인 결과
링크드 리스트를 이용한 도서관리 프로그램
3구조체 함수 이용Main문
F
전체적인 결과
링크드 리스트를 이용한 도서관리 프로그램
1 구조체
2 Main문
3 함수 이용
THE OTHERS
4
OUR TEAMPRESENTED BY SLIDEDIZER COMPANY
구조체 선언
4
5
DIAGRAMAS
AND PROCESS
PRESENTED BY SLIDEDIZER COMPANY
함수 선언
5
6
OUR SERVICESPRESENTED BY SLIDEDIZER COMPANY
MAIN문
6
7
ABOUT USPRESENTED BY SLIDEDIZER COMPANY
MAIN문의
SWITCH문
7
8
DIAGRAMAS
AND PROCESS
PRESENTED BY SLIDEDIZER COMPANY
도서 삽입 함수
INPUT();
8
9
CONTACT USPRESENTED BY SLIDEDIZER COMPANY
도서 출력 함수
PRINT();
9
10
STATISTICS
AND REPORTS
PRESENTED BY SLIDEDIZER COMPANY
도서 검색 함수
SEARCH();
10
11
OUR RECENT
PORTFOLIO
PRESENTED BY SLIDEDIZER COMPANY
도서 삭제 함수
DELETE();
11
12
OUR RECENT
PORTFOLIO
PRESENTED BY SLIDEDIZER COMPANY
도서 삭제 함수
DELETE();
12
13
THANKS FOR
COMINGPRESENTED BY SLIDEDIZER COMPANY
도서 정렬 함수
SORT();
13
14
감사합니다!!

More Related Content

More from Nanhee Kim

My dream(ver2016)(nanheekim)
My dream(ver2016)(nanheekim)My dream(ver2016)(nanheekim)
My dream(ver2016)(nanheekim)
Nanhee Kim
 
Control led using relay module and transistor(nanheekim)
Control led using relay module and transistor(nanheekim)Control led using relay module and transistor(nanheekim)
Control led using relay module and transistor(nanheekim)
Nanhee Kim
 
Creating text to talk active image(nanheekim)
Creating text to talk active image(nanheekim)Creating text to talk active image(nanheekim)
Creating text to talk active image(nanheekim)
Nanhee Kim
 
Searching algorithm(nanheekim)
Searching algorithm(nanheekim)Searching algorithm(nanheekim)
Searching algorithm(nanheekim)
Nanhee Kim
 
Transfer learning of model alexnet for image classification to matlab(nanheekim)
Transfer learning of model alexnet for image classification to matlab(nanheekim)Transfer learning of model alexnet for image classification to matlab(nanheekim)
Transfer learning of model alexnet for image classification to matlab(nanheekim)
Nanhee Kim
 
Digital clock using 7segment(nanheekim)
Digital clock using 7segment(nanheekim)Digital clock using 7segment(nanheekim)
Digital clock using 7segment(nanheekim)
Nanhee Kim
 
Seminar 2legs robots(nanheekim)
Seminar 2legs robots(nanheekim)Seminar 2legs robots(nanheekim)
Seminar 2legs robots(nanheekim)
Nanhee Kim
 
Imu sensor(nanhee_kim)
Imu sensor(nanhee_kim)Imu sensor(nanhee_kim)
Imu sensor(nanhee_kim)
Nanhee Kim
 

More from Nanhee Kim (8)

My dream(ver2016)(nanheekim)
My dream(ver2016)(nanheekim)My dream(ver2016)(nanheekim)
My dream(ver2016)(nanheekim)
 
Control led using relay module and transistor(nanheekim)
Control led using relay module and transistor(nanheekim)Control led using relay module and transistor(nanheekim)
Control led using relay module and transistor(nanheekim)
 
Creating text to talk active image(nanheekim)
Creating text to talk active image(nanheekim)Creating text to talk active image(nanheekim)
Creating text to talk active image(nanheekim)
 
Searching algorithm(nanheekim)
Searching algorithm(nanheekim)Searching algorithm(nanheekim)
Searching algorithm(nanheekim)
 
Transfer learning of model alexnet for image classification to matlab(nanheekim)
Transfer learning of model alexnet for image classification to matlab(nanheekim)Transfer learning of model alexnet for image classification to matlab(nanheekim)
Transfer learning of model alexnet for image classification to matlab(nanheekim)
 
Digital clock using 7segment(nanheekim)
Digital clock using 7segment(nanheekim)Digital clock using 7segment(nanheekim)
Digital clock using 7segment(nanheekim)
 
Seminar 2legs robots(nanheekim)
Seminar 2legs robots(nanheekim)Seminar 2legs robots(nanheekim)
Seminar 2legs robots(nanheekim)
 
Imu sensor(nanhee_kim)
Imu sensor(nanhee_kim)Imu sensor(nanhee_kim)
Imu sensor(nanhee_kim)
 

Book management system(nanheekim)