摘要:包括两个部分: 作业1:智能Excel的应用-比赛结果统计表 第一步: 观看老师的演示视频 http://media.dshow.net/excelTaskA-1.mp4 http://media.dshow.net/excelTaskA-2.mp4 第二步: 做出功能类似上方视频的的智能Ex
阅读全文
12 2022 档案
摘要:代码参考: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WindowsCircleArea.
阅读全文
摘要:协变参考代码1: using System; using System.Collections.Generic; using System.Linq; namespace CovarianceSoOnDemo2 { public class Pet { protected bool _bPutOn;
阅读全文
摘要:参考代码1: using System; namespace InterfaceDemo { /// <summary> /// 定义一个爬树接口 /// </summary> interface IClimbTree { void ClimbTree(); } /// <summary> ///
阅读全文
摘要:参考代码1: using System;using System.Collections.Generic;using System.Linq;namespace FuncActionDemo{ class FuncActionTest { public void Test1(List<int> da
阅读全文
浙公网安备 33010602011771号