e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理

12 2022 档案

摘要:包括两个部分: 作业1:智能Excel的应用-比赛结果统计表 第一步:​ 观看老师的演示视频​ http://media.dshow.net/excelTaskA-1.mp4 http://media.dshow.net/excelTaskA-2.mp4 第二步: ​做出功能类似上方视频的的智能Ex 阅读全文
posted @ 2022-12-28 09:40 e媒网络技术团队 阅读(1200) 评论(0) 推荐(0)

摘要:代码参考: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WindowsCircleArea. 阅读全文
posted @ 2022-12-19 09:29 e媒网络技术团队 阅读(35) 评论(0) 推荐(0)

摘要:协变参考代码1: using System; using System.Collections.Generic; using System.Linq; namespace CovarianceSoOnDemo2 { public class Pet { protected bool _bPutOn; 阅读全文
posted @ 2022-12-15 12:54 e媒网络技术团队 阅读(35) 评论(0) 推荐(0)

摘要:参考代码1: using System; namespace InterfaceDemo { /// <summary> /// 定义一个爬树接口 /// </summary> interface IClimbTree { void ClimbTree(); } /// <summary> /// 阅读全文
posted @ 2022-12-08 09:50 e媒网络技术团队 阅读(86) 评论(0) 推荐(0)

摘要:参考代码1: using System;using System.Collections.Generic;using System.Linq;namespace FuncActionDemo{ class FuncActionTest { public void Test1(List<int> da 阅读全文
posted @ 2022-12-02 18:50 e媒网络技术团队 阅读(48) 评论(0) 推荐(0)