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

搜索资源列表

  1. Mase

    0下载:
  2. 用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.69kb
    • 提供者:欧瑞清
  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.43kb
    • 提供者:俞训峰
  1. eight_queen.经典的八皇后问题用VC++实现

    0下载:
  2. 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:513.66kb
    • 提供者:杨旸
  1. Mymintree最小生成树的程序,用MFC编的

    0下载:
  2. 最小生成树的程序,用MFC编的,功能比较简单,绝对可以运行-Minimum spanning tree procedure, using MFC series, feature relatively simple and it can definitely run
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:25.03kb
    • 提供者:刘文
  1. LCS

    0下载:
  2. 数据结构最长公共子串实现,MFC实现,界面良好-Data structure to achieve the longest common sub-string, MFC realize a good interface
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.5mb
    • 提供者:
  1. Po_Clock

    0下载:
  2. mfc实现的时钟,我们老师布置得数据结构课程设计-mfc clock to achieve, we teachers have the data structure layout of the curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.87mb
    • 提供者:苏飞
  1. ChessBoard

    1下载:
  2. 经典的棋盘覆盖程序,实现MFC界面,用分治法实现-Coverage of the classic board procedures, the realization of MFC interface, with sub-rule method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:327.77kb
    • 提供者:杨旸
  1. Josephus

    0下载:
  2. MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:37.99kb
    • 提供者:方荣富
  1. SimpleCalcMFC

    0下载:
  2. MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.64mb
    • 提供者:WangLuJun
  1. knapsack

    0下载:
  2. MFC写的用动态规划法解决0-1背包问题。-solve 0-1 knapsack problem using dynamic programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:20.15kb
    • 提供者:luckypig
  1. tree

    0下载:
  2. MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:
  1. airport

    0下载:
  2. 利用数据结构的队列,模拟一个飞机场的运行,有一条跑道多条跑道等模式,是数据结构预算法的经典问题,这个是我们的项目,压缩包包含了源代码,项目报告,MFC界面。-Queue data structure used to simulate the operation of an airport, there is a multi-runway runway models, the data structure is a classic problem of the Budget Act, this i
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9.93mb
    • 提供者:蔡程序
  1. DataStruct_MFC_WinMain_SortMethod

    0下载:
  2. MFC中winmain详解,c++各种排序算法以及二叉树,搜索树,红黑树及其他数据结构的实现-Detailed in winmain MFC, c++ various sorting algorithms and binary search trees, red-black tree implementation of data structures and other
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.6mb
    • 提供者:张翔
  1. mfc-lianbiaohebing

    0下载:
  2. mfc下实现链表合并,完整代码,熟悉运用mfc知识。-mfc combined to achieve the list, complete code, familiar with the use of mfc knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:liu
  1. Astar-path-finding--based-on-MFC

    0下载:
  2. 基于MFC的A*算法,可以设置起点、终点、障碍等-astar algriumn based on MFC
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:17.36mb
    • 提供者:冬冬
  1. MFC-BST

    0下载:
  2. MFC编程实现二叉搜索树,包括查找,插入,删除和旋转。-MFC programming for binary search tree, including find, insert, delete, and rotate.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.26mb
    • 提供者:yz
  1. maze-mfc

    0下载:
  2. 界面好看的迷宫程序,用MFC实现,用户可以自己建造迷宫,可以随时修改迷宫地图,编理有具体的路线显示。-Interface nice maze procedure, using MFC, users can build their own labyrinth, you can always modify the maze map, the compilation of a specific route display.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:75.12kb
    • 提供者:小缺
  1. KMP---MFC

    0下载:
  2. 数据结构里面的KMP算法的可视化演示程序 MFC实现-Visualization of data structures inside the KMP algorithm demo program MFC implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:4.11mb
    • 提供者:jerry
  1. BSTree-MFC

    0下载:
  2. MFC 写的二叉搜索树,希望可以给大家带来帮助。-MFC wrote two binary search tree, I hope we can help.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.43mb
    • 提供者:x
  1. MFC RRT算法

    0下载:
  2. 基于MFC编程,用可视化窗口交互信息。实现RRT算法的路径规划问题,可用于演示教学,基于VS同样可用。
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com