CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - mfc中显示

搜索资源列表

  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:57709
    • 提供者:tang
  1. EightNUM

    0下载:
  2. 本程序是利用盲目搜索算法中的深度优先算法实现八数码问题的解决,用的C++的MFC框架类平台,有界面,先置初始状态,然后开始搜索,其中‘0’代表空格,会显示出搜索的步数以及每步的状态。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:41338
    • 提供者:崔娜
  1. bp_xor

    1下载:
  2. 神经网络中的多层感知器的BP(反向传播)学习算法,并在MFC中以主观方式显示学习过程。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48661
    • 提供者:三方
  1. som

    0下载:
  2. 神经网络中的无监督学习中的SOM学习算法,并在MFC中以主观方式显示学习过程。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47682
    • 提供者:三方
  1. Kmean

    0下载:
  2. 神经网络中的K-MEAN聚类算法,并在MFC中以主观形式显示学习过程。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:46341
    • 提供者:三方
  1. btree

    0下载:
  2. 实现B树,并在MFC中将其画出。 B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.屏幕图形化的显示。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:134702
    • 提供者:beastman
  1. show_jpgfile

    0下载:
  2. 在MFC应用程序中根据自己的选择显示一个JPG图形文件
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:184928
    • 提供者:linxin
  1. SignalAdd

    0下载:
  2. 用VC++中的MFC的对话框实现两个矩阵的相加,并把相加的结果显示出来。-Using VC++ in MFC dialog realize the sum of two matrices, and put the sum of the results are displayed.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:30120
    • 提供者:杨鑫彦
  1. Mlmfc_Perception

    0下载:
  2. 包含神经网络感知器算法的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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:31622
    • 提供者:Robin.Wang
  1. datastruct_tree_MFC

    0下载:
  2. 用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
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2390987
    • 提供者:na xiao
  1. heap

    0下载:
  2. 使用MFC可视化界面,实现数据结构中的对排序,初始堆和排序后的堆都用树控件显示-Visual interface using MFC, data structure of the sort, after the initial heap and sort heap is a tree control displays
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:26805
    • 提供者:wangyun
  1. shu

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2405198
    • 提供者:tomo
  1. Red-Black-Tree

    0下载:
  2. 使用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
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1611411
    • 提供者:叶子
  1. Binary-sort-tree

    0下载:
  2. 创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:33960
    • 提供者:凌珍珍
  1. huitu1

    1下载:
  2. 基于VC++的模糊控制汽车倒车仿真 介绍了基于VC++的模糊控制汽车倒车的仿真系统设计及实现过程,在建立汽车倒车数学模型的基础上,通过VC++编写模糊控制程序,并通过微软基础类(MFC)设计仿真界面,使汽车在倒车时的状态及其运动轨迹能够动态的显示。在仿真软件设计中,汽车倒车模型与控制器采用模块化设计方法,具有一定的通用性,易于扩展。通过该仿真系统可以找到汽车倒车的“死区”范围,检验并改进控制算法。实验表明用模糊控制方法控制汽车倒车,汽车运动轨迹圆滑,倒车准确,具有很好的鲁棒性。-The Si
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3711985
    • 提供者:猪猪侠
  1. Ex3_3

    0下载:
  2. 实现MFC中年月日的显示,并且可以计算出是星期几-MFC date display, and can calculate the day of the week
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1928953
    • 提供者:褚炜雯
  1. Douglas

    0下载:
  2. 该程序基于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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-04
    • 文件大小:46783
    • 提供者:胡泓达
  1. ANN_BP

    0下载:
  2. 神经网络中BP学习算法,并在MFC中以主观方式显示学习过程。-Neural network BP learning algorithm, and in MFC in order to show the subjective learning process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:8136874
    • 提供者:Jing
  1. ANN_SOM

    0下载:
  2. 神经网络中的无监督学习中的SOM学习算法,并在MFC中以主观方式显示学习过程。-Neural network unsupervised learning of SOM learning algorithm, and in MFC in order to show the subjective learning process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-16
    • 文件大小:24490484
    • 提供者:Jing
搜珍网 www.dssz.com