搜索资源列表
AVLTree
- 数据结构中重要的AVL树,例采用模板类实现,实现了AVL 中情况的判别以及对树的旋转操作,是大二数据结构课程设计的一部分 虽然是采用的控制台方式显示但是转成图像MFC显示或是其他显示也是很方便的-AVL tree data structure, for example, using the template class implements a the AVL case of discrimination, and the tree rotation operation, the sophomo
Tree-traversal
- MFC实现树的建立,可自动得到输入树的深度,先序、中序、后序遍历的结果,并用图形显示该树。-MFC to achieve the establishment of the tree can be automatically input the depth of the tree, preorder, inorder, postorder traversal, and graphical display of the tree.
TestConsole
- 基于VC环境下编译,在MFC中显示控制台窗口-VC environment compiler to display the console window in MFC
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个