Description: 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusual, very convenient Platform: |
Size: 13083 |
Author:杜立博 |
Hits:
Description: vtkContainers is a container library for VTK providing list, deque, and vector sequence types set, map, and hash map associative types as well as stack, queue, and priority queue adaptor types. Platform: |
Size: 372379 |
Author:Ying Zhu |
Hits:
Description: 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusual, very convenient Platform: |
Size: 13312 |
Author:杜立博 |
Hits:
Description: vtkContainers is a container library for VTK providing list, deque, and vector sequence types set, map, and hash map associative types as well as stack, queue, and priority queue adaptor types. Platform: |
Size: 371712 |
Author:Ying Zhu |
Hits:
Description: Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_queue
* Use the map, multimap, set, and multiset associative containers
*
Reverse, rotate, and shuffle a sequence
*
Create a function object
*
Use binders, negators, and iterator adapters
*
Read and write files
*
Use stream iterators to handle file I/O
*
Use exceptions to handle I/O errors
*
Create custom inserters and extractors
*
Format date, time, and numeric data
* Use facets and the localization library
*
Overload the [ ], ( ), and -> operators
*
Create an explicit constructor
*
And much, much more-Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_queue
* Use the map, multimap, set, and multiset associative containers
*
Reverse, rotate, and shuffle a sequence
*
Create a function object
*
Use binders, negators, and iterator adapters
*
Read and write files
*
Use stream iterators to handle file I/O
*
Use exceptions to handle I/O errors
*
Create custom inserters and extractors
*
Format date, time, and numeric data
* Use facets and the localization library
*
Overload the [ ], ( ), and-> operators
*
Create an explicit constructor
*
And much, much more Platform: |
Size: 1803264 |
Author:mumble |
Hits:
Description: 包含字符串处理,向量数组,起泡,快速,选择以及快速排序,链表,栈和队列的同个c++文件-Contains the string processing, vector array, foaming, rapid, and selection and quick sort, list, stack and queue with a c++ file Platform: |
Size: 56320 |
Author:songbinghui |
Hits:
Description: This a Small Container Library, SCL.
If you are not sure what a container is, then ignore the word container in this
file and you ll probably understand everything.
This library provides hash tables, list, queue, stack, symbol, balanced binary
tree, and a vector as abstract data types. Multiple independent instances of
the same abstract type can be used, each with its own arbitrary contents.
SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions
use arguments that are standard: long, int, size_t, etc. -This is a Small Container Library, SCL.
If you are not sure what a container is, then ignore the word container in this
file and you ll probably understand everything.
This library provides hash tables, list, queue, stack, symbol, balanced binary
tree, and a vector as abstract data types. Multiple independent instances of
the same abstract type can be used, each with its own arbitrary contents.
SCL does not redefine the world with SCL_int, SCL_long, etc. The SCL functions
use arguments that are standard: long, int, size_t, etc. Platform: |
Size: 195584 |
Author:GV |
Hits:
Description: 详细的讲述一些C排序的函数
STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to a binary tree, from the search to sort, to remove from the .... .. Platform: |
Size: 194560 |
Author:汪柏胜 |
Hits:
Description: 自定义进程相关的数据结构;
利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合;
利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法);
测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data structures MFC class library stack (queue), linked list (list), vector (vector) template analog process control block queue, process control block priority queue statistics linked list and its instruction set MSDN and MFC API programming (first-come, first-serve algorithm, round-robin algorithm to achieve a common process control and scheduling policies, the highest priority priority scheduling algorithm shortest process scheduling algorithm) the test above process scheduling strategy turnaround time, with the right turnaround time, average turnaround time and average with the right turnaround time and qualitative evaluation of their performance. Platform: |
Size: 437248 |
Author:孙萧萧 |
Hits:
Description: 自己开发的一个优先级队列,主要是有序向量实现堆结构,然后再此基础上实现的-Their development of a priority queue, the main vector to achieve an orderly stack structure, and then implemented on the basis of Platform: |
Size: 3072 |
Author:高岚 |
Hits: