登录
首页 » C++ » MFC

MFC

于 2017-06-01 发布 文件大小:54KB
0 111
下载积分: 1 下载次数: 2

代码说明:

  MFC Graphics Tablet Test Application

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 视频采集卡读写实例
    视频采集卡读写实例
    2013-02-01下载
    积分:1
  • lua与c++互相调用的封装
    【实例简介】 方便lua调用c 类及绑定类引用的封装
    2021-08-06 00:31:07下载
    积分:1
  • 仿XP界面UI
    仿XP界面UI
    2015-07-02下载
    积分:1
  • 67212769
    一个用VC实现的动态LED控件,简单但很好用()
    2017-09-17 03:01:24下载
    积分:1
  • tslog
    历史上最强大的windows日志系统,性能是log4c的3倍 (History' s most powerful windows log system performance is log4c of 3 times)
    2010-06-21 00:59:05下载
    积分:1
  • services
    windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
    2012-08-23 11:41:40下载
    积分:1
  • ezWENJUAN
    一个简单的卷统软件,目前各项功能还不是很完善,正在努力开发,希望能有更好的版本.(a simple vol EC software, the various functions is not perfect, is working to develop, hoped for a better version.)
    2006-06-18 21:54:09下载
    积分:1
  • CSA算法MATLAB代码
    本代码详细的阐述了CSA算法的编写过程 具体参数参考合成孔径雷达成像-算法与实现
    2019-04-03下载
    积分:1
  • 数据采集读写实例
    数据采集读写实例
    2013-02-02下载
    积分: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
  • 696518资源总数
  • 104269会员总数
  • 42今日下载