摘要:
在第一章中主要讲的是软件的的发展,和软件工程的定义,以及软件工程各个方面的过程。在第一看完这章后确实有种冲动。但是在冲动后有种疑问。在软件的复杂性中写道,工程师在维护程序时最多只能看到30-80条代码,但是在上百万条代码的程序中,我们该怎么维护。以我为例,当我在做一些几百行小程序时,我想要返回来修... 阅读全文
摘要:
import java.awt.BorderLayout;public class sizeyunsuan extends JFrame { private JPanel contentPane; int t,r3;//,r1,r2 private JTable table; ... 阅读全文
摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 #define N 100 7 int fenshu(int a,int b,int a1,char ch[10],int m); 8 typedef struct ... 阅读全文
摘要:
#include#include#includevoid main(){ int a=2,b=1,c,n=5,a1,m=0,sum=0,x; printf("请输入题目的个数:"); scanf("%d",&n); x=n; while(n>0) { srand(time(... 阅读全文