搜索资源列表
C++_Tree_container_4.08
- C++ STL 中没有树形容器是最大的遗憾! 还好高手总是能及时出现,本源码就是 目前最强大的树型容器标准库!与大家 分享!
EffectiveSTL(CHINESE)
- 书中作者解释了怎样结合STL组件来在库的设计得到最大的好处。这样的信息允许你对简单、直接的问题开发简单、直接的解决方案,也帮你对更复杂的问题设计优雅的方法。我描述了常见的STL使用错误,而且向你演示怎么避开它们。那帮助你躲开闪资源漏、不可移植的代码和未定义的行为。我讨论了优化代码的方法,所以你能使STL表现得像它应该的那样快速、光滑。 本书作者为Scott Meyers,由龚敏敏翻译。
EffectiveSTL
- 书中作者解释了怎样结合STL组件来在库的设计得到最大的好处。这样的信息允许你对简单、直接的问题开发简单、直接的解决方案,也帮你对更复杂的问题设计优雅的方法。我描述了常见的STL使用错误,而且向你演示怎么避开它们。那帮助你躲开闪资源漏、不可移植的代码和未定义的行为。我讨论了优化代码的方法,所以你能使STL表现得像它应该的那样快速、光滑。
The_C++_Standard_Library
- The_C++_Standard_Library 对学习c语言的认识有很大的帮助哦
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 ri
stl
- 读取STL格式文件代码,通过建表简化拓扑结构,获取模型的最大值,最小值等参数。-STL format file to read the code, through the construction of simplified topology table, access to model maximum and minimum values ??and other parameters.
EffectiveSTL
- 这本书,是世界顶级C++大师Scott Meyers成名之作的第二版。其第一版诞生于1991年。在国际上,本书所引起的反响之大,波及整个计算机技术出版领域,余音至今未绝。几乎在所有C++书籍的推荐名单上,本书都会位于前三名。作者高超的技术把握力,独特的视角、诙谐轻松的写作风格、独具匠心的内容组织,都受到极大的推崇和仿效-This book is the world
castle-pascal
- castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed
Eff_STL
- 在知道怎么建立容器,迭代它们的内容,添加删除元素和应用常见算法的基础上,该书中作者解释了怎么结合STL组件在库的设计得到最大的好处。-Know how to set up in containers, iterative their content, add and delete elements in the application of common algorithm based on the author of the book explains how combining STL li
testlineprogramme
- 一段VB编写的检测线用程序,可以检测制动,轴重等,对实际项目有很大的参考价值。-VB section of the test line with the preparation of procedures, can detect brake, axle load, etc., the actual project has great reference value.
Introduction_to_STL
- 对于初学C++ STL有很大帮助,给出了基本的特征与语法讲解,并给出了很多有用的链接资源 -for stl beginner
ThinkInCAdd
- 全书分为6大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了细微的讨论;并通过精心挑选的实例,向读者传达优秀的设计理念和方法。-The book is divided into six parts, 32 chapters, each of the C++ language, history and characteristics, classes and inheritance, STL and generic programming, d
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
shortestroute
- 在路径最大长度给定的前提下。在节点网络中找从各个节点出发的最短路径。-find several routes in the network and the total distance of these route is minimal and dont exceed the maximal distance of the route.
STL
- 三十分钟即可掌握STL,本人觉得挺好的,对初学stl确实有较大的帮助,是一本值得推荐的好书-Thirty minutes to master the STL, I feel very good, great for beginners stl do have help, is a good book worthy of recommendation
STL-Tutorial
- STL入门教程,对于初学者有很大帮助,千万不要错过!-STL Tutorial, very helpful for beginners, do not miss!
stl
- 我们学校(西电)暑期ACM培训的stl讲座,对于深入学习c++中的模板类有较大的帮助,谢谢下载-Our school (Western Electric) Summer stl ACM training seminars for in-depth learning c++ have more help, thank you download
STL
- 一本阐述STL的好书,系统阐述了STL,对喜欢泛型编程的人有很大帮助-A set of STL books, systematically expounded the STL, generic programming for people who love great help
Ruminations-on-CPP
- 全书分为五大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。-The book is divided into five parts, a total of 32 chapters, a detailed and in-depth discussion of several major topics of the history and characteristics, cl
usaco_code
- USACO的标准代码,DD_ENG大神的代码,题目比较多,包括了很多算法和数据结构。是IO选手必备的代码。-Standard code, DD_ENG God of USACO entitled more, including a lot of algorithms and data structures. IO players essential code.