1 / 11

소프트웨어 프로젝트 1

소프트웨어 프로젝트 1. 프로젝트 주제발표 피바다 (A6) – 07` 문희대 , 06` 손진혁 , 07` 조기수 , 07` 임홍석. 순서. 프로젝트 소개 - 선정과정 - 전반적인 기능 프로젝트의 목적 개발환경 - System Architecture 참고 문헌 - 논문 , 참고 문헌 , Web Site. 프로젝트 선정과정. main(). 1. C 언어 source File(*.c ) main 함수의 Flow Chart 를 보여주는 프로그램. int i, sum=0;. i++.

jin
Download Presentation

소프트웨어 프로젝트 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 소프트웨어 프로젝트 1 프로젝트 주제발표 피바다(A6) – 07` 문희대, 06` 손진혁, 07` 조기수, 07` 임홍석

  2. 순서 • 프로젝트 소개- 선정과정- 전반적인 기능 • 프로젝트의 목적 • 개발환경- System Architecture • 참고 문헌- 논문, 참고 문헌, Web Site

  3. 프로젝트 선정과정 main() 1. C언어 source File(*.c )main 함수의 Flow Chart를 보여주는 프로그램 int i, sum=0; i++ i <= 100 sum = sum + i; printf(sum)

  4. 프로젝트 선정과정 2. Android 동영상 Player 기존 Application과 차별화 추가할 기능 • - 구간 반복 • 다양한 코덱지원 • 화면 캡쳐 • Mp3 등 음악파일 지원 현재 Android에서 지원하는 동영상 플레이어

  5. 프로젝트 선정과정 3. USB Locker 과제, 개인자료, 공인인증서 등등 분실! 개인 정보 유출!

  6. 선정 프로젝트 폴더 미리보기 프로그램

  7. 선정 프로젝트 추가 사항 (실행 파일에도 확대 예정) 이미지 파일 (jpg, png, gif 등) 문서파일 (txt, hwp, doc 등)

  8. 프로젝트의 목적 • 폴더를 굳이 열어보지 않고도 어떠한 파일이 들어 있는지 알 수 있다. • 개인적인 자료 정리 할 때도 수월하게 할 수 있다.

  9. 개발환경 • 운영체제 : Windows 7 32bit • 언어 : C# • Tool : Visual Studio 2008 (.NET Freamwork 3.5)

  10. System Architecture Execute Search Preview Folder List Icon Information Global Mouse Hooking Win32 API ShellHooking Library .NET Freamwork 3.5

  11. 참고 문헌 • 참고 문헌 • WINDOWS VIA C/C++ (by 제프리 리처) • C# Programming Bible • 윈도우즈 API 정복 • 인터넷 검색

More Related