▍1. STLDemo
vtk中的STL文件的导入和导出。很好用的。自动识别两种STL格式。(vtk in the STL file import and export. Good use. Automatically recognizes two STL format.)
vtk中的STL文件的导入和导出。很好用的。自动识别两种STL格式。(vtk in the STL file import and export. Good use. Automatically recognizes two STL format.)
快速学习stl的书,30分钟掌握stl的pdf格式(Fast learning stl book, 30 minutes to master stl pdf format)
用VC++的STL计算生成的IEEERTS-96的一年52周364天的每天24小时的负荷值的有名值,可用于计算电力系统的可靠性的分析(Calculated using VC++ the STL generated IEEERTS-96, 52 weeks a year a day, 364 days a famous 24-hour load value value can be used to calculate the reliability of the power system analysis)
使用C++ STL进行文件读取,介绍C++标准模板库的基本操作。可以学习对stl的基本操作和数据处理。同时包含对文件的基本编程。(Use C++ STL file read, introduces the basic operation of the C++ standard template library. Can learn the basic operations and data processing of stl. The file contains both basic programming.)
在VC6.0环境下多模态显示STL标准三维模型,可以与鼠标、键盘进行交互。(The OpenGL program to display the STL model file in VC6.0 , it can interact with the mouse or keyboard.)
模拟STL库中的vector类,自己写的一个vector类,用于手机系统这种没有封装此类的地方使用,里边有详细的注释供查阅,方便宜懂(Analog STL library vector class, they write a vector class, for the phone system package such, inside there are detailed notes available for inspection and cheap side to understand)
说明: 求出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. )
stl源码分析,侯捷著,分析的非常详细,对想深入研究STL的朋友非常有帮助。(stl source analysis, Hou Jie, the analysis of very detailed, in-depth study on the STL' s friends want to be very helpful.)
模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法(Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method)
说明: C++STL的一个简单向导,先看看这个,可以先理清学习思路(C++ STL in a simple wizard, look at this, can first sort out learning ideas)
STL实践指南,一本学习STL不错的书,非常值得一看。(STL Guide to Practice, a good book to learn STL, worth a visit.)
代码中包含了部分作者侯捷的<<STL源码剖析>>一书中的程序实例,有助于理解及应用STL,来进行方便高效的编程(Code contains some of Hou Jie, author of <<STL源码剖析>> one book instance, contribute to the understanding and application of STL, to facilitate the efficient programming)
这是STL的介绍性程序。 这是STL的介绍性程序。 这是STL的介绍性程序。 (This is an introductory program STL. This is an introductory program STL. This is an introductory program STL.)
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)
说明: 项目描述: GINI is a lightweight, mostly Icecast/Shoutcast compatible streaming server for broadcasting Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime, and RealMedia format files. GINI media streamer是一个轻便的,主要是Icecast/Shoutcast 兼容流服务器,用于广播 Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime, 和RealMedia格式文件。 (Project Description : GINI is a lightweight, mostly and managing/Shoutcast compatible streaming server for broadcasting Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime, and RealMedia format files. GINI media streamer is a lightweight, mainly and managing/Shoutcast-compatible streaming server broadcasting for Ogg Vorbis, MP3, AVI, ASF/WMV, QuickTime and RealMedia format.)