登录
首页 » C++ » RJCQDWI

RJCQDWI

于 2018-12-25 发布 文件大小:13KB
0 211
下载积分: 1 下载次数: 0

代码说明:

  6 ways to start other programs

文件列表:

BReadMe.txt, 3651 , 2017-11-06
启动其它程序.txt, 5071 , 2017-11-06
Resource.h, 1102 , 2017-11-06
StartOther.h, 1368 , 2017-11-06
StartOtherDlg.h, 1580 , 2017-11-06
StdAfx.h, 999 , 2017-11-06
StartOther.cpp, 1913 , 2017-11-06
StartOtherDlg.cpp, 7755 , 2017-11-06
StdAfx.cpp, 212 , 2017-11-06
StartOther.clw, 1911 , 2017-11-06
StartOther.dsp, 4332 , 2017-11-06
StartOther.dsw, 543 , 2017-11-06
res\StartOther.ico, 1078 , 2017-11-06
StartOther.opt, 53760 , 2017-11-06
StartOther.rc, 6548 , 2017-11-06
res\StartOther.rc2, 402 , 2017-11-06
res, 0 , 2018-11-09

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

发表评论

0 个回复

  • UseExternVarDll
    vc调用DLL,获取其导出的全局变量值UseExternVarDll的源码(vc call DLL, access to export global variable value UseExternVarDll source)
    2011-07-10 11:07:29下载
    积分:1
  • C# 模拟按键 功能完整源码下载
    可以说是个简易版的按键精灵。主要功能有:自动输入,截屏,控制鼠标移动点击。
    2013-08-28下载
    积分:1
  • 51641394
    Matlab time-frequency analysis supporting the source code of chapter 12, please share
    2017-05-16 07:26:12下载
    积分:1
  • 658216
    托盘程序详解(一) Detailed trailer program (a)(Detailed explanation of pallet program (a) Detailed trailer program (a))
    2018-11-04 20:00:13下载
    积分:1
  • UDF
    FLUENT中的源项UDF,初学UDF可以下载下来学学。(this is a source UDF,IF you want it you can download .thank you! )
    2020-12-05 15:39:22下载
    积分:1
  • ICON
    ICON图标提取工具,可以提取exe以及dll文件程序的所有icon图标。(ICON icon extraction tool to extract the program exe and dll files for all icon icon.)
    2011-05-11 11:25:44下载
    积分: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
  • qankzd
    自己看中,一个PHP程序,PHP版的,哈哈哈,还比较好用的()
    2017-10-10 17:38:41下载
    积分:1
  • CTP_API_Sample
    上期技术CTP接口示例源码,可以根据这个示例开发自己的交易平台(Examples of technology interfaces on the CTP source)
    2010-11-04 11:23:49下载
    积分:1
  • switching.power.documentation
    开关电源设计高级开发文档资料High switching power supply design development documentation (High switching power supply design development documentation )
    2011-01-15 15:31:17下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载