搜索资源列表
-
0下载:
一台完全无软件的计算机系统称为裸机,即便其性能再强,相对于用户来讲,如果要面对计算机的指令集、存储组织、I/O总线结构的编程则是十分困难的。对于一般程序员也并不想涉足硬件编程的种种具体细节,而希望针对数据结构抽象地使用硬件。如果我们在裸机上覆盖一层I/O设备管理软件,用户便可以利用这层I/O设备管理软件提供给用户的接口来进行数据的输入和输出,那么用户此时看到的计算机是一台功能强大、使用方便的计算机,但实际上,计算机的硬件丝毫没有变化,这样的计算机称为软件扩充的机器,或称软件虚拟机。-comple
-
-
1下载:
While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
-
-
1下载:
树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型
控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限
制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。
-tree control is used to indicate a certain level of the data struct
-
-
1下载:
本文档详细介绍了分页控件SSTab、树形结构控件
TreeView、数据图表控件MSChart、进程条控件ProgressBar的属性和使用方法,并通过实例说明每个控件的使用方法。-This document details the paging control of SSTab tree structure controls TreeView, data charts, controls the MSChart, the progress bar ProgressBar control p
-
-
0下载:
建立简单的数据结构,从文件中读取并存储特定的一组数据。最终利用树形控件,将数据按其特定的格式显示出来-Create a simple data structure, read from the file and store a specific set of data. Eventually use tree controls, the data according to their specific format display
-
-
0下载:
TreeListCtrl,在ListCtrl控件中建立树形结构,能够嵌入组合框和编辑框,并且根据数据类型来检查数据的合法性,可以设置维度来直接插入一个若干维的数据-TreeListCtrl, established in ListCtrl control tree structure can be embedded combo boxes and edit boxes, and according to the data type to check the legitimacy of data
-
-
1下载:
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!-I wrote a class specifically designed to operate Treeview and databases through the data in the data
-