登录
首页 » C# » AddByVirtualMethod

AddByVirtualMethod

于 2020-05-27 发布
0 157
下载积分: 1 下载次数: 0

代码说明:

说明:  C# 建立的虚方法,可以在子类中被重写,在子类中重写虚方法,原始虚方法进行乘法运算(The virtual method created by C # can be rewritten in the subclass, and the virtual method is rewritten in the subclass.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Chat
    asp.net+flash简单编程,利用socket实现.功能还是基本实现了(asp.net+flash simple programming, the use of socket. function is basically achieved)
    2013-06-18 23:05:47下载
    积分:1
  • C
    说明:  C语言课程设计的专用书籍 C高级使用编程,非常详尽的图形界面编程 (C language curriculum design of special books)
    2013-10-15 15:19:12下载
    积分:1
  • wk2xxx_spi_v1.120160715
    说明:  wk2124_spi_v1.1_linux驱动(wk2124_spi_v1.1_linux)
    2020-06-19 23:40:02下载
    积分:1
  • FreeRTOS
    RTOS for Xmega microcontroller
    2014-07-19 17:48:24下载
    积分:1
  • 51kaifa
    说明:  51单片机开发宝典,C语言和汇编语言交叉开展.包括原理图和相应的程序,值得一看! 目录 第1部分 51系列单片机基础 第1章 51系列单片机概述 第2章 51系列单片机基本结构 第3章 51系列单片机的指令系统 第4章 51系列单片机的定时/计数器 第5章 51系列单片机中断系统 第6章 51系列单片机的串行接口 第2部分 51系列单片机程序设计 第7章 汇编语言程序设计 第8章 单片机C语言程序设计基础 第9章 C51的数据结构与函数 第10章 C51语句和流程控制结构 第11章 预处理 第12章 C51的存储结构 第13章 Keil C51开发工具简介 第3部分 51系列单片机应用设计实例 第14章 键盘接口 第15章 串行通信 第16章 LED及其应用 第17章 液晶显示 第18章 A/D转换 第19章 D/A转换 第20章 单片机与CPLD接口 第21章 单片机与I2C总线 第22章 AT指令与短信收发 第23章 步进电机控制 第24章 红外线接口 第25章 声音及其应用 第4部分 增强型51系列单片机 第26章 USB接口单片机 第27章 C8051F系列音片机(51 MCU development)
    2010-03-24 14:22:12下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • MIPI_DSI_Specification_v1.3 (1)
    MIPI协议,详细注明mipi接口是怎么接受信号,处理信号(MIPI protocol, specify in detail how the Mipi interface receives and processes signals)
    2019-04-11 12:09:31下载
    积分:1
  • student--achievement-system
    这是一个很基础的小系统,里面有一些添加成绩,删除成绩,和查询成绩功能,但不适合实用,只是了解如何运用控件和参数还有MFC(This is a very basic systems, there are some achievements to add, delete results, performance and query functions, but not for practical, just learn how to use the controls and parameters as well as MFC)
    2016-06-03 23:24:35下载
    积分:1
  • 组播工具
    组播测试工具,可以接收和发送组播。可同时支持加入32个组播(multicast tools for ip.)
    2020-06-17 21:40:02下载
    积分:1
  • TCD1304 LABVIEW
    说明:  这个包中包含各种子vi,可以完成对线阵CCDTD1304的数据采集功能(Can complete the data reading function of the line CCD)
    2020-07-30 10:28:37下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载