搜索资源列表
Animation-Style_Dialog_Class
- 制作动画的类,很不错的 // construction CAniDialog(UINT nDlgID, CWnd* pParent) CAniDialog(CPoint pt, UINT nDlgID, CWnd* pParent) // operation // access frame number UINT GetFrameNum() const void SetFrameNum(UINT nFrames) // access an
biaoshi
- 该程序是关于vc图像处理的,其功能是图像分割,标识物体测量面积和周长。-that the procedure was on vc image processing, and its function is image segmentation, object identification measurement area and perimeter.
TheFrameWindowObject-1
- The frame window object-1
TheFrameWindowObject-2
- The Frame Window Object-2
TheFrameWindowObject-3
- The Frame Window Object-3
TheFrameWindowObject-4
- The Frame Window Object-4
TheFrameWindowObject-5
- The Frame Window Object-5
TheFrameWindowObject-6
- The Frame Window Object-6
SelectUsersOrGroups2005
- Using the Windows 2000/XP Object Selection Dialog
4102327
- Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统
Style
- 一个小的开发程序。关于SuperMap object的开发-A small development process. SuperMap object on the development of
ClassViewer
- 通过反射 可以获得class对象,进而可以获得类相关的各种信息,本代码为一个小例子-Access class object through reflection, which can be related to various types of information, the code for a small example
mulview
- 分割窗口将窗口分成几个部分,每个部分通常代表一个视图(但也可以是具有子窗口标识的CWnd对象),又称窗格。-Window will be split window is divided into several parts, each part is usually on behalf of a view [but may also be labeled with the child window CWnd object], also known as pane.
PreviousData
- 实现简单的在FormView类对象中调用简单的数据文件,文件格式已知,能够实现简易的放大、缩小、光标线选择范围放大等-The realization of a simple type of object in the FormView to call a simple data file, the file format is known, and easy to achieve amplification, reduced the range of options to enlarge the
Drawing
- 学习文档与视图的小例子!包括对象序列化功能!-Study documents and view a small example! Including the object serialization feature!
chapter10
- 动物猜测程序(模板),数据结构于面向对象程序设计c++第3板-Guess animal program (template), data structures object-oriented programming in c++ the first 3 board
DD
- 拖放,是指用鼠标拖动的方法,在不同程序的窗口之间、同一个程序的不同窗口之间或同一程序同一窗口的不同控件之间,进行移动、复制和粘贴等操作的技术。拖放操作是在操作系统的帮助下完成的。被拖动的对象首先向操作系统注册它使用的数据格式,并按指定的数据格式提供数据,拖放操作结束时,接收拖放的窗口按指定的数据格式提取有关数据,并根据提取的数据生成相应的对象。-Drag and drop, is the method of dragging with the mouse, the window in betwe
COMDialogTest
- 该程序主要实现如何调用一个组件对象模型(COM)中的对话框。关于该对话框的操作可以完全在COM中实现,而主程序只需负责整体的逻辑操作。通过这种编程方式,可以很好的实现插件式编程。-The procedure to achieve how to call a Component Object Model (COM) in the dialog box. Operation on the dialog box can be fully realized in the COM, while the m
demo
- First of all, the heart and soul of this class is the DrawWireRects function, which was written by Almond and Maunder, so credits go there. I tried to leave that function as intact as possible, some small changes were necessary to be done, however, i
parking
- 停靠代码 在对话框类的CPP文件中包含CAutoHideWnd类的头文件 #include "AutoHideWnd.h" 在CPP文件中声明CAutoHideWnd类的对象 CAutoHideWnd m_hideWnd 在对话框初始化函数中利用m_hideWnd调用CAutoHideWnd类中的Attach()函数 m_auto.Attach(this) -Stop code in the dialog class CPP file contains CAutoHid
