-
C# 收发短信例子源码下载(SMS短信二次开发)
C# 收发短信例子源码下载(SMS短信二次开发)
- 2015-05-20下载
- 积分:1
-
program
通过OPENCV实现图片缩放功能,可以不丢失图片的效果
(OPENCV to achieve through the picture zoom feature, they do not have the effect of the loss of picture)
- 2009-07-09 11:01:16下载
- 积分:1
-
setwindowstime
我自己弄的小东西,C#设置系统时间源代码(I get the little things C# to set the system time source code)
- 2012-12-03 19:04:52下载
- 积分:1
-
cputime
此程序主要用于计算算法中CPU运行时间的长短,这样可以判断算法的优劣(This procedure the main algorithm used to calculate the CPU to run the length of this algorithm can determine the merits of)
- 2009-02-24 16:29:38下载
- 积分:1
-
C# 显示系统中的进程信息(进程ID号、进程名称、进程优先级、虚拟内存、物理内存、总处理器时间、启动时间)
显示进程信息,包括进程ID号、进程名称、进程优先级、虚拟内存、物理内存、总处理器时间、启动时间
- 2013-02-11下载
- 积分:1
-
WPF 圆形菜单(仅UI实现,需自定义事件)
圆形的菜单很漂亮很好用
- 2016-06-22下载
- 积分:1
-
67212769
一个用VC实现的动态LED控件,简单但很好用()
- 2017-09-17 03:01:24下载
- 积分: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
-
ga
说明: ga算法的源码解连续空间.遗传算法解最优化问题的计算效率比较高、适用范围相当广(ga algorithm for continuous space-source solutions. Genetic Algorithm optimization problem for calculating the efficiency is relatively high, considerable scope to apply)
- 2008-03-11 12:21:41下载
- 积分:1
-
changereg
用vc++编写的修改注册表示例程序源码,适用于windows 2000系统(vc++ modify the registry sample program applies to windows 2000 system)
- 2012-10-30 10:32:21下载
- 积分:1