感谢各位的大力相助,不胜感激,但是各位高手能不能再说的具体详细点,真是书到用时方恨少,大学的时光几乎是荒废掉了,以往的课程设计就是改个名字然后全盘COPY,考试都是前几天才开始翻开一个学期都未曾谋面的书....现在说这个也没什么意思了,这个假期我在近乎拼命的补习曾经学过的知识,但是毕竟时间还是太有限了,很多东西不能一下子全都看到位,还请各位高手,大侠多多详细指点,细心教会,再次感谢,感谢!

解决方案 »

  1.   

    胡乱说一下requirement analysis
           ------function analysis
           ------HCI analysis (human computer interaction//interface)
           ------security analysis
           ------safety analysis
           ------time, resource, doc requirements
           ------choose different solution, have a comparasionrequirement specification
           specify the up matericals
           discuss the final solution of the problem
           specify testing planssystem design
          abstraction required
          ---finding object and operation      formal specification(for each module)
          ---semantics and syntax      determine data representation
          ---define your standard data type which should be suitable      interface design
          ---specify the detailed interface for each module
          
    module design and implementation
          for every precedure or function in each module. give your algorithms.coding..........
    ................testing
         according to the testing plan in the spec, detail your solution. 
         important!documentation!
         mainly (black box testing). 
         remember testing all the functions and procedures and each component 
         part and then all parts together.overview.some of these parts should be iterated~ depending on your own stituation!