-
Rmld
在matlab中,使用Koetter-Vardy算法进行Reed-Solomon码的解码(In matlab, use the Koetter - Vardy Reed - Solomon code decoding algorithm)
- 2021-05-14 06:30:02下载
- 积分:1
-
RELEASEPDLL
将dll文件加入文件资源之后调用函数释放,实现了将dll文件打包(Dll files will be added to the file after the call function to release resources to achieve the dll file is packaged)
- 2013-09-12 21:02:42下载
- 积分:1
-
3206628
一个简单的CS多线程例子,可作为一个局域网内通信的例子()
- 2017-11-20 21:43:03下载
- 积分:1
-
gettime
一个记录开关机时间的软件,可以实现开机自运行(a record time for the switch software can be run in Flint)
- 2005-04-14 17:48:56下载
- 积分:1
-
33862
管道通信模块源码,例程程序结合易语言进程通讯支持库,实现管道通信功能。(Pipe communication module source , routine program combining easy language support library communication process to achieve pipeline communications.)
- 2015-12-22 18:43:06下载
- 积分:1
-
AGS
matlab dct-lms自适应算法仿真例子,该例子做了dct-lms和lms的比较,(Matlab DCT - LMS adaptive algorithm simulation example, the example has made the DCT - LMS and the comparison of LMS,)
- 2020-12-07 16:39:22下载
- 积分:1
-
C#简单游戏键盘外挂
C#简单游戏键盘外挂
- 2013-10-31下载
- 积分:1
-
83257544
能够准确读取flash以及jpg,gif,bmp等格式文件的大小()
- 2018-05-15 18:40:04下载
- 积分: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
-
generic_processorConfigBits
无线组网 远距离可靠性设计及应用 433M/315M
星型结构物联网通讯(Design and application of wireless network long distance reliability 433M/315M
Star structure networking communication)
- 2017-02-10 18:53:13下载
- 积分:1