求stm8s单片机ADC1库函数的应用例子
答案:1 悬赏:40 手机版
解决时间 2021-11-23 21:38
- 提问者网友:活着好累
- 2021-11-23 11:01
求stm8s单片机ADC1库函数的应用例子
最佳答案
- 五星知识达人网友:夜风逐马
- 2021-11-23 11:43
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个数与最小的数group[pos]交换
temp=group[i];
group[i]=group[pos];
group[pos]=temp;
}
}
{
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个数与最小的数group[pos]交换
temp=group[i];
group[i]=group[pos];
group[pos]=temp;
}
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯