-
C#操作窗口类(句柄操作)
C#操作窗口类(句柄操作)
- 2013-10-31下载
- 积分:1
-
success_SliMdPWM
说明: 这是用Matlab编写的滑模变结构控制的PWM的例子,可以运行(This is prepared using Matlab Sliding Mode Variable Structure Control of PWM example, you can run)
- 2009-08-12 02:47:43下载
- 积分:1
-
timem_PCM
G729a library audio coding, coding PCM for g729a, compressible 16 times
- 2017-05-22 04:21:00下载
- 积分:1
-
15327205
AC FTP控制程序源代码acftp,很好用()
- 2017-12-15 09:33:38下载
- 积分:1
-
3903114
二进制频移键控的调制解调方案,经典不容错过()
- 2018-06-08 09:22:40下载
- 积分: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
-
gc
说明: 简单垃圾回收器本人以多次试用效果不错,请大家多提意见
(Simple garbage collector I would like to try the effect of a good many times, please do so everyone)
- 2007-08-07 10:54:52下载
- 积分:1
-
NcutImage_7_AMD64
NCUT图像分割程序源码,适用于图像分割操作,程序采用Matlab实现(NCUT image segmentation program source code, suitable for image segmentation operation, the program using Matlab)
- 2017-05-06 21:45:50下载
- 积分:1
-
NetworkAdapter
在硬件设置上禁用和启动多个网卡,在xp、win98、win2000上测试过(the hardware setup and launched a number of banned card, xp, win98, tested on WIN2000)
- 2005-04-26 15:28:21下载
- 积分:1
-
716777
User Defined Surface Project file sample,光学设计软件zemax的用户自定义表面的例子(Examples of user-defined surfaces in User Defined Surface Project file sample, optical design software zemax)
- 2018-09-29 03:15:18下载
- 积分:1