22MB的迷你stl、step文件查看工具中文版,不用装autocad、pro-e,支持3D旋转,滚轮缩放,支持测量
2022-03-17 22:21:51 22.73MB CAD查看 迷你
1
自己用C++STL和MFC做的小软件,可以用来记忆单词
2022-03-15 20:30:04 13KB C++ STL MFC
1
acm中常用的STL。vector、set、map、string、priority-queue、list、bitset等含详细代码以及注释。
2022-03-15 15:46:32 60KB stl
1
c++ STL编程手册,中文版整理,方便查询使用,格式清晰,推荐直接浏览chm格式。
2022-03-15 15:33:22 953KB STL
1
SGI STL的源代码,【免费下载】请查阅文章中的介绍:https://dongshao.blog.csdn.net/article/details/103506895
2022-03-14 16:12:51 223KB C++ STL
1
将OBJ文件转换为STL格式 怎么把OBJ转换成STL? 一键式扩展程序图标-这将打开OBJ到STL的在线转换网站。 2-选择OBJ文件,然后单击“转换文件”按钮。 3-您将在电子邮件地址中获得STL文件下载链接。 支持语言:English
2022-03-13 20:43:18 43KB 生产工具
1
Effective stl中文版 Effective stl英文版 (均完整清晰带索引,非影印) 示例代码
2022-03-13 06:47:05 1.61MB stl
1
Written for the intermediate or advanced C++ programmer, renowned C++ expert Scott Meyers provides essential techniques for getting more out of the Standard Template Library in Effective STL, a tutorial for doing more with this powerful library. STL is a hugely powerful feature of today's C++, but one with a well-earned reputation for complexity. The book is organized into 50 tips that explore different areas of the STL. Besides providing a list of dos and don'ts, Meyers presents a lot of background on what works and what doesn't with STL. Each tip is demonstrated with in-depth coding samples, many of which make use of two-color printing to highlight the most important lines of code. (Advanced developers will enjoy Meyers's in-depth explanations, while those who are in a hurry can skip ahead to the recommended tip itself.) A good part of this book involves using containers, like vectors and maps, which are built into STL. (Besides the standard built-in containers, the author also highlights recent additions to STL like B-trees, which are available as extensions from other vendors.) You'll learn the best ways to allocate, add, change, and delete items inside containers, including associative containers like maps. You'll also learn to avoid common pitfalls, which can result in writing code that is slow or just plain wrong. Other areas covered in Effective STL cover getting the most out of the 100-plus STL algorithms that are bundled with this library. Meyers shows you how to choose the correct algorithm for sorting and other functions. (Even advanced developers will learn something here.) Sections on using function objects (called functors) round out the text. Meyers shows you when these classes make sense and the best ways to implement them. Besides specific tips, you'll get plenty of general programming advice. A useful appendix shows the limitations of STL as implemented in Microsoft Visual C++ 6.0 and how to overcome them. Overall, Effective STL is a really invaluable source of programming expertise on an essential aspect of today's C++ for anyone who is using--or planning to use--STL in real production code. It is quite simply a must-have. --Richard Dragan
2022-03-13 06:45:16 7.65MB c++ Effective STL
1
《EFFECTIVE+STL中文版:50条有效使用STL的经验》高清书签目录版本
2022-03-12 21:43:17 11.11MB STL
1
贪食蛇案例制作(新),某马教程中使用到的,也是我写博客时候参考的,很好的东西
2022-03-12 21:39:33 1.23MB STL C++
1