-
ProcessInfo
显示当前系统运行的进程,并能够查看进程中所加载的模块(show the system process and modules)
- 2013-08-10 21:50:16下载
- 积分:1
-
changereg
用vc++编写的修改注册表示例程序源码,适用于windows 2000系统(vc++ modify the registry sample program applies to windows 2000 system)
- 2012-10-30 10:32:21下载
- 积分:1
-
TTS_PC
PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
- 2010-07-17 10:32:23下载
- 积分:1
-
oead
说明: Source code 按i2c时序读写寄存器(Source code read and write registers according to i2c sequence)
- 2018-12-26 09:48:34下载
- 积分:1
-
meanshift
Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
- 2013-11-21 13:29:26下载
- 积分:1
-
指纹识别工具 实例源码下载
指纹识别实例
- 2013-02-02下载
- 积分:1
-
Performance_self
该程序可以实时监控程序本身对应进程的工作集、私有工作集和CPU使用率(The program can real-time monitor itself corresponds to the working set of the process, the private working sets and CPU usage.)
- 2014-02-26 13:10:02下载
- 积分: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
-
RDM 解析,协议代码,适用于artnet 协议
RDM 解析,协议代码,适用于artnet 协议 【源码目录】 RdmProtocal ├── Debug│ ├── RdmProtocal.exe│ ├── RdmProtocal.exp│ ├── RdmProtocal.lib│ └── RdmProtocal.pdb├── RdmProtocal│ ├── Debug│ │ ├── LzMethod.obj│ │ ├── RdmNode.obj│ │ ├── RdmProtocal.Build.CppClean.log│ │ ├── RdmProtocal.log│ │ ├── RdmProtocal.obj│ │ ├── RdmProtocal.pch│ │ ├── RdmProtocal.res│ │ ├── RdmProtocal.tlog│ │ │ ├── CL.command.1.tlog│ │ │ ├── CL.read.1.tlog│ │ │ ├── CL.write.1.tlog│ │ │ ├── RdmProtocal.lastbuildstate│ │ │ ├── RdmProtocal.write.1u.tlog│ │ │ ├── link.command.1.tlog│ │ │ ├── link.read.1.tlog│ │ │ ├── link.write.1.tlog│ │ │ ├── rc.command.1.tlog│ │ │ ├── rc.read.1.tlog│ │ │ └── rc.write.1.tlog│ │ ├── RdmProtocalDlg.obj│ │ ├── stdafx.obj│ │ ├── vc140.idb│ │ └── vc140.pdb│ ├── LzMethod.cpp│ ├── LzMethod.h│ ├── RdmNode.cpp│ ├── RdmNode.h│ ├── RdmProtocal.aps│ ├── RdmProtocal.cpp│ ├── RdmProtocal.h│ ├── RdmProtocal.rc│ ├── RdmProtocal.vcxproj│ ├── RdmProtocal.vcxproj.filters│ ├── RdmProtocal.vcxproj.user│ ├── RdmProtocalDlg.cpp│ ├── RdmProtocalDlg.h│ ├── ReadMe.txt│ ├── controller_library.h│ ├── lib│ │ ├── FTD2XX.lib│ │ └── RDM.lib│ ├── res│ │ ├── RdmProtocal.ico│ │ └── RdmProtocal.rc2│ ├── resource.h│ ├── stdafx.cpp│ ├── stdafx.h│ └── targetver.h├── RdmProtocal.VC.db├── RdmProtocal.sln└── ipch └── RDMPROTOCAL-b05a99f1 └── RDMPROTOCAL-61763a13.ipch8 directories, 52 files
- 2021-05-06下载
- 积分:1
-
716777
User Defined Surface Project file sample,光学设计软件zemax的用户自定义表面的例子(Examples of user-defined surfaces in User Defined Surface Project file sample, optical design software zemax)
- 2018-09-29 03:15:18下载
- 积分:1