软件工程中简单项目的范围是什么? [英] what is the scope of simple projects in software engineering?

查看:82
本文介绍了软件工程中简单项目的范围是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
首先,我喜欢软件工程.我想在SE完成我的最后一年项目.我应该在6个月内完成我的项目.我需要一些有关SE中简单项目范围的基本想法,请帮助我提出您的宝贵建议.附言:正在修读研究生学位.

hello,
i love software engineering, first of all. i wanta do my final year project in SE. I should complete my project with in 6 months. i need some basic ideas about the scope of simple projects in SE, help me with your valuable suggestions. p.s: am doing P.G degree.

推荐答案

这差不多就可以了:

This is about as simple as it can get:

using System;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }
    }
}



从这里开始,您可以不断添加更多代码.逐行,逐级.



From here on you can continuously add more code. Line by line, class by class.


这篇关于软件工程中简单项目的范围是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆