摘要:
今日实现功能,页面的改进 package service; import bean.Dbean; import dao.Dao; import java.sql.SQLException; import java.util.List; public class Service { Dao tDao= 阅读全文
摘要:
本题要求实现堆排序中的筛选函数,待排序列的长度1<=n<=1000。 函数接口定义: void HeapAdjust( HeapType H, int s, int m); 其中L是待排序表,使排序后的数据从小到大排列。###类型定义: typedef int KeyType; typedef st 阅读全文