登录
首页 » C# » explanation of the most basic procedures MFC process.

explanation of the most basic procedures MFC process.

于 2022-08-11 发布 文件大小:2.71 kB
0 86
下载积分: 2 下载次数: 1

代码说明:

解释了最基本的MFC程序流程。-explanation of the most basic procedures MFC process.

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

发表评论

0 个回复

  • Final with TLBO
    image registration for tlbo algorithm -enhancement
    2017-10-13 02:39:13下载
    积分:1
  • android开发入门
    说明:  android应用开发很好的入门资料,非常适合初学者。(An excellent introduction to android application development)
    2019-02-17 15:11:49下载
    积分:1
  • 谭浩强--C程序设计(文字版)
    说明:  c++经典教程,谭浩强,c语言,经典c语言教程(C + + classic course, Tan Haoqiang, C language, classic C language course)
    2020-05-27 21:37:08下载
    积分:1
  • SMS
    asp.net学生管理系统。包含使用说明和需求文档等等,可供学生参考学习。(asp.net student management system. Contains instructions and requirements documents, etc., for students learning.)
    2014-02-11 22:23:11下载
    积分:1
  • doc6
    一个单片机程序,是关于LED数码显示的比较简易(a SCM process, the LED digital display on the relatively simple)
    2006-11-20 15:43:52下载
    积分:1
  • c# 关闭窗口前确认 弹出提示
    与大家分享一个C#窗口编程小技巧,在用户关闭窗口前,弹出确认对话框,可有效防止用户误操作,误关闭窗口。本源码中是完整的实例下载 ,有基础的可参考以下的代码,快速实现本功能:   C#弹出关闭窗口的确认对话框,核心代码如下:   private void Form1_FormClosing(object sender, FormClosingEventArgs e)   {    DialogResult dr = MessageBox.Show("是否关闭窗体", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);    if (dr == DialogResult.Yes) //使用if语句判断是否单击“是”按钮    {    e.Cancel = false;//如果单击“是”按钮则关闭窗体    }    else//否则    {    e.Cancel = true;//不执行操作    }   }   当用户单击窗口右上角关闭按钮时,激活函数中的命令,弹出确认框。
    2022-01-25 15:52:19下载
    积分:1
  • formatswap
    SEGY地震数据不同格式间相互转换小软件,不需要安装。(SEGY seismic data conversion between different formats of small software, do not need to install.)
    2019-03-28 10:44:20下载
    积分:1
  • 拉格朗日插值算法的实现
    数值分析实验,拉格朗日插值算法的实现,用c++代码实现算法
    2023-04-10 12:05:03下载
    积分:1
  • 232
    实现运动目标的跟踪,首先用鼠标选取一个区域。之后能自动跟踪这个目标(Tracking of moving objects, first use the mouse to select a region. After automatic tracking of this objective)
    2012-05-29 22:25:21下载
    积分:1
  • HOG+SVM
    HOG+SVM,一般学习用的把其他的没什么了。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-02-26 12:54:48下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载