Sge是electrical,用电的,电学的,与电有关的,
nc是mumerical control 数控,
期待看到有用的回答!
展开全部
voidinsertion_sort(intarray[],intfirst,intlast)
{
inti,j;
inttemp;
for(i=first+1;i{
temp=array[i];
j=i-1;
//与已排序的数逐一比较,大于temp时,该数移后
while((j>=0)&&(array[j]>temp))
{
array[j+1]=array[j];
j--;
}
//存在大于temp的数
if(j!=i-1)
{array[j+1]=temp;}
}
}
例如xk7132,x表示铣床,7也代表是铣床,k表示数控,1表示自己内部改进代码一类的,32表示加工能力,加工尺寸,