摘要:
using System; using System.IO; using System.Text ; using System.Collections.Generic ; using System.Threading.Tasks; using System.Linq; namespace shanchuzhushi { class MainClass { //边读边写方法. stat... 阅读全文
摘要:
public static int lagelangri( int [] sz,int num )//拉格朗日排序法. { int tou =0; int wei=sz.Length-1; int zhong =0; while (tou <=wei) { zhong = tou + (wei - 阅读全文