-
C
说明: c编译器相关源代码~~~~~~~~~~~~~~~~~~~~~~~~~~~~(c compiler, source code related to ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
- 2010-01-15 10:17:44下载
- 积分:1
-
proteus仿真25例子
这是proteus仿真例子,适合初学者以及爱好者(This is a simulation example of proteus, suitable for beginners and enthusiasts)
- 2019-03-22 16:16:52下载
- 积分:1
-
analog-I2C-driver-MPU050
stm32芯片--用GPIO口模拟I2C驱动MPU6050陀螺仪(Stm32 chip- using GPIO port simulation I2C driver MPU6050 gyroscope)
- 2013-12-19 19:43:04下载
- 积分: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
-
这是采用优先算法的进程调度程序。其优先级由程序随机产生,程序运行时可单步查看运行结果。...
这是采用优先算法的进程调度程序。其优先级由程序随机产生,程序运行时可单步查看运行结果。-This is the priority algorithm used in the process scheduler. Its priority randomly generated by the procedures, operating procedures can single-step operation to see results.
- 2022-03-26 17:18:44下载
- 积分:1
-
dtzm
xp上的动态桌面源代码。有点鸡肋。高手飞过吧。。(Dynamic Desktop source code on xp. Bit tasteless. Master flying it. .)
- 2014-01-13 16:22:24下载
- 积分:1
-
fluent_udf_lecture
对fluent软件udf的使用,开的讲座讲义,fluent udf lecture(training lecture for udf in fluent)
- 2020-08-05 14:48:32下载
- 积分:1
-
EMRWriterODBC
说明: EMR的开发包,开发医疗软件的时候可以用来学习参考(EMR development kit, when developing medical software can be used for learning reference)
- 2021-04-10 03:08:59下载
- 积分:1
-
19_直流电机小风扇
说明: 基于51单片机的电机使用。。。。。。。。。。(The motor based on 51 single chip computer uses.)
- 2020-06-17 18:40:02下载
- 积分:1
-
Lesson01
NEHE opengl 中第一课的源代码(NEHE opengl source code in the first lesson)
- 2015-10-28 10:59:47下载
- 积分:1