登录
首页 » Visual C++ » MFCWindows

MFCWindows

于 2006-03-15 发布 文件大小:4952KB
0 342
下载积分: 1 下载次数: 1

代码说明:

说明:  MFC Windows程序设计(第二版) 源代码,非书籍(MFC Windows Programming (2nd Edition) source code, non-books)

文件列表:

MFC Windows程序设计(第二版)
...........................\Chap01
...........................\......\Hello
...........................\......\.....\Hello.cpp
...........................\......\.....\Hello.dsp
...........................\......\.....\Hello.dsw
...........................\......\.....\Hello.h
...........................\......\.....\Release
...........................\Chap02
...........................\......\Accel
...........................\......\.....\Accel.cpp
...........................\......\.....\Accel.dsp
...........................\......\.....\Accel.dsw
...........................\......\.....\Accel.h
...........................\......\.....\Release
...........................\......\Ruler
...........................\......\.....\Release
...........................\......\.....\Ruler.cpp
...........................\......\.....\Ruler.dsp
...........................\......\.....\Ruler.dsw
...........................\......\.....\Ruler.h
...........................\Chap03
...........................\......\MouseCap
...........................\......\........\MouseCap.cpp
...........................\......\........\MouseCap.dsp
...........................\......\........\MouseCap.dsw
...........................\......\........\MouseCap.h
...........................\......\........\Release
...........................\......\TicTac
...........................\......\......\Release
...........................\......\......\TicTac.cpp
...........................\......\......\TicTac.dsp
...........................\......\......\TicTac.dsw
...........................\......\......\TicTac.h
...........................\......\VisualKB
...........................\......\........\Release
...........................\......\........\VisualKB.cpp
...........................\......\........\VisualKB.dsp
...........................\......\........\VisualKB.dsw
...........................\......\........\VisualKB.h
...........................\Chap04
...........................\......\Colors
...........................\......\......\ChildView.cpp
...........................\......\......\ChildView.h
...........................\......\......\Colors.aps
...........................\......\......\Colors.clw
...........................\......\......\Colors.cpp
...........................\......\......\Colors.dsp
...........................\......\......\Colors.dsw
...........................\......\......\Colors.h
...........................\......\......\Colors.rc
...........................\......\......\MainFrm.cpp
...........................\......\......\MainFrm.h
...........................\......\......\Release
...........................\......\......\res

...........................\......\......\...\Colors.rc2
...........................\......\......\resource.h
...........................\......\......\StdAfx.cpp
...........................\......\......\StdAfx.h
...........................\......\Shapes
...........................\......\......\ChildView.cpp
...........................\......\......\ChildView.h
...........................\......\......\MainFrm.cpp
...........................\......\......\MainFrm.h
...........................\......\......\Release
...........................\......\......\res

...........................\......\......\...\Shapes.rc2
...........................\......\......\resource.h
...........................\......\......\Shapes.aps
...........................\......\......\Shapes.clw
...........................\......\......\Shapes.cpp
...........................\......\......\Shapes.dsp
...........................\......\......\Shapes.dsw
...........................\......\......\Shapes.h
...........................\......\......\Shapes.rc
...........................\......\......\StdAfx.cpp
...........................\......\......\StdAfx.h
...........................\Chap07
...........................\......\ColorText
...........................\......\.........\ColorText.cpp
...........................\......\.........\ColorText.dsp
...........................\......\.........\ColorText.dsw
...........................\......\.........\ColorText.h
...........................\......\.........\Release
...........................\......\FontView
...........................\......\........\FontView.cpp
...........................\......\........\FontView.dsp
...........................\......\........\FontView.dsw
...........................\......\........\FontView.h
...........................\......\........\Release
...........................\......\IconView
...........................\......\........\IconView.cpp
...........................\......\........\IconView.dsp
...........................\......\........\IconView.dsw
...........................\......\........\IconView.h
...........................\......\........\Release
...........................\......\MyPad
...........................\......\.....\ChildView.cpp

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

发表评论

0 个回复

  • ug_open二次开发与实例精解
    《UG/Open二次开发与实例精解》的源代码。(The source code of "UG/Open Secondary Development and Example Resolution".)
    2020-06-30 23:40:02下载
    积分:1
  • Log
    有了合适的处理对象,剩下的就是技术问题了。在数字运动检测中运用的关键技术有图像数据读取、图像的中值滤波、图像灰度化、图像梯度的获取、图像特征区域的确定、两幅图像的匹配、图像二值化、图像细化、图像去离散点的操作、物体的区域定位、物体中心点的取得,最后再从图片中得到物体运动轨迹。本运动检测系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹。本文主要阐述了什么是数字图像处理、数字图像处理的基本要求、数字图像处理的实践及开发工具的特点、功能、()
    2008-05-24 13:11:44下载
    积分:1
  • ARM9
    arm9的一些基础知识,有利于初学者用。有关ARM9微处理器系列方面的介绍。(arm9 some basic knowledge will help beginners to use. Aspects of the ARM9 family microprocessor introduction.)
    2009-07-06 20:04:20下载
    积分:1
  • TextAnalysis
    说明:  中文信息处理比较经典的书籍,较全面的讲解了文本的分析处理过程,书中附代码。(Chinese information processing more classic books, more comprehensive analysis of the text to explain the process, the book with the code.)
    2011-04-16 00:18:04下载
    积分:1
  • LiveUpdate1.0
    说明:  在线下载更新程序-----------------
    2010-03-27 15:31:12下载
    积分:1
  • 3
    说明:  Visual C++范例开发大全第3章源代码(Visual C++ example development Daquan Chapter 3 source code)
    2012-05-24 17:03:12下载
    积分:1
  • data-structure-part2
    说明:  源码包括清华大学出版社数据结构书第4~6章对应的源码。个人认为比书上的一些代码还要精简。所有代码均通过调试运行(Source data structure including the Tsinghua University Press Book No. 4 ~ 6 s corresponds to the source. Personally think that the ratio of the number of books but also to streamline the code. Debug all the code to run through)
    2009-08-12 14:58:45下载
    积分:1
  • 2CPP
    C++课本第二章源码,有利于更简单学习C++(some easy programme books of C++)
    2016-05-25 19:42:05下载
    积分:1
  • 90719591
    用于VB中datagridlistview打印功能,不错很好的(Used in VB datagridlistview printing function, good good)
    2017-04-16 05:17:45下载
    积分:1
  • ADOprogram
    在visual c++环境中,使用ADO技术进行数据库编程(In the visual c++ environment, the use of ADO database programming techniques)
    2009-10-31 11:03:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载