搜索资源列表
VirtualListDemo
- 展示了虚拟列表技术在处理超大行行集数据中的应用,包含VirtualGrid,VirtualList View-list of the virtual display technology in super traffic data collection, the application includes VirtualGrid, VirtualList. VirtualListView
VirtualListView
- 虚拟列表。你们真是太罗嗦。我就上传个文件源码。
文档8
- (3)使用编译时静态分配存储空间 (4)整型数据类型32位,占4个字节;布尔型数据类型8位,占1个字节;内存(由列表虚拟)寻址10位,1KB (5)为了实现方便,父类必须在子类之前定义 (6)由于时间原因,编译器做了如下简化: (i)表达式只能处理加法、-(3) The use of static compile-time allocation of storage space (4) integer data type 32, or four bytes; Boolean data type
move.rar
- 一个CListCtrl的控件。采用虚拟列表技术,支持移动列。保存文件。,A CListCtrl control. Virtual list of technologies in support of the mobile column. Save the file.
virtuallist_demo
- listctrl虚拟列表使用实例。适合大数据量使用。-listctrl virtual list use cases. Suitable for large amount of data used.
virtual-Gridview
- c#实现gridview虚拟列表,显示海量数据-c# to achieve gridview virtual list, display huge amounts of data
Virtual-list
- 虚拟列表,大数据量的时候,列表后台导出数据,页面不会假死-The time of the virtual list, large amount of data, export the list of background data, the page does not feign death
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
quicklist_demo-2
- 虚拟列表 演示了图片按钮 按钮 区域 文本 等。在去掉了多余的不相干的类之后一目了然,便于参考学习希望对你有帮助。-Virtual list demonstrates the picture button button text area and so on. After remove the redundant irrelevant classes be clear at a glance, easy reference for learning hope for your help.
test_list_control
- 虚拟列表:加速显示列表,对大容量数据有效-virtual list control: speed up showing the list control
virtuallist
- 可以切换listctrl控件的四种显示类型,采用虚拟列表技术,可流畅载入大量数据。-Four listctrl can switch the display type controls, using virtual list technology, for smooth loading large amounts of data.
virturalListCtrl
- 用VC编写的CListCtrl控件使用虚拟列表来存储,显示数据-Use CListCtrl virtual list
VListCtrlTest
- 使用虚拟列表的ListCtrl避免大数据量时的闪烁。同时采用用户自绘制OwnerDraw_Fixed的方法和双缓冲来避免闪烁。很有参考价值。-Flashing using virtual list ListCtrl avoid large amount of data. At the same user using the method of drawing OwnerDraw_Fixed and double buffering to avoid flicker. Great referenc
VListCtrlTest150826
- 一个CListCtrl的扩展类及其应用实例。该类采用虚拟列表作为数据获取的手段(后台),前台采用OWNERDRAWFIXED用户自行绘制,并实现了背景动态贴图和ADO访问Access数据库。-Extension classes and application examples of a CListCtrl. This class uses a virtual list as a means of data acquisition (background), reception using OWN
vartuallist
- VC++实现的虚拟列表,⨼ 速度非常快,效率非常高,比一般的列表控件快的多,适合大数据处理-vc++ virtual list control
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge
虚拟列表框.e
- 易语言超级列表框版-虚拟列表框源码拓展全开源
MFC CListCtrl 虚拟列表的使用实例
- MFC CListCtrl 虚拟列表的使用实例