您要查找的是不是:
- erase a data structure 擦去一个数据结构
- A data structure that is used for intertask synchronization. 用于进程间同步的数据结构。
- An octree is actually nothing more then a data structure. 一个八叉树实际上就是一个数据结构。
- A data structure for mutual exclusion, also known as a binary semaphore. 表现互斥现象的数据结构,也被当作二信号灯。
- A data structure that is used for intertask synchronization. Semaphores are usually provided by the operating system. 用于进程间同步的数据结构。信号灯常常由操作系统提供。
- An array is a data structure that contains a number of variables of the same type. 数组是一种数据结构,它包含若干相同类型的变量。
- An array provides a data structure that can be used to store a collection of data elements of the same type. 数组提供了可用于存储相同类型的数据元素集合的数据结构。
- Symptoms: A program that performs a recursive descent over a data structure throws a class-cast exception. 症状:在数据结构上执行递归下行时抛出类强制转换异常。
- For example, a class may allocate a data structure to hold the set of commands in the batch. 例如,类可以分配一个数据结构,以保存批处理中的命令集。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table( VFT). 进入数据结构之内聚集起来的一组函数指针被时常称为一张虚函数表(FT)。
- A data structure that can often be useful for lockless producer/consumer tasks is the circular buffer . 一个常被用于无锁的生产者/消费者任务的数据结构是一个循环缓冲区。
- The process of identifying and locating a required item of data in a data structure. 识别并找出数据结构中所需数据项的过程。
- An Abstract Data Type (ADT) is an encapsulation of a data structure with its relative operation set. 抽象数据类型(ADT_s)是一个数据结构及其相关操作集的封装。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table (VFT). 进入数据结构之内聚集起来的一组函数指针被时常称为一张虚函数表(VFT)。
- Mutex(互斥) A data structure for mutual exclusion, also known as a binary semaphore. 表现互斥现象的数据结构,也被当作二元信号灯。
- Erased a file from the diskette. 从磁盘上清除掉一个文件
- The device context (also called simply the "DC") is really just a data structure maintained internally by GDI. 关联设备(也简称为“DC”)实际上只是由GDI内部维护的一个数据结构。
- This is a data structure using the map to achieve a simple student information management procedures. 这是一个用数据结构中的图来实现的一个简单的学生信息管理的程序!
- A red-black tree is a data structure and open technology that can be used for predefined priority-based sorting operations. 红黑树是可用于预定义基于优先级的排序操作的数据结构和开放技术。
- A structured collection of data objects, forming a data type. 多个数据对象的结构化汇集,以形成一种数据类型。