-
BandPMathPinPENVI
envi中的波段计算!一般是遥感专业可以选择!(ENVI BAND MATH)
- 2013-01-05 15:48:57下载
- 积分:1
-
2005326231325778
一个挂钩鼠标,模拟鼠标移动HHOOK的原代码,希望对朋友们有用,(It is a mouse hook program, simulating a mouse moving. Hope it helpful.)
- 2005-04-13 12:27:19下载
- 积分:1
-
基于pscad建立的IEEE33节点系统
基于pscad建立的IEEE33节点系统(IEEE33 node system based on PSCAD)
- 2021-03-11 12:29:26下载
- 积分: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
-
FormBorder
VB在运行时动态改变窗体的属性信息,有需要的下。(VB dynamically at runtime to change the form of attribute information, there is need for the next.)
- 2013-08-21 10:15:41下载
- 积分:1
-
一个UDP监听程序可以显示所有数据来自端口5260
一个监听udp的程序,可以把5260端口发过来的数据都显示出来-A udp listener program which can display all the data come from port 5260
- 2022-05-20 21:33:34下载
- 积分:1
-
WinCE-tts
这是关于wince平台下的tts语音合成的移植(This is the transplantation on the wince platform tts speech synthesis)
- 2011-06-28 16:09:48下载
- 积分:1
-
I2C_lbaview
说明: i2c labvbiew monitoramento do protocolo i2c desenvolvido em labview
- 2019-12-09 06:04:35下载
- 积分:1
-
1
说明: 用于二元或多元copula 的计算,可以使用(this code is used for calculating copula of bivariate or multivariate cases.)
- 2017-10-23 09:32:55下载
- 积分:1
-
cocosco-master
Classes and resources to a cocos2d project. For learning purposes.
- 2016-04-04 15:04:43下载
- 积分:1