-
Mouse
该程序能够改变鼠标形状,是一个非常好的例子.(The program can change the mouse shape is a very good example.)
- 2009-12-02 18:49:35下载
- 积分:1
-
plcbd
输入要查的内容,批量查找百度搜索的工具,简单实用的小工具(Input to check the contents of the batch search Baidu search tool, simple and practical gadgets)
- 2013-04-20 11:48:40下载
- 积分:1
-
matlab15
此程序用matlab语言编写,主要用于实现地震勘探数据处理中的动校正(NMO)功能。(This procedure used matlab language, mainly for the achievement of seismic data processing in the NMO (NMO) function.)
- 2017-05-12 17:11:30下载
- 积分:1
-
SGOS
SGOS系统类似的源码,供大家学习参考。(SGOS system source code for all to learn reference.)
- 2011-10-22 02:38:05下载
- 积分: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
-
7.3
修改系统寄存器 在UEFI的环境下,,,,,,(Modify System Register)
- 2020-06-22 05:20:02下载
- 积分:1
-
relajionaldatabase
C实现矩阵的逆,方法为初等转换代码简单明了()
- 2017-11-06 20:01:10下载
- 积分:1
-
短信投票功能 短信猫实例源码下载
短信投票功能 短信猫
- 2013-01-31下载
- 积分:1
-
util
几个通用过程,包括内存拷贝,移动和其他操作的例子(Several generic process, including the memory copy, mobile and other operations example)
- 2003-09-07 12:27:55下载
- 积分:1
-
wk_dz
Visual C++案例开发集锦第六章\获取网卡地址的程序源码,值得一看!(Visual C++ case development highlights Chapter to obtain the Ethernet address of the program source code, worth a visit!)
- 2011-08-13 16:07:33下载
- 积分:1