04 2015 档案
摘要:GI地址:https://github.com/al1016547876/test/blob/master/helloworld2一、实验目的:Github基本源代码控制方法利用Junit4进行程序模块的测试,回归测试编码规范的考量C/Java等基本程序设计语言的运用。二:实验内容:#include...
阅读全文
摘要:#includemain(){printf("Hello World\n");}
阅读全文
摘要:https://github.com/al1016547876/test/tree/master
阅读全文
摘要:/** 在主窗口显示"Hello World",并能用鼠标拖动* @author 张德瑞*/import java.awt.Color;import java.awt.Font;import java.awt.Graphics;import java.awt.Graphics2D;import ja...
阅读全文
摘要:#includeint main(){char sentence[100];int len=0,j,wordlen=0;gets(sentence);while(sentence[len]) len++;for(j=len-1;j>=0;j--){if(sentence[j]>='a'&&sente...
阅读全文
摘要:#includeint main(){int a[5],b[5][5];int i,j,sum,max,m,n;printf("输入5个整数\n");for(i=0;imax){max=b[i][j];m=i+1;//记录最大值的位置n=j+1;}}}printf("最大值和为:%d 他是从第%d ...
阅读全文
摘要:#includemain(){printf("Hello World\n");}
阅读全文
浙公网安备 33010602011771号