-
MATLAB-NC
MATLAB读取NC数据的命令,具体过程和操作步骤(MATLAB command to read the NC data, specific processes and procedures)
- 2013-03-29 18:02:27下载
- 积分:1
-
一个完整的EA基础构架【源码】
学习编写EA的基本内容,了解编写EA的基础方法。(Learn to write the basic content of EA and understand the basic method of compiling EA.)
- 2020-06-30 13:00:02下载
- 积分:1
-
经典算法大全
说明: 基础算法学习,非常适合初学者,很好用。希望能够帮助到大家!(Basic algorithm learning)
- 2020-06-18 20:20:02下载
- 积分:1
-
汇川PLC modbus API开发说明文档
说明: 汇川plc数据采集,基于modbus协议(Data acquisition of Huichuan PLC based on Modbus Protocol)
- 2020-11-17 19:49:39下载
- 积分:1
-
RC522_RST
RC522_RST.rar R C522_RST.rar(RC522_RST.rar R C522_RST. rar)
- 2006-07-08 15:26:24下载
- 积分:1
-
ACM
说明: 计算单源最短路径 基于dijkstra的配对堆优化 附赠kuangbin的算法模板(Optimizing the Matched Reactor Based on Dijkstra for Calculating the Shortest Path of Single Source
Algorithmic Template with Kuangbin)
- 2020-06-24 01:40:02下载
- 积分:1
-
stm32f10x库
stm32f10x单片机底层库文件源代码,使用时候将相应的源代码包含进工程中去,调用用到的模块接口函数实现相应的功能,一般包括初始化代码,上电阶段调用,读写函数,收到数据时候读取和发送数据时侯写函数等。
- 2022-08-14 12:20:30下载
- 积分: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
-
南京数据日均负荷 (2)
说明: c语言用来进行数值计算的相关程序和论文,非常棒棒棒(C language for numerical calculation of the relevant procedures and papers, very good)
- 2021-01-02 09:44:21下载
- 积分:1
-
背景减除法
在视频跟踪过程中,图像中的背景会对跟踪有较大影响,这时就需要对图像的背景进行滤除,该代码时opencv+vs2010上运行的,利用背景减除法将背景与运动的目标进行分离,然后对运动的目标进行跟踪,实验运行效果较好。
- 2023-01-18 02:30:04下载
- 积分:1