-
chapter05
Digital Image Processing(Edward Angel,Rafael C.Gonzalez,Richard E. Woods) Chapter 5 slice
- 2009-05-15 17:12:00下载
- 积分: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
-
lianluzhuantailuyousuanfa
Use DIjkstra algorithm to calculate the shortest path routing, when the network topology changes automatically update the routing table
- 2015-01-12 14:51:10下载
- 积分:1
-
main.css
说明: Main css file foe windows xp and vista
- 2020-06-20 23:40:01下载
- 积分:1
-
dingshiguanji100
VB定时关机软件 可以打开设置关机时间 有距离多少小时关机 和当前时间显示与关机时间显示(VB timed shutdown software can open the set off time how many hours the shutdown and the current time is displayed with the shutdown time)
- 2016-02-16 19:56:36下载
- 积分:1
-
一个TELNET客户端
一个TELNET客户端-A TELNET client
- 2022-03-25 20:47:31下载
- 积分:1
-
类似netstatp的获得当前所有tcp连接信息,数据包发送接收等信息的的程序...
类似netstatp的获得当前所有tcp连接信息,数据包发送接收等信息的的程序-Netstatp similar access to all current tcp connection information, data packets sent to receive this information, including procedures
- 2022-02-04 16:05:39下载
- 积分:1
-
when visiting certain Internet sites, the system will first read remote files to...
当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files folder. Now tell us a little techniques can be used VB language and an API function to judge whether the documents for the Web in IE cache.
- 2023-07-04 13:40:02下载
- 积分:1
-
五点差分型多重网格方法
说明: 用用五点差分算法结合多重网格算法求解偏微分方程;用五点差分算法结合多重网格算法求解偏微分方程。(Using five-point difference algorithm combined with a multigrid algorithm to solve partial differential equations; Using five-point difference algorithm combined with multigrid algorithm to solve partial differential equations.)
- 2020-09-21 11:47:57下载
- 积分:1
-
通过适当的配置的实际情况,可以自动选择。
通过实际情况进行相应的配置,可以自动修改ip地址,网关,子网掩码,DNS-The actual situation through the appropriate configuration, can automatically modify the ip address, gateway, subnet mask, DNS
- 2023-07-09 00:55:04下载
- 积分:1