-
28335_CODE_CCS5.5
DSP例程,包含头文件,不包括CCS源程序,需要自己下载(DSP routines, including header files)
- 2020-06-23 15:40:02下载
- 积分:1
-
C-Programming
C-Progamming Book for begineers
- 2011-01-20 12:25:03下载
- 积分: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
-
Duncan
flac3d中邓肯张自定义本构模型的源代码。(duncan self-defined model)
- 2020-10-08 08:57:38下载
- 积分:1
-
BOSS_C
本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序。(This is an application program developped by TURBO C and BOSS windows developping application library.)
- 2005-04-27 12:02:39下载
- 积分:1
-
arpasdfasdf
编写程序,实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。(programming, ARP-based LAN access to the activities of all MAC address and IP address correspondence list, require the use of Winpcap, manual Packaging ARP packets, and achieve ARP response data packet reception and analysis.)
- 2006-12-04 14:44:34下载
- 积分:1
-
c++ tcp文件传输例子源码下载(含服务器端和客户端完整源码)
c++ tcp文件传输例子源码下载(含服务器端和客户端完整源码)
- 2015-04-22下载
- 积分:1
-
ListView控件显示数据库数据的C#源代码
说明: C#ListView控件显示数据库数据的源代码(C# listview control display database data source code)
- 2020-06-01 10:44:18下载
- 积分:1
-
Science-and-engineering
科学与工程数值算法(Visual C++版),原书配套vc++6.0实现代码(Science and engineering numerical algorithm (Visual C++ version))
- 2015-08-06 15:46:36下载
- 积分:1
-
WPF_chart
非常经典的WPF图表图形开发源代码 非常全面(The WPF chart graphics development source code)
- 2013-01-10 17:00:47下载
- 积分:1