-
Elevators
电梯仿真系统的实现,包含源码和文档。(Elevator simulation system, including source code and documents.)
- 2021-04-19 20:18:51下载
- 积分: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
-
Accelerated C++中文版_
说明: 非常经典的一本C++教材,适合初学者入门(Accelerated C++, a very good C++ book for beginners.)
- 2020-06-19 19:00:01下载
- 积分:1
-
SPP
GPS单点定位程序 本程序采用C++编写的GPS卫星定位程序(GPS single point positioning procedures used in this procedure C++ The preparation of the GPS satellite positioning procedures)
- 2008-06-07 10:09:02下载
- 积分:1
-
interval
本程序实现了多区间的交集、并集和补集操作,很好使用。(This program implements multiple interval of the intersection, union and complement operations, very good use)
- 2015-05-17 14:20:46下载
- 积分:1
-
listgai
这个listgai程序可以实现在程序运行通过单击滚动栏目内容进行选择拦目内容,也可以双击栏目内空通过询问是否删除选中内容(This listgai program can be run in part by clicking the scroll bar to select the contents of project content, you can double-click an empty section in the content by asking whether to delete the selected)
- 2010-11-04 22:42:24下载
- 积分:1
-
VISUAL_CPPMFC(2)
MFC编程实例,分为上下两份,这是(下)
基础知识,用户界面实例,内部处理实例,打包实例,附录(MFC programming examples, divided into upper and lower two basics of user interface instance, instances of internal processing, packaging instance, Appendix)
- 2012-08-25 21:55:21下载
- 积分:1
-
Level
水准网高程平差,C#语言,可以进行水准网的完整平差程序(Leveling adjustment of leveling network)
- 2017-11-10 20:14:59下载
- 积分:1
-
TMS320C6713eeprom
说明: 用于完成TMS320C6713的R2PROM的编程以及程序控制(TMS320C6713 the R2PROM used to complete the programming and program control)
- 2011-04-07 22:39:43下载
- 积分:1
-
LCD_STM32F103C8
实现stm32f103c8t6驱动spi彩色显示屏进行通信,内置串口通信,RTC时钟,看门狗,EEPROM存储等功能(Achieve stm32f103c8t6 driven SPI color display communication, built-in serial communication, RTC clock, watchdog, EEPROM storage and other functions.)
- 2018-07-03 16:06:19下载
- 积分:1