-
pigdjas67
说明: By throwing an exception to indicate the occurrence of an error(By throwing an exception to indicate the occurrence of an erro)
- 2018-12-25 13:29:14下载
- 积分:1
-
34378387
一个模拟骰子的小系统, 虽然简单,但是覆盖知识面很全的喔(A small system simulation of the dice, although simple, but full of knowledge is very well)
- 2017-08-21 11:51:41下载
- 积分:1
-
GetSystemVer
Windows下获取操作系统版本信息的小程序(Windows operating system version information under the access of small procedures)
- 2009-02-06 12:01:21下载
- 积分:1
-
读写加密狗实例 源码下载
读写加密狗例子
- 2013-01-31下载
- 积分: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
-
AGS
matlab dct-lms自适应算法仿真例子,该例子做了dct-lms和lms的比较,(Matlab DCT - LMS adaptive algorithm simulation example, the example has made the DCT - LMS and the comparison of LMS,)
- 2020-12-07 16:39:22下载
- 积分:1
-
meanshift
Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
- 2013-11-21 13:29:26下载
- 积分:1
-
21808102
几个CSharp的使用com对象的例子,不错很好的源码(A few examples of CSharp use com objects, good good source)
- 2017-07-12 00:03:55下载
- 积分:1
-
反编译与逆向研发工具IDA.pro开发指南.pdf
【实例简介】
- 2021-10-04 00:31:04下载
- 积分:1
-
changereg
用vc++编写的修改注册表示例程序源码,适用于windows 2000系统(vc++ modify the registry sample program applies to windows 2000 system)
- 2012-10-30 10:32:21下载
- 积分:1