资源列表
visual-cPP
- 本书实例讲解visual c++应用实例以及MFC的使用-visual c++ project program
Creat_Tree
- 树的创建和遍历,包含前序遍历,中序遍历和后序遍历,并找出某个以前的所有祖先-The creation of a tree and ergodic, including preorder traversal, the sequence traversal and the sequence traversal, and find out a previous all ancestors
show-the-background-picture
- VS2010单文档中用CFormView类显示背景图 -The VS2010 single document using CFormView class display background images
1
- 2维最小包围圆,给定N个点,求能够包含他们的最小面积圆-the question of the smallest enclosing ball
NewYear
- 自己制作的一个现实happynewyear文字的窗体,这个窗体是一个透明的,可以渐渐变化,渐渐显现!-A realistic happynewyear to produce their own form of text, this is a transparent form, you can gradually change, gradually revealed!
gaoshu
- 有关高等数学的课件,效果不错,层次清楚,值得借鉴
XP+VMware+Redhat9.0
- 视频教程,不用多说了,一看就会了 开发环境搭建XP+VMware+Redhat9.0安装教程
button
- MFC控件,自绘的按钮控件,能够实现任意的形状-MFC controls, self-drawn button control, any shape
vm
- 汇编语言集成软件,使用方法和其它软件一样方便,不用注册即可使用。
AllAbout_PictureCtrlTest
- this is all about Rich Edit
mfc16TabControl
- 基于visual studio 2010的MFC界面对话框 tab控件的简单实现 -MFC interface dialog
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。