仪器社区

费思可编程直流电子负载怎么使用

爱巴萨爱WT 2016-03-31
评论
全部评论
kmwk0228
static void(int[]group)
{
int temp;
int pos=0;
for(int i=0;i< group.Length-1;i++)
{
pos=i;
for(intj=i+1;j {
if(group[j] {
pos=j;
}
}//第i个数与Z小的数group[pos]交换
temp=group[i];
group[i]=group[pos];
group[pos]=temp;
}
}
3 0 2016-04-01 0条评论 回复
您可能感兴趣的社区主题
加载中...
发布 评论