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

搜索资源列表

  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. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:396.29kb
    • 提供者:李扬
  1. MapTest

    0下载:
  2. 遵循C和基本C++标准的Map类,移植来至MFC的MapPtrToPtr,可以在各种平台下使用,可以在各种编译器下编译。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.57kb
    • 提供者:颜海
  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
    • 文件大小:2.39mb
    • 提供者:核外电子
  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
    • 文件大小:30.57kb
    • 提供者:andyyu
  1. LinkList_Class

    0下载:
  2. 在应用程序中,使用M F C的链表类组织数据。-In the application, the list of organizations using the MFC data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21.29kb
    • 提供者:yty
  1. BiTree_MFC

    0下载:
  2. C++ MFC,实现二叉树的遍历(前序、中序、后序)可自行添加节点-C++ MFC, to achieve the binary tree traversal (preorder, inorder, postorder) can add their own nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:49.37kb
    • 提供者:mengmakies
  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
    • 文件大小:11.84kb
    • 提供者:xcan
  1. EightQueen

    0下载:
  2. 八皇后问题,基于MFC界面,C++语言写的,可以动态演示,还有word文档报告,下下来就可以教的数据结构课程设计-Eight Queens problem, the interface based on MFC, C++ language to write, can be dynamically presentation, as well as word document report, the next down to the data structure can teach curricul
  3. 所属分类:Data structs

    • 发布日期:2017-06-15
    • 文件大小:23.43mb
    • 提供者:肖强
  1. DatastructDesign

    0下载:
  2. 本人上学期数据结构课程设计(包含9个程序),一部分使用MFC(IDE为VS2008),一部分为控制台程序(IDE为DEV-C++),代码量大约148KB。(内容包括电梯模拟、南京公交路线查询等等)-I designed last semester data structures courses (including 9 procedures), part of the use of MFC (IDE is VS2008), part of the console application (IDE
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:li
  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. BinaryTree

    0下载:
  2. 用MFC实现的c++版的二叉树的相关操作-插入删除、修改等相关操作,界面友好-Implemented with MFC c++ version of the binary tree-related operations- into the deletion, and modification operations, user-friendly
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:小虎
  1. 8-Queen

    0下载:
  2. C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:29.69mb
    • 提供者:hjkhk
  1. char

    0下载:
  2. get c sector disk information.mfc ...c-get c sector disk information.mfc ...c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:433.05kb
    • 提供者:awake
  1. Sha1_Test(201107281719)

    0下载:
  2. Sha1哈希算法的封装,对原有的例子进行改造,有MFC及控制平台等两种方试创建的代码,运用较方便。-Sha1 calculate,have Visaul C++ MFC and control two flat.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:204.94kb
    • 提供者:
  1. data-and-structure-in-VCPP

    0下载:
  2. 详细讲解MFC编程会用到的数据结构与算法,包括树,链表,图等。-the data structure and arithmetic in Visual C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:615.24kb
    • 提供者:家瑞
  1. VCPMFCPJosephPLink

    0下载:
  2. 数据结构优秀实验,约瑟夫环出列顺序动画显示,C++ MFC实现,含源代码-Excellent experimental data structures, Joseph ring column order animation C++ MFC implementation, including source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.55mb
    • 提供者:孔云
  1. MazeByWen7.9

    0下载:
  2. 用C++实现的,mfc编的一个迷宫程序,用回溯法走迷宫~可以实现自动生成迷宫,自己设计迷宫,自动找路,键盘输入找路,自动找路时可以设置时间间隔。-A maze procedure the C++, mfc series, with backtracking maze- can automatically generate the maze design their own maze, and automatically find a way, the keyboard input to find
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:温晓
  1. oop

    0下载:
  2. 实现二叉树的结构,用MFC框架搭建,面向对象的思想,学习C++语言的好例子。-Binary tree structure with the MFC framework structures, object-oriented thinking, good example learning C++ language.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:29.42kb
    • 提供者:王华
  1. HotelManage.zip

    0下载:
  2. 酒店管理系统介绍说明文档及源代码使用C++MFC开发,Hotel management system documentation and source code C++MFC development
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:7.99mb
    • 提供者:梁建勋
« 12 »
搜珍网 www.dssz.com