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

搜索资源列表

  1. AnimalSystem

    1下载:
  2. 利用MFC以及人工智能产生式知识设计的简单动物的识别系统,能够识别7种动物-MFC and artificial intelligence using knowledge of the design of a simple production animal identification system can identify 7 animals
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-04
    • 文件大小:2292319
    • 提供者:马奇
  1. 8ShuMa

    0下载:
  2. 用人工智能的A*算法解决8数码难题,用MFC开发界面,显示8数码的移动过程-Use A* to deal problem about 8 ShuMa and use MFC to show the process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:2019751
    • 提供者:黄傲成
  1. Hw09_5

    0下载:
  2. 基于MFC对话框下编写的对树的各种遍历 数据结构的基本算法-MFC dialog based on the tree prepared with a variety of basic algorithms traverse the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1914832
    • 提供者:yunzhen wang
  1. ContactBook

    0下载:
  2. 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3144509
    • 提供者:朱凯迪
  1. vcmatlabplot

    0下载:
  2. mfc编写的在vc中调用matlab绘图本列中可通过按些按钮调用Matlab会出正弦函数-vc mfc prepared to call matlab in drawing the line can be invoked by pressing these buttons will be a sine function Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:2047279
    • 提供者:xtbbbbdx
  1. TreeUse

    2下载:
  2. 二叉树的建立,遍历,求树的高度,叶子个数等等MFC做的-The establishment of such a binary tree to do MFC
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-07-09
    • 文件大小:4429824
    • 提供者:Jack
  1. eat

    0下载:
  2. 计算机仿真技术里面的经典问题:哲学家用餐问题的mfc实现,感兴趣的同志可以-Inside the computer simulation of the classic problems: dining philosophers problem mfc implementation can be a good look gay interest
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4940229
    • 提供者:张庆
  1. FFT

    1下载:
  2. 用MFC实现了离散余弦变换的快速算法,可以从文件读序列,显示变换结果,绘出图像-Realized with discrete cosine transform MFC fast algorithm that can read from a file sequence, showing transform results, draw the image
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:2048412
    • 提供者:wl
  1. Demo_Sort

    0下载:
  2. C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12126
    • 提供者:xcan
  1. the-application-of-tree

    0下载:
  2. 做了一个树模板类(protected派生于二叉树类)。 类方法模仿MFC的CTreeCtrl-Made a tree template class (protected derived from binary tree class). MFC' s CTreeCtrl class method to imitate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:21464
    • 提供者:houxian
  1. MATLABEngClass

    0下载:
  2. VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。-VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC t
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:994542
    • 提供者:tianjian
  1. winFM

    0下载:
  2. 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:79911
    • 提供者:林冬冬
  1. mycalculator

    0下载:
  2. 这是我做的一个非常简单的计算器,实现的功能也蛮少的,就是给刚接触MFC的同志看下,大虾们就不用进来了-I did this a very simple calculator, functions are quite small, is to give new to MFC comrades look down, they would not come in prawns. .
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3673325
    • 提供者:黄颖
  1. wh

    0下载:
  2. 基于VC6.0 MFC开发的一元二次方程的解答。 可以解答任意一元二次方程的根,并汇出抛物线图,对于MFC初学者有很大作用。-Developed based on VC6.0 MFC answers a quadratic equation. Can answer any of the root of a quadratic equation, and export the parabolic map, plays a significant role for MFC beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1952617
    • 提供者:kmust
  1. BiTree

    0下载:
  2. MFC 二叉树的建立,递归遍历,非递归遍历-MFC build a binary tree, recursive traversal, non-recursive traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:40467
    • 提供者:嘿嘿~HO~
  1. VCPPsgle-chain-dynamic-presentatin

    1下载:
  2. 基于MFC的单链表动态演示程序,有添加,插入、删除,移动节点等功能,对数据结构和VC++的初学者都有很好的帮助!-MFC-based single chain dynamic presentation procedures, add, insert, delete, move nodes and other functions, data structures and VC++ has a good help for beginners!
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-05
    • 文件大小:3712401
    • 提供者:liyuan
  1. ba_huang_hou_MFC_DEMO

    0下载:
  2. MFC演示 - 提供可视化界面 - 八皇后经典算法演示-MFC Demo- provides a visual interface- Classic Eight Queens Algorithm Demo
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:370771
    • 提供者:征尘
  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. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. jsp

    0下载:
  2. 单目标车间调度,通过mfc文件实现单目标车间的调度问题,包含有窗口-Single objective scheduling, to achieve a single goal through the mfc file shop scheduling problem, including a window
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11125798
    • 提供者:余果
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com