代码如何编写1 1,如何编写代码啊有没有简单的代码编写

1,如何编写代码啊有没有简单的代码编写"内容"main{int x;x=1+1;pringf("%d",x);}到百度去搜就晓得了,多得是...org 0000hLJMP MAINORG 0030HMAIN:SJMP $【代码如何编写1 1,如何编写代码啊有没有简单的代码编写】
2,java 编程代码一怎么写代码一:publicdouble average(double x[])double sum=0,average=0;for(int i=0;i<x.length;i++)sum=sum+x[i];average=sum/i;}return average;}int m = 0;for(int i = 0; i < 4;i++)for(int j = 0;j < 5;j++)system.out.print(++m);system.out.println();}第一段代码:class School implementsComputeAveragepublic double avarage(double x[])double total = 0;for(double d:x)total+=d;}return total/x.length;}}第二段:computer.avarage(a);第三段:computer.avarage(b);
3,VB高手进帮我编写一段简单代码万分感谢Private Sub Command1_Click()Dim bb As StringOpen "F:\京城的\vb\新建文件夹\自己作的屏保\mi.txt" For Input As #1Input #1, bbCloseText1.Text = bbEnd SubPrivate Sub Command1_Click()Dim myfilename As StringDim temptext As StringDim s As StringCommonDialog1.FileName = ""CommonDialog1.Filter = "文本文件(*.txt)|*.txt"CommonDialog1.ShowOpenmyfilename = CommonDialog1.FileNameIf Len(myfilename) ThenOpen myfilename For Input As #1Do While Not EOF(1)Line Input #1, temptexts = s + temptext + vbCrLfLoopClose #1Text1.Text = sEnd IfEnd Sub
4,编写一段C代码程序include <iostream>using namespace std;typedef struct stu char name[20]; float score[5];}student;int main() float total, average, high[5], low[5]; student *st[5]; for (int i = 0; i < 5; i++)st[i] = (student *)malloc(sizeof(student));cout << "输入第" << i+1 << "个学生的姓名:" << endl;cin >> st[i]->name;cout << "输入他的成绩: "<<endl;for (int j = 0; j < 5; j ++)cin >> st[i]->score[j];} } total = 0.0f;average = 0.0f; for (int i = 0; i < 5; i ++)for (int j = 0; j < 5; j ++)total = st[i]->score[j]+total;} average = total/25; float max, min; for (int i = 0; i < 5; i ++)high[i] = low[i] = st[0]->score[i];for (int j = 0; j < 5; j ++)if(st[j]->score[i] > high[i])high[i] = st[j]->score[i];if(st[j]->score[i] < low[i])low[i] = st[j]->score[i];}} cout << "总分为:" << total << endl; cout << "平均分为:" << average << endl; cout << "每一门的最高分分别为:"; for (int i = 0; i < 5; i ++)cout << high[i] << " "; } cout << endl << "每一门的最低分分别为:"; for (int i = 0; i < 5; i ++)cout << low[i] << " "; }for(int i = 0; i < 5; i ++)free(st[i]); }return 0;}在VC2005下调试通过

    推荐阅读