-
getmac
vc编写的获取windows平台网络硬件地址的软件(get windows mac address)
- 2020-06-21 19:00:01下载
- 积分:1
-
Windows-dll(Lib)
VC平台下使用VC++语言编程调用Lib库文件以及Dll文件的调用,代码比较简单,另有文字备注说明(VC LIB DLL)
- 2011-12-29 16:28:39下载
- 积分:1
-
luiliangfenxi
简单的流量分析程序,用VC++编写,代码简练,方便理解。(Simple traffic analysis program written using VC++, code concise, easy to understand.)
- 2010-12-22 20:20:42下载
- 积分:1
-
swatusprint
一个可重用的RAS 类 作者hangwire,A reusable RAS class hangwire(A reusable RAS hangwire class author, A these reusable RAS class hangwire)
- 2017-04-13 19:41:09下载
- 积分:1
-
shutdown
说明: VC++6.0编译,实现关机、重启、注销功能的实现(VC++6.0 compiler to achieve shutdown, restart, log off function of the realization)
- 2011-04-12 20:06:48下载
- 积分:1
-
Linked-list-version-of--system
链表版的软件工程师管理系统,可以对工程师的信息进行增删改查(The linked list version of the software engineers, management system that can CRUD information for engineers)
- 2012-05-06 21:34:37下载
- 积分: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
-
C# CPUTemperature 实例源码下载
C# CPUTemperature 实例源码下载
- 2015-02-05下载
- 积分:1
-
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
- 2013-09-08下载
- 积分:1
-
kuqiyc9
若允许天平两边放砝码,times应从-num[index]开始,并且分段计算sum,本例只放天平一边,()
- 2017-11-15 19:47:06下载
- 积分:1