-
Smpl_Basic01_USBD_HID_Mouse
NuMicro™ Nano120系列特色为超低功耗USB HID设备 通信基本功能(ARM® Cortex™ -M0 USB HID)
- 2016-03-16 17:24:28下载
- 积分: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
-
Gidaspow
fluent 多相流模型中的Gidaspow曳力模型,采用udf 编写。可以再fluent 中进行编译(Gidaspow drag law for multiphase flow in fluent in UDF scheme.
)
- 2021-04-24 19:58:46下载
- 积分:1
-
Socket
说明: socket的服务器和客户端,实现点对点聊天功能(socket server and client, to achieve point-to-point chat)
- 2008-12-07 09:25:50下载
- 积分:1
-
USB-mouse-program
USB mouse program
- 2013-08-09 08:40:22下载
- 积分:1
-
shilibiaoE
用C++实现视力表的程序,很不错的哦(C realization of the vision chart procedures, very good oh! !)
- 2006-07-06 22:37:52下载
- 积分:1
-
codewarrior_help
codewarrior_help,使用iar的人都来看看,很好的.(codewarrior_help, use iar people to look at, very good.)
- 2008-05-14 23:10:49下载
- 积分:1
-
MyVideo
avi视频打开的小程序,可以再次基础上进行大量的开发(avi video to open a small program that can once again a lot of development on the basis of)
- 2012-05-26 16:09:31下载
- 积分:1
-
2014-12-01 窗口切换
使用MFC实现多个窗口切换,同一个窗口可以同时4、6、9个小窗口同时显示(MFC implementation of multiple window switching)
- 2018-07-03 14:33:45下载
- 积分:1
-
利用TMS320C6747对外接的NAND Flash存储器进行读写擦除的测试
利用TMS320C6747对外接的NAND Flash存储器进行读写擦除的测试,可以用来熟悉TMS320C6747的编程方法,NAND FLASH初始化设置,以及P6747的内部存储空间的原理,ccs版本为4.1.2(The use of TMS320C6747 NAND Flash memory for read and write erasure test, can be used to familiarize with the programming method of TMS320C6747, NAND FLASH initialization setting, and the principle of the internal storage space of P6747, CCS version is 4.1.2)
- 2018-07-03 13:56:39下载
- 积分:1