摘要: 1、插入排序 把第一个元素看做已排序数组放在有序数组中,从第二个元素开始,依次把无序数组元素取出和有序数组中的元素逐个比较,并放在有序数组的正确位置上。 阅读全文
posted @ 2019-07-26 22:36 淡蓝星空 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 定义学生类: form1代码实现: 弹窗form2代码实现: 阅读全文
posted @ 2019-07-16 00:53 淡蓝星空 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 1 using System.Collections; 2 using System.Drawing; 3 using System.IO; 4 using System.Linq; 5 using System.Windows.Forms; 6 7 namespace menuTreeWITHrightMouseClick 8 { 9 public partial ... 阅读全文
posted @ 2019-07-07 13:29 淡蓝星空 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using Syste... 阅读全文
posted @ 2019-06-26 13:16 淡蓝星空 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1 //Program.cs 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Threading.Tasks; 6 using System.Windows.Forms; 7 8 namespace TimerExc01 9 { 10 sta... 阅读全文
posted @ 2019-05-05 22:30 淡蓝星空 阅读(432) 评论(0) 推荐(1) 编辑
摘要: 1 //Program.cs 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Threading.Tasks; 6 using System.Windows.Forms; 7 8 namespace ComboxExc02 9 { 10 st... 阅读全文
posted @ 2019-05-05 22:25 淡蓝星空 阅读(570) 评论(0) 推荐(0) 编辑