登录
首页 » Windows开发 » Visual C++ MFC编程实例,详细介绍了在vc环境下mfc的编程实例,具有很好的指导性。...

Visual C++ MFC编程实例,详细介绍了在vc环境下mfc的编程实例,具有很好的指导性。...

于 2022-06-20 发布 文件大小:26.41 MB
0 170
下载积分: 2 下载次数: 1

代码说明:

Visual C++ MFC编程实例,详细介绍了在vc环境下mfc的编程实例,具有很好的指导性。-Visual C++ MFC编程实例

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

发表评论

0 个回复

  • 一个设计模式的经典例子,喜欢的人可以随意下载,忘有人能进一步改进...
    一个设计模式的经典例子,喜欢的人可以随意下载,忘有人能进一步改进-a design model of the classic examples, like people can download, and forgot it was further improved
    2023-08-24 12:20:03下载
    积分:1
  • 简单的信号生器小程序,精巧但却精干,非常实用
    简单的信号发生器小程序,精巧但却精干,非常实用
    2022-11-17 23:00:02下载
    积分:1
  • This class includes normal char set and transformation of string.
    这个类包含了几种常见字符集以及字符串的转化方法,VC源代码-This class includes normal char set and transformation of string.
    2022-01-22 05:33:02下载
    积分:1
  • 1背包问题是NP难题。0
    0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
    2022-03-25 00:00:51下载
    积分:1
  • 使用CRectTrack类使用了图形的拾取 图形拖拉 图形变换 使用该类能够很方便地实现如上功能...
    使用CRectTrack类使用了图形的拾取 图形拖拉 图形变换 使用该类能够很方便地实现如上功能-CRectTrack category using the pick-up the use of graphical drag-and-drop graphics graphics transformation is convenient to use such to achieve above functions
    2022-12-01 11:10:04下载
    积分:1
  • 多线程多线程演示系统的研究
    多线程演示,用于研究Dephi系统多线程-multithreading demonstration system for the study multithreaded Delphi
    2022-04-22 14:01:47下载
    积分:1
  • 列举系统中运行的所有进程,自编
    列举系统中运行的所有进程,自编-cited operating system in all processes, self
    2022-03-22 13:50:53下载
    积分:1
  • 可以设置菜单有框架,自动隐藏。
    可以设置菜单有无边框,是否自动隐藏。  -can set menu there frame, hidden automatically.
    2022-04-16 18:34:23下载
    积分:1
  • bp函数逼近五层神经网络调试通过的c++代码
    bp函数逼近五层神经网络调试通过的c++代码-bp function approximation adopted by the five-layer neural network to debug c++ code
    2022-07-18 01:44:29下载
    积分:1
  • win8平板调用摄像头工具
    win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。 namespace AForge.Controls {     using AForge.Video;     using System;     using System.ComponentModel;     using System.Drawing;     using System.Runtime.CompilerServices;     using System.Windows.Forms;         public class VideoSourcePlayer : Control     {         private bool autosize;         private Color borderColor = Color.Black;         private IContainer components;         private Bitmap currentFrame;         private bool firstFrameNotProcessed = true;    
    2022-04-23 12:39:10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载