-
FreeDownloadManager
free download manager project
- 2010-01-22 19:02:36下载
- 积分:1
-
prepare_missing
说明: 可以对数据进行差分,对数差分等平稳化处理(The data can be processed by difference and logarithm difference)
- 2020-07-06 08:58:42下载
- 积分:1
-
csk_coherent
混沌键控中的CSK:ccoherent_csk
simulink搭建模型(Chaos Shift Keying in the CSK: ccoherent_csk simulink model structures)
- 2009-07-04 11:02:46下载
- 积分:1
-
AnimatedShortcut
e need for bulky, cumbersome inductors. Designed for use with Koford motors with a thermistor, it shuts down the motor if the winding temperature exceeds 150C. Once the problem
- 2014-02-21 02:46:46下载
- 积分:1
-
HTTP隧道(HTTP代理客户端)
HTTP Tunneling (HTTP Proxy Socket Client)
- 2022-04-13 06:31:41下载
- 积分:1
-
classicyuanma
C++, 经典 , 源码, 下载,保留,C++, 经典 , 源码,(C++ classicclassic)
- 2010-03-06 14:47:58下载
- 积分:1
-
MSAgentCtrl_demo
microsoft agent help
- 2009-05-09 11:49:33下载
- 积分:1
-
GPS-signal--BPSk-modulation
GPS导航信号的BPSK调制,主要包括导航信号的BPSK调制及BOC调制(The BPSK modulation of GPS navigation signals,Including modulation and BPSK modulated navigation signal BOC)
- 2015-01-04 16:54:30下载
- 积分: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
-
BPSK-AWGN
BPSK在AWGN信道下的仿真程序,matlab代码,功能齐全,是一个很好的平台(BPSK in AWGN channel under the simulation program, matlab code, full-featured, is a good platform)
- 2007-12-24 20:15:53下载
- 积分:1