-
entry_dos
便捷的dos进入工具,非常方便开发人员使用,提高工作效率(Dos and convenient access to tools to developers is very convenient to use, improve efficiency)
- 2011-05-18 17:06:13下载
- 积分:1
-
C#+access简单的学生管理系统源码(主页有完整版)
C# access简单的学生管理系统,登录账号:Admin 密码:123
- 2019-12-20下载
- 积分:1
-
wk_dz
Visual C++案例开发集锦第六章\获取网卡地址的程序源码,值得一看!(Visual C++ case development highlights Chapter to obtain the Ethernet address of the program source code, worth a visit!)
- 2011-08-13 16:07:33下载
- 积分:1
-
C#抓取IE浏览器网站整体截图实例源码
C#抓取整个网站为一个图片
- 2013-01-17下载
- 积分:1
-
663705
Produce a real random number 产生真正的随机数(Produce a real random number produces real random numbers)
- 2018-12-26 07:58:01下载
- 积分: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
-
ga
说明: ga算法的源码解连续空间.遗传算法解最优化问题的计算效率比较高、适用范围相当广(ga algorithm for continuous space-source solutions. Genetic Algorithm optimization problem for calculating the efficiency is relatively high, considerable scope to apply)
- 2008-03-11 12:21:41下载
- 积分:1
-
Fluent udf手册
【实例简介】Fluent udf手册
- 2021-08-10 00:31:03下载
- 积分:1
-
xuliehua
vc基本序列化的程序源码,希望对大家有所帮助(vc basic sequence of the program source code, we want to help)
- 2011-06-05 22:20:23下载
- 积分:1
-
Font_Previewer
一个不错的系统字体预览工具附源码。很实用的系统字体预览工具,附有全部源码,可以很直观的看到系统各种字体的模样,便于你管理系统字体。(A good system font preview tool attached source code. A very practical system font preview tool, with full source code, the system can be very intuitive to see the appearance of a variety of fonts, easy to manage your system fonts.)
- 2009-09-10 12:36:19下载
- 积分:1