-
C#常用控件和类的使用
C#常用控件和类的使用
希望对大家有所帮助(C# usage of commonly used controls and classes
We hope to help)
- 2017-09-15 09:13:12下载
- 积分:1
-
01 实例源程序
主要是用C#写的与三菱PLC串口通信源代码(Mainly written in C# and MITSUBISHI PLC serial communication source code)
- 2017-06-30 09:47:47下载
- 积分:1
-
graphique
is a visuel application for management a worker
- 2009-04-20 07:44:46下载
- 积分:1
-
EmailManagement
数据库课程设计简单的邮件管理系统。可以用VS2013连接oracle数据库,实现一些简单的操作(Database design courses simple mail management system. VS2013 can be used to connect oracle , to achieve some simple operations)
- 2016-01-06 21:09:48下载
- 积分:1
-
proteus仿真25例子
这是proteus仿真例子,适合初学者以及爱好者(This is a simulation example of proteus, suitable for beginners and enthusiasts)
- 2019-03-22 16:16:52下载
- 积分:1
-
ModbusPollCS
某智能设备公司开关量采集系统(Modbus RTU),很不错哦!对于该类设备基本上都可以通用,只是“寄存器地址”不一样。我就参照该源程序写了一款SOS应急呼叫系统、酒店客房插卡取电、退房呼叫系统等。保证原创,独一无二。(A smart device switch acquisition system (Modbus RTU), very good, oh! Can be generic, such equipment is basically just not the same register address. I refer to the source Admission card, write a SOS emergency call system, hotel rooms, check out the call system. Guaranteed original, unique.)
- 2020-12-12 11:59:16下载
- 积分:1
-
DSP-C2000
《DSP C2000程序员高手进阶 PDF 版 》,这本书针对dsp c2000系列编程进行了深入的探讨,非常有用。(DSP C2000 programmer to master advanced PDF version)
- 2014-04-21 17:03:43下载
- 积分:1
-
exata5.X-SOURCE-DEBUG
描述了exata 5.4 源码的调试方法,以及如何导入studio(Describes the EXATA 5.4 source code debugging method)
- 2016-12-04 12:22:33下载
- 积分: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
-
BlimpDuino_beta1.1.1
Blimpduino is a very low cost open source autonomous blimp. It consists of an Arduino-based blimp controller board with on-board infrared and ultrasonic sensors and an interface for an optional RC mode, a simple gondola with two vectoring (tilting) differential thrusters, and ground-based infrared beacon. It will be available as a commercial kit, complete with a mylar envelope, in late 2008.
- 2009-09-21 23:30:30下载
- 积分:1