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

搜索资源列表

  1. sarray

    0下载:
  2. 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在1.0版本的基础上,启程花血本写下了这个强化了数据插入与删除的修正版,启程动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(道理就不多说了),这时我们需要一个动态数组。MFC提供了一个
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:28.39kb
    • 提供者:黄建雄
  1. SXXHLB

    0下载:
  2. 用于数据结构课程设计,双向链表,并且用了MFC做图形界面-data structure for curriculum design, two-way linked list, and so with the MFC GUI
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40.69kb
    • 提供者:林林
  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
    • 文件大小:30.25kb
    • 提供者:郝祥根
  1. mfc_misc

    0下载:
  2. 非常用用的mfc数组、链表排序辅助类,解决MFC的类不能排序的遗憾-Mfc is used with an array, linked list to sort helper class, the class can not solve the MFC sort of regret
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.95kb
    • 提供者:xiaosong
  1. kechengsheji

    0下载:
  2. 是用mfc来实现对于链表实现其基本的函数功能-Is to use mfc to achieve for the list of functions to achieve its basic function of
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:19.5mb
    • 提供者:dingchun
  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. 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
    • 文件大小:3mb
    • 提供者:朱凯迪
  1. shiyan1

    0下载:
  2. 本程序用MFC可视化界面主要实现的链表的归并,输入La,Lb,按照递增排序合并成链表Lc可视化输出-List merge
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:27.03kb
    • 提供者:陆艳艳
  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. list

    0下载:
  2. MFC写的链表的归并,可视化界面,数据结构实验相关-MFC write list of the merger, experiment-related data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.26mb
    • 提供者:tomo
  1. gblb

    0下载:
  2. 归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:24.27kb
    • 提供者:凌珍珍
  1. ListProcess

    0下载:
  2. 列举出所有当前正在运行的所有应用程序,MFC对话框程序,可按标题排序,双击可打开应用程序所在的目录.GetProcessModuleName函数中szModName[]是个局部变量,要改下。-List all applications of running,MFC dialog program, may be heading to sort the application directory, double-click to open
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:12.5kb
    • 提供者:邱检明
  1. MFCCollection

    0下载:
  2. 一个MFC的工程,支持创建和使用动态数组,链表,映射-A MFC project, support the creation and use of dynamic array, list, map
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.97kb
    • 提供者:王龙
  1. dlb.rar

    0下载:
  2. VC++环境下的数据结构单链表插入删除的动态演示,MFC界面,The dynamic presentation insertion and deletion of the single linked list data structure in the VC++ environment, MFC interface
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1.81mb
    • 提供者:guoyiqi
  1. OpenExcel

    1下载:
  2. MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:270.05kb
    • 提供者:曾峥
  1. shizi2

    0下载:
  2. 数据结构大作业——十字链表简单版 基于mfc显示,可以对链表进行多种操作-Data structure operations- Cross Chain simple version based on mfc display, you can perform various operations on the list
  3. 所属分类:Data structs

    • 发布日期:2017-06-09
    • 文件大小:15.59mb
    • 提供者:mugua
  1. cross

    0下载:
  2. 数据结构大作业——十字链表豪华版 基于mfc图形界面显示,可以对链表进行多种操作-Data structure operations- Cross Chain Deluxe Edition mfc based graphical interface, you can perform various operations on the list
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:219.71kb
    • 提供者:mugua
  1. MultifunctionalCalculator

    0下载:
  2. 基于MFC平台,实现多功能计算器,可求解复杂表达式,主要实现为数据结构中链表和数组,对于要熟悉链表和数组的初学者有很帮助。-Based on the MFC platform, to achieve multi-function calculator, can solve complex expressions, the main realization of the data structure for the list and array, to be familiar with the l
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:50.84mb
    • 提供者:王侠
搜珍网 www.dssz.com