-
secondwatch2
毫秒计时程序(millisecond time procedure)
- 2005-01-15 21:00:37下载
- 积分:1
-
tyucn_srngy
一种获取系统下面的图形设备的源代码和说明文件(A way to get the source code and documentation of the following graphics device system)
- 2012-09-24 00:09: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
-
DisWinLynn
说明: 自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)(himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids))
- 2005-10-08 13:21:56下载
- 积分:1
-
CH7026
CH7026芯片配置软件(CH7025(26) RegSet(2.03))及使用说明(CH7026 chip configuration software (CH7025 (26) RegSet (2.03)) and instructions)
- 2014-09-23 20:30:39下载
- 积分:1
-
MK_DTXGTPZ1.0
这是易语言写的模块_动态修改图片组v1.0模块源码,分享给大家学习(It is easy to write language module _ dynamically modify the picture group v1.0 module source code, to share for everyone to learn)
- 2017-02-22 17:42:19下载
- 积分:1
-
kbbn
用matlab制作的红色小球沿螺线运动的动画 不错的源码 很好(Matlab to make along the spiral movement of the animation is good source of a small red ball very well)
- 2017-05-18 06:04:07下载
- 积分:1
-
readini
一个读取ini文件的实例(A read ini file examples)
- 2008-06-29 18:05:29下载
- 积分:1
-
BMPopenandsave
该程序为BMP图像处理,能够打开和存储任何一幅图像格式为BMP,特别适合初学者,仅供参考!(The program for BMP image processing, to open and store any image format for BMP, especially suitable for beginners, for reference purposes only!)
- 2017-05-14 10:20:10下载
- 积分:1
-
MACAddress
系统 mac 地址的操作。
查找mac地址(finding mac)
- 2011-02-11 14:01:50下载
- 积分:1