搜索资源列表
sarray
- 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在1.0版本的基础上,启程花血本写下了这个强化了数据插入与删除的修正版,启程动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(道理就不多说了),这时我们需要一个动态数组。MFC提供了一个
SXXHLB
- 用于数据结构课程设计,双向链表,并且用了MFC做图形界面-data structure for curriculum design, two-way linked list, and so with the MFC GUI
ListOper
- 用户信息的增加、修改、删除、查询等功能,通过链表和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
mfc_misc
- 非常用用的mfc数组、链表排序辅助类,解决MFC的类不能排序的遗憾-Mfc is used with an array, linked list to sort helper class, the class can not solve the MFC sort of regret
kechengsheji
- 是用mfc来实现对于链表实现其基本的函数功能-Is to use mfc to achieve for the list of functions to achieve its basic function of
LinkList_Class
- 在应用程序中,使用M F C的链表类组织数据。-In the application, the list of organizations using the MFC data.
ContactBook
- 数据结构课链表实验设计——一个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
shiyan1
- 本程序用MFC可视化界面主要实现的链表的归并,输入La,Lb,按照递增排序合并成链表Lc可视化输出-List merge
mfc-lianbiaohebing
- mfc下实现链表合并,完整代码,熟悉运用mfc知识。-mfc combined to achieve the list, complete code, familiar with the use of mfc knowledge.
list
- MFC写的链表的归并,可视化界面,数据结构实验相关-MFC write list of the merger, experiment-related data structure
gblb
- 归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
ListProcess
- 列举出所有当前正在运行的所有应用程序,MFC对话框程序,可按标题排序,双击可打开应用程序所在的目录.GetProcessModuleName函数中szModName[]是个局部变量,要改下。-List all applications of running,MFC dialog program, may be heading to sort the application directory, double-click to open
MFCCollection
- 一个MFC的工程,支持创建和使用动态数组,链表,映射-A MFC project, support the creation and use of dynamic array, list, map
dlb.rar
- VC++环境下的数据结构单链表插入删除的动态演示,MFC界面,The dynamic presentation insertion and deletion of the single linked list data structure in the VC++ environment, MFC interface
OpenExcel
- 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
shizi2
- 数据结构大作业——十字链表简单版 基于mfc显示,可以对链表进行多种操作-Data structure operations- Cross Chain simple version based on mfc display, you can perform various operations on the list
cross
- 数据结构大作业——十字链表豪华版 基于mfc图形界面显示,可以对链表进行多种操作-Data structure operations- Cross Chain Deluxe Edition mfc based graphical interface, you can perform various operations on the list
MultifunctionalCalculator
- 基于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