文件名称:Generic-function
介绍说明--下载内容均来自于网络,请自行研究使用
泛型函数:
总结:使用标准模板库 (STL)
C++标准库提供了更为安全,更为灵活的数据集处理方式。
STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。
访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供;
算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library (STL) C++ standard library provides a safer, more flexible data collection approach. STL' s main two characteristics: the separation of data structures and algorithms, non-object-oriented nature. Access the object through the same iterator as a pointer implementation container is like linked lists, data structures like vector, according to the template provided algorithm is a function template, the data for the operation of the container. STL to the template-based, it can be used for any data type and structure.
总结:使用标准模板库 (STL)
C++标准库提供了更为安全,更为灵活的数据集处理方式。
STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。
访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供;
算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library (STL) C++ standard library provides a safer, more flexible data collection approach. STL' s main two characteristics: the separation of data structures and algorithms, non-object-oriented nature. Access the object through the same iterator as a pointer implementation container is like linked lists, data structures like vector, according to the template provided algorithm is a function template, the data for the operation of the container. STL to the template-based, it can be used for any data type and structure.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
泛型函数\Debug\error.obj
........\.....\error.sbr
........\.....\list.obj
........\.....\listing.obj
........\.....\listing.sbr
........\.....\vc60.idb
........\.....\vc60.pdb
........\.....\vect.obj
........\.....\vect.sbr
........\.....\vector.exe
........\.....\vector.ilk
........\.....\vector.pch
........\.....\vector.pdb
........\error.cpp
........\vect.cpp
........\vector.dsp
........\vector.dsw
........\vector.ncb
........\vector.opt
........\vector.plg
........\说明.txt
........\Debug
泛型函数
........\.....\error.sbr
........\.....\list.obj
........\.....\listing.obj
........\.....\listing.sbr
........\.....\vc60.idb
........\.....\vc60.pdb
........\.....\vect.obj
........\.....\vect.sbr
........\.....\vector.exe
........\.....\vector.ilk
........\.....\vector.pch
........\.....\vector.pdb
........\error.cpp
........\vect.cpp
........\vector.dsp
........\vector.dsw
........\vector.ncb
........\vector.opt
........\vector.plg
........\说明.txt
........\Debug
泛型函数