-
基于c#,用IIS对remoting 的实现,可以对比asp.net来学习
基于c#,用IIS对remoting 的实现,可以对比asp.net来学习-Based on the c#, Using IIS on the realization of remoting can be compared to learn asp.net
- 2022-06-30 19:56:12下载
- 积分:1
-
biaoshifu
用vc++实现的有关编译原理中的标识符问题,希望对大家有所帮助!(vc used to achieve the principle of compiler identifier, we hope to help!)
- 2007-04-09 10:23:16下载
- 积分:1
-
299---Traveling-Salesman-Problem-via-Genetic-Algo
299 - Traveling Salesman Problem via Genetic Algorithm v1.0 - Namira
- 2013-08-06 12:57:09下载
- 积分:1
-
SSIM
说明: 基于结构相似性SSIM的图像质量评价方法是通过两幅图像的亮度、对比度以及结构相似度的对比来实现评价效果的。(The method of image quality evaluation based on SSIM is to achieve the evaluation effect by comparing the brightness, contrast and structure similarity of two images.)
- 2020-06-04 19:08:06下载
- 积分:1
-
实验0 Template工程模板0
说明: stm32f4xx的工程模板,适用于stm32f407vet6,stm32f407zet6,stm32f407zgt6等(Stm32f4xx engineering template, suitable for stm32f407vet6, stm32f407zet6, stm32f407zgt6, etc.)
- 2020-06-21 05:00:02下载
- 积分:1
-
1207551351
实验题目:windows操作系统作业多线程压力测试实验(MultiThread)
- 2010-10-15 14:24:45下载
- 积分:1
-
dtdelphi28
Portuguese package with a lot of tips.
- 2016-10-20 19:57:30下载
- 积分: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
-
STM32F107-USB_device-examples-1.0
基于STM32f107的多种usb驱动和应用程序(STM32f107 multiple usb drive and applications)
- 2012-12-14 18:02:42下载
- 积分:1
-
RayAABBCollision_D3D
d3d写的aabb与射线碰撞检测的例子,vs 编写,功能完整(d3d written aabb collision detection and ray example, vs the preparation of functional integrity)
- 2020-12-31 21:48:58下载
- 积分:1