-
averagefilter
This program compute the average filter of an image using the vision assistant
- 2015-07-14 21:16: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
-
iCordSource2
说明: 这是一个屏幕录制源代码,可以很清楚地录制计算机屏幕,用VC++编写的(This is a screen recording source code, can clearly record the computer screen, written in VC++.)
- 2020-06-16 10:40:01下载
- 积分:1
-
C#远程控制桌面源码
C#实现的UPnP端口映射程序,分服务器和客户端(C# implementation of UPnP port mapping procedures, sub server and client)
- 2017-10-24 08:17:16下载
- 积分:1
-
UDP-Tunnel
UDB TUNNEL C++ bot for windows
- 2013-05-04 16:34:49下载
- 积分:1
-
很简单的程序,实现多client和server的通信。
很简单的程序,实现多client和server的通信。-very simple procedure, multi-client and server communication.
- 2022-11-17 20:40:03下载
- 积分:1
-
使用WebBrowser控件开发浏览器程序
使用WebBrowser控件开发浏览器程序-use WebBrowser control procedures browser
- 2022-01-25 18:10:27下载
- 积分:1
-
Calibration
说明: 上位机主要负责以界面 的形式与用户交互,将下位机提供的各种操作以 UI 界面的形式呈现在用户端,支持解析显示 存储多种气体传感器数据,同时通过下位机系统进行水体环境改变及维持。可支持各图 形操作;对整机组装进行了手动操作环境下的调试,对取得的数据进行了操作与结果分析(The upper computer is mainly responsible for interacting with users in the form of interface, presenting various operations provided by the lower computer in the form of UI interface, supporting analytical display and storage of various gas sensor data, and changing and maintaining the water environment through the lower computer system. The results of manual operation are analyzed)
- 2020-08-08 21:11:55下载
- 积分:1
-
能监视网卡的流量,包括上传和下载,可编译成独立程序发布...
能监视网卡的流量,包括上传和下载,可编译成独立程序发布-Able to monitor card traffic, including uploading and downloading can be compiled into a stand-alone program released
- 2023-05-05 23:45:02下载
- 积分:1
-
dianyunyasuoxianshi
通过对曲率压缩法的改进 实现电云的压缩 并显示压缩后的点云数据(By compressing method improvement curvature point cloud compression and display the point cloud data compressed)
- 2016-04-10 09:34:53下载
- 积分:1