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

搜索资源列表

  1. Sudu

    0下载:
  2. 使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of tests is reasonable, to do some op
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:40190
    • 提供者:protoss
  1. ListOper

    1下载:
  2. 用户信息的增加、修改、删除、查询等功能,通过链表和MFC实现,通过文本文件存储,全面覆盖了数据结构中的链表操作和MFC的开发,以及文本的读写操作,对于学习很有帮助。-The increase in user information, modify, delete, query and other functions, through the list and the MFC implementation, through a text file storage, comprehensive co
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:30977
    • 提供者:郝祥根
  1. familytree

    1下载:
  2. 用mfc开发的一个家谱程序,数据结构是二叉树-With mfc program to develop a family tree, binary tree data structure is
  3. 所属分类:Data structs

    • 发布日期:2014-12-17
    • 文件大小:2155961
    • 提供者:蒋军
  1. ColourRain

    0下载:
  2. 在vc6开发环境下编写的MFC应用小程序:池塘夜雨。数据结构课程大作业。-Vc6 development environment in the preparation of the MFC application applet: the pond on a rainy night. Operation data structure courses.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:55512
    • 提供者:
  1. MultiSort

    0下载:
  2. 双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:207968
    • 提供者:张韶远
  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. 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. 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. 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. Huffman

    0下载:
  2. 哈夫曼编码 用MFC写的小程序 可以实现画图和现实功能-Huffman coding with MFC to write a small program can be functional and realistic drawing
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1977056
    • 提供者:
  1. Sort

    0下载:
  2. 基于mfc和cmd的排序算法实现; 有友好的的界面操作;-Mfc-based sorting algorithm and cmd a friendly interface operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1974772
    • 提供者:周炎兵
  1. ex_2_khpp

    0下载:
  2. 数据结构实验,括号匹配,VC++编程,MFC界面实现,用户输入一串表达式,判别括号是否匹配-Experimental data structure, bracket matching, VC++ programming, MFC interface implementation, the user enters a string expression, determine whether the matching parenthesis
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:28159
    • 提供者:perillachime
  1. BTree

    1下载:
  2. 用MFC实现二叉树的建立,前序中序后序遍历,求树高,叶子个数,交换左右子树,求结点个数,复制二叉树等-The establishment of a binary tree using MFC, after pre-order ininorder traversal order, seeking tree height, leaf number, exchange left and right subtrees, the number of demand nodes, copy the binar
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2102272
    • 提供者:萱萱
  1. AOE

    0下载:
  2. AOE关键路径,数据结构课程设计,使用MFC界面,图形化操作。有实验报告。-AOE critical path program. my project for Data Structure. Using MFC UI, Operate in GUI. It contain a report.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1113388
    • 提供者:WangLuJun
« 1 23 »
搜珍网 www.dssz.com