-
matlab15
此程序用matlab语言编写,主要用于实现地震勘探数据处理中的动校正(NMO)功能。(This procedure used matlab language, mainly for the achievement of seismic data processing in the NMO (NMO) function.)
- 2017-05-12 17:11:30下载
- 积分:1
-
Rmld
在matlab中,使用Koetter-Vardy算法进行Reed-Solomon码的解码(In matlab, use the Koetter - Vardy Reed - Solomon code decoding algorithm)
- 2021-05-14 06:30:02下载
- 积分:1
-
barcode
39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
- 2012-06-18 10:15:22下载
- 积分:1
-
MemoryStatusEX
一个内存查看器程序(a memory viewer procedures)
- 2005-01-01 21:57: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
-
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
-
bb1
说明: 用队列或栈实现一个简单的停车场管理的系统(Queue or stack with the realization of a simple car park management system)
- 2008-12-08 16:49:34下载
- 积分:1
-
79952340
一种OFDMA低复杂度的比例资源分配策略仿真程序,C语言编程的()
- 2018-04-20 15:50:02下载
- 积分:1
-
date_picker
说明: java 写的日期选择控件.非常实用的哟(java to write the date of selection control. very practical yo)
- 2009-08-24 16:56:51下载
- 积分:1
-
ReceiveMessageer
接收系统消息不示例,可以提供初学者使用.(receive system message demon .using VC++)
- 2012-12-09 18:01:17下载
- 积分:1