-
基于RFC868协议的NTP时间服务器源代码程序
基于RFC868协议的NTP时间服务器源代码程序-RFC868 agreement on the NTP time server source code procedures
- 2022-03-29 10:40:14下载
- 积分:1
-
AspNetPager分页控件源代码,可以大大节省开发速度
AspNetPager分页控件源代码,可以大大节省开发速度-AspNetPager source code can be greatly reduced development time
- 2022-05-21 22:52:09下载
- 积分:1
-
列出网络上的网络/机器名
列出网络上的网络/机器名 -Listing the names of the machines in network
- 2022-05-23 16:49:18下载
- 积分:1
-
mfc
mfc进度条,实现多个进度显示!很有帮助,帮助了解多个进度条的显示,(mfc progress bar, to achieve more progress display,)
- 2013-11-07 21:37:27下载
- 积分:1
-
Bare Demo of IEEEtran.cls for IEEE Conferences
说明: arquivo zip para download de cosa roda
- 2019-11-21 06:28:17下载
- 积分:1
-
anisotropic1D2D3Dfunction
各向异性扩散的源代码,国外网站下载的,非常好的代码,针对1维2维3维数据的处理都有单独的函数可以调用,接口非常清楚,可以直接调用。(anisotropic function。)
- 2009-06-05 11:47:03下载
- 积分: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
-
ZBGL20140808
装备管理软件。用MFC编写的简单的数据库操作软件,对数据库操作初学者有帮助!(Equipment management software. Written with MFC simple database operating software for database operations beginners help!)
- 2014-09-20 00:00:42下载
- 积分:1
-
stm32wlsxt
说明: 这个程序是STM32F407的ARM7芯片,采集摄像头的数据通过TCP协议上传到服务器的单片机程序,绝对可以使用,是工业监控采集项目的单片机底层程序。(This program is the ARM7 chip of STM32F407. The data collected from the camera is uploaded to the server through TCP protocol. It can be used absolutely. It is the bottom program of the single chip computer of the industrial monitoring and acquisition project.)
- 2019-04-09 13:58:34下载
- 积分:1
-
- 2022-07-04 06:01:09下载
- 积分:1