文件名称: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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

泛型函数\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

泛型函数

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org