搜索资源列表
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
EightNUM
- 本程序是利用盲目搜索算法中的深度优先算法实现八数码问题的解决,用的C++的MFC框架类平台,有界面,先置初始状态,然后开始搜索,其中‘0’代表空格,会显示出搜索的步数以及每步的状态。
bp_xor
- 神经网络中的多层感知器的BP(反向传播)学习算法,并在MFC中以主观方式显示学习过程。
som
- 神经网络中的无监督学习中的SOM学习算法,并在MFC中以主观方式显示学习过程。
Kmean
- 神经网络中的K-MEAN聚类算法,并在MFC中以主观形式显示学习过程。
btree
- 实现B树,并在MFC中将其画出。 B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.屏幕图形化的显示。
show_jpgfile
- 在MFC应用程序中根据自己的选择显示一个JPG图形文件
SignalAdd
- 用VC++中的MFC的对话框实现两个矩阵的相加,并把相加的结果显示出来。-Using VC++ in MFC dialog realize the sum of two matrices, and put the sum of the results are displayed.
Mlmfc_Perception
- 包含神经网络感知器算法的MFC程序,可以可视化,有具体的例子在单文档窗口中显示数据点和算法结果。-Contains the neural network perceptron algorithm MFC program, you can visualize, there are one specific example in a single document window displays the results of data points and algorithms.
datastruct_tree_MFC
- 用MFC实现树的建立和显示,同时用前序中序后序遍历显示,同时实现动态显示-MFC achieved by the establishment of the tree and display the same time, in order to use pre-order traversal order after the show, while achieving dynamic display
heap
- 使用MFC可视化界面,实现数据结构中的对排序,初始堆和排序后的堆都用树控件显示-Visual interface using MFC, data structure of the sort, after the initial heap and sort heap is a tree control displays
shu
- MFC写的二叉树小程序,输入后可以显示树,递归先序中序后序遍历和非递归中序遍历,数据结构相关-MFC binary write small programs can be displayed after the input tree, recursive sequence in the first post-order traversal order and non recursive inorder traversal, the data structure associated
Red-Black-Tree
- 使用MFC做的一个红黑树操作演示,带有显示界面,很好的展示了红黑树创建、添加、删除等操作的过程,是数据结构与算法中很重要的一部分-Use MFC to do a red-black tree operation and demonstration, with the display interface, a very good show red-black tree to create, add, delete and other operations of the process data s
Binary-sort-tree
- 创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
huitu1
- 基于VC++的模糊控制汽车倒车仿真 介绍了基于VC++的模糊控制汽车倒车的仿真系统设计及实现过程,在建立汽车倒车数学模型的基础上,通过VC++编写模糊控制程序,并通过微软基础类(MFC)设计仿真界面,使汽车在倒车时的状态及其运动轨迹能够动态的显示。在仿真软件设计中,汽车倒车模型与控制器采用模块化设计方法,具有一定的通用性,易于扩展。通过该仿真系统可以找到汽车倒车的“死区”范围,检验并改进控制算法。实验表明用模糊控制方法控制汽车倒车,汽车运动轨迹圆滑,倒车准确,具有很好的鲁棒性。-The Si
Ex3_3
- 实现MFC中年月日的显示,并且可以计算出是星期几-MFC date display, and can calculate the day of the week
Douglas
- 该程序基于MFC平台实现了经典的道格拉斯算法,示例数据jpl_vegetation_grass.txt也包含在工程中,首先显示读取并显示示例数据,经过道格拉斯抽样后输出抽样结果Data.txt,并进行显示-The program implements classic Douglas algorithms based on the platform of MFC , sample data jpl_vegetation_grass.txt is also included in the proje
ANN_BP
- 神经网络中BP学习算法,并在MFC中以主观方式显示学习过程。-Neural network BP learning algorithm, and in MFC in order to show the subjective learning process.
ANN_SOM
- 神经网络中的无监督学习中的SOM学习算法,并在MFC中以主观方式显示学习过程。-Neural network unsupervised learning of SOM learning algorithm, and in MFC in order to show the subjective learning process.