-
SONY_lcd_test_sofeware.rar
SONY 测试软件,内部资料,里面有很多测试项目。(SONY TEST SOFEWARE)
- 2009-10-08 13:41:15下载
- 积分: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
-
winsock c语言代码实例
winsock c语言代码实例-winsock c language code examples
- 2022-07-05 01:47:54下载
- 积分:1
-
wordexp
Bits set in the FLAGS argument to `wordexp .
- 2015-09-22 12:18:14下载
- 积分:1
-
CSharp-and-.net-base-lession
非常适合刚接触C#的同学学习,内容包含了C#基础,SQL(这部分很详细),ADO.NET,
Socket网络编程,HTML入门,WinForm基础,里面的知识点很详细,例子较多,对于
复习C#和MSsql很有帮助!(Very suitable for students new to learn C#, contains the C#-based, SQL (this part is very detailed), ADO.NET,
Socket network programming, HTML entry, WinForm base, which is very detailed knowledge points, more examples for
C# and MSsql review helpful!)
- 2014-01-29 01:04:36下载
- 积分:1
-
Perceptron
机器学习中Perceptron算法统计词频(The statistics of words of perceptron algorithm in Machine Learning)
- 2013-11-28 22:42:55下载
- 积分:1
-
tuyy88779
labview关于DLL的部分,想要的可以看一下(LabVIEW on the DLL section, what you want can be looked at)
- 2017-07-06 12:31:24下载
- 积分:1
-
背景提取matlab,帧差法(213426)
基于matlab用帧差法提取背景,很实用的一个小程序。(Matlab based on frame difference method to extract the background, it is a useful small program.)
- 2017-09-16 16:07:29下载
- 积分:1
-
简单的投票系统,sql版,没有解压密码
不能做商业用途
简单的投票系统,sql版,没有解压密码
不能做商业用途-simple voting system, sql version without extracting passwords can not do commercial use
- 2022-11-03 17:15:03下载
- 积分:1
-
微软网络消息发送server
微软网络消息发送server-Microsoft network messaging server
- 2023-05-17 12:05:03下载
- 积分:1