CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - Data Structures

搜索资源列表

  1. wtl4_mfc4_demo

    0下载:
  2. 《对话框与控件》 MFC 的对话框和控件的封装真得可以节省你很多时间和功夫。没有MFC对控件的封装,你要操作控件就得耐着性子填写各种结构并写很多的SendMessage调用。MFC还提供了对话框数据交换(DDX),它可以在控件和变量之间传输数据。WTL 当然也提供了这些功能,并对控件的封装做了很多改进。本文将着眼于一个基于对话框的程序演示你以前用MFC实现的功能,除此之外还有WTL消息处理的增强功能-"dialog with the controls" MFC dialo
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:16948
    • 提供者:wwwwppp
  1. C++Assignments

    6下载:
  2. 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstract
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:419462
    • 提供者:Nick
  1. splay

    0下载:
  2. Data Structures and Algorithm Analysis 一书中建立splaytree的代码-Data Structures and Algorithm Analysis, a book-building code splaytree
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:1751
    • 提供者:dui
  1. delphi_7_interbase_tutorial

    0下载:
  2. Teach Yourself InterBase This tutorial takes you step-by-step through the process of creating and using a database using the InterBase Windows ISQL dialog. You learn to create data structures that enforce referential integrity constraints and
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:483649
    • 提供者:Darius
  1. chapter10

    0下载:
  2. 动物猜测程序(模板),数据结构于面向对象程序设计c++第3板-Guess animal program (template), data structures object-oriented programming in c++ the first 3 board
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:35265
    • 提供者:liudafei
  1. personinformation

    0下载:
  2. 利用结构体和类这两种用户自定义的数据类型设计个人名片-The use of structures and classes of these two user-defined data type design personal business cards
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:45675
    • 提供者:xiaobuding
  1. avl-tree

    0下载:
  2. avl-tree for data structures
  3. 所属分类:TreeView

    • 发布日期:2017-04-05
    • 文件大小:6485
    • 提供者:vaggelis
  1. splaytreeee

    0下载:
  2. Splay tree implementation data structures
  3. 所属分类:TreeView

    • 发布日期:2017-04-10
    • 文件大小:1249
    • 提供者:abcdefglksl
  1. avl

    0下载:
  2. avl tree implementation data structures
  3. 所属分类:TreeView

    • 发布日期:2017-04-10
    • 文件大小:1256
    • 提供者:abcdefglksl
  1. DSA

    0下载:
  2. In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highl
  3. 所属分类:ComboBox

    • 发布日期:2017-04-02
    • 文件大小:789250
    • 提供者:stefan
  1. MFCBinaryTree

    0下载:
  2. 在C++模板二叉树的基础上添加了显示界面。有二叉树的界面创建、插入、修改、遍历等功能。在节点重合的时候会进行一些判断并修正G。此程序能够为MFC入门和数据结构的学习提供一些帮助。 其中使用了以下一些关键技术: 自定义按钮,自定义消息,图形的显示、重绘,获得窗口句柄的各种方法等。-Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:133649
    • 提供者:hujun
  1. 0410210

    0下载:
  2. 密码机 (多使用链表实现)---可作为数据结构课设-Cipher machine (multi-use linked list implementation)--- can be set as a data structures course
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5554278
    • 提供者:Sam
  1. qq

    1下载:
  2. 我们知道,在Windows中可以通过剪贴板(Clipboard)来共享和传递数据,比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们也可以在自己的应用程序中通过剪贴板来完成这些工作,从而提高我们自己的应用程序与Windows操作系统之间的互操作性。但我们如何才能与资源管理器之类的应用程序共享和传递数据呢?本文提供的方法是:使用Windows本身提供的一些数据结构和API,通过剪贴板来实现数据共享和传递-We know, in the Windows clip
  3. 所属分类:Button control

    • 发布日期:2017-09-25
    • 文件大小:13312
    • 提供者:jiangya
  1. Stack

    0下载:
  2. 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1110
    • 提供者:王桂喜
  1. 53191245

    0下载:
  2. 说明 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下-That review data structures and algorithms in this passage, there are a few scattered notes, in under the classification of Others
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-17
    • 文件大小:33792
    • 提供者:Joawszz
  1. Tvfs-famojs

    0下载:
  2. 這是使用vb來模擬資料結構中有名的老鼠走迷官程式,小老鼠會記錄所走過的路(This is to use vb to simulate data structures in the famous mice went astray officer programs, small mice recording the path)
  3. 所属分类:界面编程

    • 发布日期:2017-12-26
    • 文件大小:36864
    • 提供者:ensrfe
« 1 2»
搜珍网 www.dssz.com