登录
首页 » STL » C++ STL to develop technical guidance that a good source

C++ STL to develop technical guidance that a good source

于 2022-03-23 发布 文件大小:146.29 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

C++STL开发技术导引 一本很好说的源码-C++ STL to develop technical guidance that a good source

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STL 教程
    STL 教程-Set使用方法演示,主要介绍set的操作参数。-STL Tutorial-Set the use of demonstration, introduce the main set of operating parameters.
    2022-03-13 16:50:30下载
    积分:1
  • stl-huffman
    implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved(implement Huffman algorithm with stl prio rity- queue, first you must have the file, then the result is saved)
    2007-01-16 15:56:56下载
    积分:1
  • The book the author explains how to combine STL library components in the design...
    书中作者解释了怎样结合STL组件来在库的设计得到最大的好处。这样的信息允许你对简单、直接的问题开发简单、直接的解决方案,也帮你对更复杂的问题设计优雅的方法。我描述了常见的STL使用错误,而且向你演示怎么避开它们。那帮助你躲开闪资源漏、不可移植的代码和未定义的行为。我讨论了优化代码的方法,所以你能使STL表现得像它应该的那样快速、光滑。 本书作者为Scott Meyers,由龚敏敏翻译。 -The book the author explains how to combine STL library components in the design to obtain the greatest benefits. This information allows you to simple, direct question of the development of simple, direct solution, but also help you to more complex issues elegant approach. I have described the use of common STL error, and presentation to you how to avoid them. That flash of resources to help you avoid leakage, the code can not be transplanted and undefined behavior. I discussed the ways to optimize the code, so you can STL performance as it should be as fast and smooth. This book written by Scott Meyers, Translations from龚敏敏.
    2022-03-18 11:46:37下载
    积分:1
  • 目标:这项任务的目的是加强学生的理解和…
    1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listing::iterator finish, Listing &matches) 压缩包里面有代码,指导书,以及Apache服务器。-Goals: This assignment is designed to reinforce the student s understanding and use of recursion. Outcomes: Students successfully completing this assignment would master the following outcomes. Use the STL vector container Produce C++ class implementations given class declarations Produce a recursive algorithm
    2022-07-07 02:57:41下载
    积分:1
  • sliding
    说明:  求出sliding window的最大最小值(n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves rightwards by one position. Following is an example: The array is [1 3-1-3 5 3 6 7], and k is 3. Window position Minimum value Maximum value [1 3 -1]-3 5 3 6 7 -1 3 1 [3 -1 -3] 5 3 6 7 -3 3 1 3 [-1 -3 5] 3 6 7 -3 5 1 3 -1 [-3 5 3] 6 7 -3 5 1 3 -1 -3 [5 3 6] 7 3 6 1 3 -1 -3 5 [3 6 7] 3 7 Your task is to determine the maximum and minimum values in the sliding window at each position. )
    2011-04-03 19:25:46下载
    积分:1
  • 讲解c++标准库的书,英文版的,很好很强大
    讲解c++标准库的书,英文版的,很好很强大-Explain c++ Standard library books, in English, very good strong
    2022-06-16 15:50:08下载
    积分:1
  • 一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。...
    一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。-an array of stl, has implemented a copy constructor function, indexed Operator, containing the test.
    2023-01-03 23:35:03下载
    积分:1
  • Boost Python application to expand the use of Boost1.32 for example, can generat...
    Boost扩展Python应用样例 使用Boost1.32库,生成可以在Python环境下调用的Dll库-Boost Python application to expand the use of Boost1.32 for example, can generate the Python environment calls for the D
    2022-05-13 12:00:37下载
    积分:1
  • STL之父访谈录 翻译者 : myan
    STL之父访谈录 翻译者 : myan-STL father Interview Translation : myan
    2022-02-16 00:01:34下载
    积分:1
  • STL 队列使用教程。主要介绍基于STL的Queue的使用方法。
    STL 队列使用教程。主要介绍基于STL的Queue的使用方法。-STL queue using the tutorial. Mainly based on the STL
    2022-11-12 13:05:03下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载