CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC list

搜索资源列表

  1. sarray

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

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

    0下载:
  2. 代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了N
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3398817
    • 提供者:黄河
  1. MFC_Examples

    0下载:
  2. MFC控制項的範例,含有大量源码,包含: CDirTreeCtrl_demo-主机目录树 progress_in_status2_demo-进度表范例 StatusBar-列表区及进度列整合范例 win32controls-简易列表 Wizard-步骤函式 标准自定树 标准属性页范例 档案结构树及list栏位整合 简易Ftp程式范例一 简易Ftp程式范例二 简易浏览器范例 简易浏览器范例二 简易资料库范例-control, the MFC ex
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:528235
    • 提供者:陈志贤
  1. ResizableCtrl_demo

    0下载:
  2. 实现MFC程序的各种控件可自动改变大小,包括按钮,编辑框,列表框等-achieve the various control procedures can automatically change the size, including the button, edit box, list box, etc.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:19930
    • 提供者:wg
  1. TJlSg

    0下载:
  2. 数据结构课程设计!MFC做的! 其中有个是链表(单链表,双向 链表图形化演示),另一个是 图的最小生成树的图形化演示)。-data structure course design! MFC done! Which is a linked list (single linked list, and two-way linked list graphic demonstration), Another is the minimum spanning tree graphic demons
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:812707
    • 提供者:廖高
  1. header_ctrl_ex_src

    0下载:
  2. MFC程序,一个扩展的list header 组件-MFC procedures, an expansion of the list header components
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:23655
    • 提供者:wbt
  1. MyListBoxTest

    0下载:
  2. 智能水平scrollbar的CListBox。 在MFC中,用列表框(CListBox)来显示多个字符串是一种很方便的方法。但缺 省的列表框水平滚动条不够智能——这里智能的含义是:在应该出现的时候出 现,不应该出现的时候消失,而且应能自动调节自己的大小。-intelligent level of 9x15 CListBox. In MFC, with the list box (CListBox) to show that the number of strings is a ver
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:3704238
    • 提供者:王力
  1. WP4

    0下载:
  2. 使用vc6.0用win32api结合mfc编写的任务管理器,能列出当前运行的进程,并能结束进程,有很好界面哦-use vc6.0 combined with win32api mfc prepared by the task manager, to a list of running processes, and the end of the process, a very good interface oh
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:42723
    • 提供者:路程
  1. SXXHLB

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

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

    0下载:
  2. The sample demonstrate how to set document list length , The demo is from <<MFC anwser book>>-The sample demonstrate how to set document list length, The demo is from
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:24997
    • 提供者:曾晖
  1. cmnctrl2

    1下载:
  2. CMNCTRL2 Sample: Demonstrates Common Control MFC Classes, Part 2 The CMNCTRL2 sample illustrates how to use the following common control MFC classes: CProgressCtrl, CSliderCtrl, and CSpinButtonCtrl. It shows how the controls are created and how
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:26858
    • 提供者:lorime
  1. treelist

    0下载:
  2. 在vc6.0环境中基于mfc的list控件产生的一个派生类,可以在list控件内添加树形控件项目,最终显示结果类似于windows资源管理器左边的导航栏,非常实用,结合了list和tree控件在一起
  3. 所属分类:按钮控件

    • 发布日期:2014-01-17
    • 文件大小:4638
    • 提供者:余振江
  1. EnableGroupboxControls_demo

    0下载:
  2. EnableGroupboxControls is a function I have used in several projects, where I wanted to enable/disable all the controls within a groupbox. There are several other solutions to this problem here on CodeProject - I have included a list here. None of th
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26466
    • 提供者:毛磊
  1. TreeListV3

    0下载:
  2. The accompanying code is an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible to the tree control of the common controls. It allows the user to set colors, text, and icons for each item separately.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:62162
    • 提供者:宋先生
  1. Analisis_CArray_in_MFC

    0下载:
  2. 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类数组元素的变量类型,后一个是函数调用时的参数类型。 我们
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8813
    • 提供者:li sheng
  1. 表格填字

    1下载:
  2. mfc工程,一个可以编辑,选择能实现众多功能的list控件示范工程-mfc, an editor can choose to achieve many of the functions of control demonstration project list
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:41014
    • 提供者:wang
  1. ShowProcessPath_PSAPI

    0下载:
  2. 获取系统进程路径的例子,采用MFC,可以列出当前执行进程所在的系统位置。-acquisition process trails example, using MFC, a list of the implementation process where the system position.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24432
    • 提供者:周波
  1. 数据结构课程设计 链表 图的最小生成树

    0下载:
  2. 数据结构课程设计!MFC做的! 其中有个是链表(单链表,双向 链表图形化演示),另一个是 图的最小生成树的图形化演示)。-data structure course design! MFC done! Which is a linked list (single linked list, and two-way linked list graphic demonstration), Another is the minimum spanning tree graphic demonstratio
  3. 所属分类:Windows编程

  1. ListDemo.rar

    0下载:
  2. 一个自我封装的List类,很号用,解决VC++中MFC中CListCtrl类的缺陷,在控件编程中有很大的用途,也可以更具自己的需要做一些修改!,A self-List package type, I am its use to solve VC++ In the MFC class CListCtrl of defects in the control program in a lot of uses, can also be more to their own needs to do some
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-28
    • 文件大小:43193
    • 提供者:蔡家豪
  1. ListCtrl_Path

    1下载:
  2. MFC中ListCtrl控件的扩展,VC中Options→Directories样式的列表,可对列表项进行新建、删除、上下移动操作,可选择路径。附带源码文件,以及应用例程。-MFC extension in ListCtrl control, VC in the Options → Directories style list, a list of items can create, delete, move up and down operation, choose the path. Wit
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-02
    • 文件大小:65937
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com