-
STL完整源码,实现STL文件的读写和三维体的重建及其分析
STL完整源码,实现STL文件的读写和三维体的重建及其分析-STL integrity of the source code, achieving literacy STL files and 3-D reconstruction and Analysis
- 2022-04-12 17:18:01下载
- 积分:1
-
good
haodongxi (*^__^*) -good
- 2022-08-06 04:35:07下载
- 积分:1
-
C++ STL to develop technical guidance that a good source
C++STL开发技术导引 一本很好说的源码-C++ STL to develop technical guidance that a good source
- 2022-03-23 17:13:20下载
- 积分: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
-
一个Delphi的STL
这两年来编写程序,着实接触了不少函数代码,遇到比较有收藏价值的或者应用比较广的就收集了起来,就形成了这个大杂烩 SRTL(Super Run Time Library)。这里面有除了一些是本人编写的代码,其他全非本人版权,只是希望各位在修改或者传播的过程中,保留作者的版权说明.另外由于是免费的完全开源的,所以本人不对使用SuperRTL所造成的后果有任何责任。
下面简单介绍一下单元的内容:
Win32.pas (本人编写)
API函数的简单调用,如建立进程,建立文件映射,建立、读取管道(可以捕捉DOS程序输出)等。
StrFuncs.pas (本人编写)
字符串处理单元,完全兼容宽字节处理(即使用wideString),特有的中文字符串处理函数(如简繁转换等等),经过多次优化,大多以编表的方式进行处理(一般来说是最快的处理方式)。
BiosHelp.pas
读取Bios信息的单元,兼容各种windows系统。
Streams.pas
流(TStream)输入输出处理单元,可以用来保存读取控件属性。
ShlFile.pas
各种文件操作,包括获得系统特殊路径,获取文件图标等。
RegEx
- 2023-07-07 10:00:03下载
- 积分:1
-
STL 最新源代码
STL 最新源代码-STL latest source code
- 2023-04-19 09:50:03下载
- 积分:1
-
第一次这么大规模地使用stl,果然比纯c慢很多
第一次这么大规模地使用stl,果然比纯c慢很多-The first time such a large-scale use of stl, was much slower than that of pure c
- 2022-09-25 21:30:03下载
- 积分:1
-
什么是内:自述
What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)test/regression - regression test, using wrapper iostreamstest/eh - exception handling test using STLport iostreamsetc - miscellanous files (ChangeLog, TODO, scripts, etc.) -What s inside :README- this fileINSTALL- installation instructionsstlport- main STLport include directorysrc- source and makefiles for iostreams implementationlib- installation directory for STLport library (if you use STLport iostreams only)test/regression- regression test, using wrapper iostreamstest/eh- exception handling test using STLport iostreamsetc- miscellanous files (ChangeLog, TODO, scripts, etc.)
- 2022-08-18 17:12:59下载
- 积分:1
-
C++STL开发技术导引 一本很好说的源码
C++STL开发技术导引 一本很好说的源码-C++ STL to develop technical guidance that a good source
- 2023-08-16 07:15:03下载
- 积分:1
-
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on...
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
- 2022-04-12 17:04:18下载
- 积分:1