1 / 14

S.M.S(Students Management System) General Report

S.M.S(Students Management System) General Report. Computer Science Department Class 0325 LIU Binbin Instructor: ZHOU Haibo. Reference Books. <Turbo C 实用大全> 徐金梧等 机械工业出版社 <标准 C 程序设计 技能百练> 焦华 中国铁道出版社 <C 语言课程设计案例精选> 郭翠英等 中国水利水电出版社. Development Process. Requirement Analysis

binh
Download Presentation

S.M.S(Students Management System) General Report

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. S.M.S(Students Management System)General Report Computer Science Department Class 0325 LIU Binbin Instructor: ZHOU Haibo

  2. Reference Books • <Turbo C 实用大全> 徐金梧等 机械工业出版社 • <标准C程序设计 技能百练> 焦华 中国铁道出版社 • <C语言课程设计案例精选> 郭翠英等 中国水利水电出版社

  3. Development Process Requirement Analysis Summarization Design Elaboration Design Programming Implementation Software Test

  4. Requirement Analysis • Function • Interface

  5. Summarization Design • Connection between function and interface. • Apart from “Step by Step” • Keep pace with software requirement • Keep pace with modularization

  6. Elaboration Design • Instantiation • Modularization

  7. Modularization • File Operation: New, Load, Save, Copy file • Data Operation: Add, Update, Delete • Index Function: on Name, on ID, on Score, on Sum and Average • Query: by ID, by Name, by Score • And: Calculate Sum & Ave, Print, Help

  8. Programming Implementation • Use function as many as possible. • Function is required to be used more conveniently. • For instance, my DrawFrame function is very effective.

  9. Software Test • I/O Exception • Interface bug • Functional bug

  10. Pay attention to following things Data Structure Extensible Programming Exception Disposal

  11. Data Structure And OOP • Data Structure • OOP(Object Orientated Programming) • Emulational OOP using structure

  12. Extensible Programming • Interface Extension • Functional Extension • Function And Parameter

  13. Exception Disposal • C Language & Exception Disposal • Java And C++ & Exception Disposal

  14. Thanks a million for attention 2004.7.23 Finished by LIU Binbin

More Related