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

搜索资源列表

  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
    • 文件大小:39620
    • 提供者:欧瑞清
  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
    • 文件大小:4533
    • 提供者:俞训峰
  1. MFC_hanio

    1下载:
  2. 这是图形界面的汉诺塔程序,是在VC6的MFC开发环境中编写的-This is a graphical interface HANOR procedures in the VC6 MFC Development Environment prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46933
    • 提供者:孙韩
  1. HeapSortMFC

    1下载:
  2. 演示了堆排序的算法逻辑,且以MFC为开发工具,实现了可视化。-demonstration of the heap sorting algorithm logic and in the MFC for the development of tools to achieve a visualization.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41112
    • 提供者:byron
  1. flight_PF

    0下载:
  2. 民航机票预订系统 结合MFC界面编程 具有订票、退票,客户及航班查询等功能。-airline tickets booking system combining MFC programming interface with booking, a refund, customer and flights query capabilities.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:80406
    • 提供者:宋健
  1. heapArrange

    1下载:
  2. 此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:56494
    • 提供者:林林
  1. train3

    0下载:
  2. 在学习堆栈的应用时,有一个很典型的例子,就是火车车厢的重排问题,该程序就是针对这个做了一个简单的MFC模拟程序-in learning the application stack, it is a very typical example is the train compartments, the rearrangement, The procedure is to address this and make a simple MFC simulation program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40644
    • 提供者:heyangyi
  1. hanoi.rar

    0下载:
  2. 看了数据结构那本书的源代码,又学了点MFC的知识,顺便就把可视化程序做出来了,不过功能少了点,请大家多多指教!,Read the data structure of the book' s source code, but also learn a little knowledge of MFC, the way they do out of visual programming, but the functional少了点, exhibitions please!
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1694196
    • 提供者:萧锋
  1. hangbanguanli

    0下载:
  2. 数据结构课程设计C++语言,应用了MFC库,图形界面编写的小型航班管理系统,数据结构采用文件读写方式,包括查询,订票,退票3个基本功能。 内有程序设计报告-Data Structures C++ language curriculum design, the application of the MFC library, a graphical interface written in small flight management systems, data structures used
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2503834
    • 提供者:核外电子
  1. Bezier

    0下载:
  2. 贝叶斯曲线的生成的VC++源码,是mfc的哦!-Bayesian curve generated by VC++ source code for a mfc Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1975944
    • 提供者:rexlc
  1. BinaryTree

    0下载:
  2. 用MFC实现的二叉树的建立、查找、删除、插入-MFC achieved with the establishment of a binary tree, find, delete, insert
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:36539
    • 提供者:fzkj
  1. migong

    0下载:
  2. MFC 的迷宫小游戏数据结构课程设计:迷宫,采用Visual C++ 6.0开发,适合初学者学习使用-MFC maze game data structures curriculum design: a maze, using Visual C++ 6.0 development, suitable for beginners learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:31307
    • 提供者:andyyu
  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
    • 文件大小:3666984
    • 提供者:
  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
    • 文件大小:38906
    • 提供者:方荣富
  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
    • 文件大小:10414174
    • 提供者:蔡程序
  1. Astar-path-finding--based-on-MFC

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

    • 发布日期:2017-06-11
    • 文件大小:18206569
    • 提供者:冬冬
  1. mfc

    0下载:
  2. 编程设计北京市公交/地铁查询系统 ? 能够录入和修改公交线路的信息(存储在数据文件中) 只有被授权工作人员可以使用此功能 ? 查询所有线路(按起点名称排序)信息 起点、终点、首末车时间、票价规则、…… ? 查询指定线路的公交线路详情 沿途站点、首末车时间、票价规则、站间距离、…… ? 查询某一位置途径的所有公交线路 选作:位置同义词判定。如:明光村和明光桥东 ? 指定起点和终点,查询乘车方案 ? 无条件 (90分) ? 换乘次数少优先(
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11916396
    • 提供者:亮亮
  1. a

    0下载:
  2. 用MFC实现的二叉树的建立、查找、删除、插入-MFC-achieved with the establishment of a binary tree, find, delete, insert
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:417738
    • 提供者:yueshijing
  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
    • 文件大小:76927
    • 提供者:小缺
  1. avl-mfc

    2下载:
  2.  1.编写AVL树的判别程序,并判断一个二叉搜索树是否为AVL树  2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend  3.基本操作的动态演示  4.扩展  A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend 基本可以说是很完美的程序- 1. write AVL tree discriminatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-23
    • 文件大小:6358173
    • 提供者:筱晓
« 12 3 »
搜珍网 www.dssz.com