登录
首页 » C# » 迭代器模式 迭代器模式

迭代器模式 迭代器模式

于 2022-05-25 发布 文件大小:23.42 kB
0 147
下载积分: 2 下载次数: 2

代码说明:

迭代器模式 迭代器模式-Iterator iterator pattern Iterator pattern mode

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

发表评论

0 个回复

  • 1
    说明:  构建了一个词法分析器 能识别相应的字,方便理解词法分析的过程(To build a lexical analyzer to identify the appropriate words to facilitate understanding of the process of lexical analysis)
    2009-06-24 09:18:48下载
    积分: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
  • 傅里叶变化
    快速付里叶变换子程序所需 RAM 空间以输入的首地址为基址,向增加的方向扩展(Fast Fourier Transform subroutine RAM space required to input the first address of the site was to increase the direction of expansion)
    2005-08-03 16:04:51下载
    积分:1
  • KSEEscp
    windows mobile ppc 5.0 传中优化(windows mobile machines optimize the 5.0-)
    2007-01-28 13:51:00下载
    积分:1
  • pylori
    A VANET research program
    2012-08-23 21:50:13下载
    积分:1
  • wup_installer_gx2
    说明:  WiiU Homebrew Loader
    2020-06-23 11:00:02下载
    积分:1
  • 卡尔曼滤波DSP实现
    说明:  卡尔曼滤波的DSP实现,使用C语言编写,用在DSP中(Kalman Filtering DSP Implementation)
    2020-07-06 19:28:58下载
    积分:1
  • indexation_suite
    indexation suit tuto of indexation for images
    2012-05-31 00:19:12下载
    积分:1
  • ACM解题策略
    ACM解题策略
    2020-06-19下载
    积分:1
  • ImageProcess
    用mfc编程实现数字图像处理的一些简单操作,只能处理bmp格式图片。调节对比度、亮度、边缘检测等。(Mfc programming with some simple digital image processing operations, can only deal with bmp format images. Adjust contrast, brightness, edge detection.)
    2011-06-28 01:22:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载