-
在硬件设置上禁用和启动多个网卡,在xp、win98、win2000上测试过...
在硬件设置上禁用和启动多个网卡,在xp、win98、win2000上测试过-the hardware setup and launched a number of banned card, xp, win98, tested on WIN2000
- 2022-03-14 06:37:17下载
- 积分:1
-
LINUX网口文件传输,分别运行SER.O和CLI.O 传输文件路径可自行修改 或作成读取配置文件的形式...
LINUX网口文件传输,分别运行SER.O和CLI.O 传输文件路径可自行修改 或作成读取配置文件的形式-LINUX network file transfer, and running SER.O CLI.O document transmission path may modify or make the reader configuration file forms
- 2023-02-03 05:50:03下载
- 积分:1
-
我自己的函数库,使编程更加容易。大家能够喜欢
我自己的函数库,使编程更加容易。大家能够喜欢-My own library to make programming easier. Everyone can love
- 2023-02-14 21:20:03下载
- 积分:1
-
HTTP服务器应用编程源码,VC++.Net编辑环境。
HTTP服务器应用编程源码,VC++.Net编辑环境。-HTTP server application programming source, VC. Net editing environment.
- 2023-05-04 23:20:03下载
- 积分:1
-
bingo
自己做的两个小病毒和一个控制开关机的程序。。。小病毒求大神指点aaa(Own two small virus and a control switch procedure. . . The god of small viruses seek advice aaa)
- 2013-12-26 18:46:40下载
- 积分: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
-
VC6LineNumberAddin
VC++行号显示插件,里面有相应的txt说明文件(VC6 LineNumber Addin dll files.)
- 2012-03-06 12:06:33下载
- 积分:1
-
MT1D正演
说明: 基于MATLAB的一维大地电磁正演代码,可模拟多层地电模型的数值响应。(One - dimensional forward modeling code based on MATLAB can simulate the numerical response of multi - layer geoelectric model.)
- 2020-11-03 15:59:52下载
- 积分:1
-
矩阵运算
说明: 该代码包括矩阵的加减、乘法以及逆矩阵的计算(The code includes matrix addition and subtraction, multiplication and inverse matrix calculation.)
- 2020-07-25 15:31:56下载
- 积分:1
-
my_putty
说明: 用C语言实现的PUTTY源码,可以下载下来直接编译使用了解PUTTY的工作原理(PUTTY source code implemented in C language.Can be downloaded directly compiled using understanding the working principle of PUTTY)
- 2020-06-18 19:20:02下载
- 积分:1