-
Evergreen(常青树)
说明: gold usd aud gbp eru aud chf
- 2020-05-16 05:07:26下载
- 积分:1
-
BMPgeotrans1405
基于Matlab工具,本程序能够显示,保存BMP图像,并且能够进行对图像的各种几何变换,适合初学者研究图像处理!(Based on Matlab tools, this program can display, save BMP images, and can be carried out on the image of a variety of geometric changes, suitable for beginners to study image processing!)
- 2017-05-14 10:26:22下载
- 积分: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
-
zcbxcz
用来注册表--写操作 , 适合初学者进行学习研究,不错的源码(To the registry- write for beginners to learn research, a good source)
- 2011-04-23 11:31:14下载
- 积分:1
-
BMPopenandsave
该程序为BMP图像处理,能够打开和存储任何一幅图像格式为BMP,特别适合初学者,仅供参考!(The program for BMP image processing, to open and store any image format for BMP, especially suitable for beginners, for reference purposes only!)
- 2017-05-14 10:20:10下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
15883845
matlab实现矩阵所有运算
矩阵所有运算(the realization of all the computing matlab matrix matrix of all computing)
- 2009-01-07 21:39:48下载
- 积分:1
-
C# 模拟按键 功能完整源码下载
可以说是个简易版的按键精灵。主要功能有:自动输入,截屏,控制鼠标移动点击。
- 2013-08-28下载
- 积分:1
-
OutPut1
第4章 基本输入处理OutPut1OutPut1.rar,很不错的vc源码,希望能对大家有所帮助(Chapter 4, the basic input processing OutPut1 OutPut1.rar, very good vc source code, I hope you can help)
- 2011-09-11 22:59:30下载
- 积分:1
-
graph-olstory
说明:
- 2018-05-09 11:02:07下载
- 积分:1