-
oCrwCcBx
利用dll获取任务栏高度,获取精度高,不限系统版本(Use dll to get the task bar height, to obtain high precision, open-system version)
- 2011-05-23 10:41:43下载
- 积分:1
-
wuxiancewen
无线测温系统,电缆头无线的测温系统,用MODES845传输方式进行传输 数据等 检测电缆头的温度等(Wireless temperature measurement system, wireless temperature measurement system of cable head, transmission data using MODES845 transmission data, etc.)
- 2015-11-16 16:29:49下载
- 积分: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
-
AutoZonerichv1.1
说明: zone v2 using autoit to work
- 2019-06-23 19:03:45下载
- 积分:1
-
IDO
This paper describe revolution of internet of things
- 2015-01-27 06:19:57下载
- 积分:1
-
music算法快拍信噪比等影响
信噪比快拍数等对music算法精度的影响。(The influence of SNR and snapshot number on the accuracy of music algorithm.)
- 2020-06-29 19:20:01下载
- 积分:1
-
gyhhku
用LabVIEW实现对输入音频滤波达到降噪效果后通过滤波处理,回复原正弦信号,欢迎参阅。。(LabVIEW to achieve the input audio filter to achieve noise reduction effect, through the filtering process, reply to the original sinusoidal signal, welcome to see..)
- 2017-07-04 17:01:21下载
- 积分:1
-
C#聊天程序!
C#聊天程序!-C# chat program !
- 2023-08-07 16:55:03下载
- 积分:1
-
8051单片机C语言彻底应用
程序 提高篇
8051单片机C语言彻底应用
程序 提高篇-8051 C language applications that enhance the complete article
- 2022-01-23 10:27:35下载
- 积分:1
-
队列链表
说明: c语言队列链表,核心思想:先进先出,后进后出.可以实现清空队列,进出队列.(C language queue list, core idea: first in, first out, last in, then out)
- 2020-05-11 14:30:22下载
- 积分:1