STL

网络  标准模板库; 语句表; 梯形图; 圣路易斯; 指令表

计算机



双语例句

  1. It uses the STL function rand() to generate numbers randomly.
    它将使用STL函数rand()随机生成数字。
  2. The Standard Template Library ( STL) defines pair in the header utility.
    标准模板库(STL)在头文件实用程序中定义pair。
  3. A compile-time switch allows you to use STL as the underlying implementation, if you like.
    如果需要,可以采用编译时间开关将STL用作底层实现。
  4. You need some understanding of the standard STL to get the most from this article.
    您需要对标准STL具备一定的了解才能充分理解本文的内容。
  5. And a list of all the repeated words.
    以及列出所有重复单词。学习stl的好例子哦!
  6. Function is a text file statistics all the words in number.
    由stl中的map来实现。功能是统计一个文本文件中的所有单词个数。
  7. The study on generating tool path from STL model and its development direction
    STL模型加工轨迹生成研究及发展方向
  8. The STL also includes a large collection of algorithms that manipulate the data stored in containers.
    STL也包含了大量的算法用来控制存储在容器中的数据。
  9. The STL does, however, include several other types of components.
    但是STL还包含一些其他的组件类型。
  10. Automatic checking and repairing technology of STL file's errors
    STL文件错误的自动检测与修复技术
  11. One of the surprising things about the STL/ CLI algorithms is that the same implementation is used for native and the STL/ CLI version.
    STL/CLI算法的一个惊人之处是可对本机和STL/CLI版本使用相同的实现。
  12. Forming intersection chains and loops in Boolean operation of STL models
    STL模型布尔运算交线链和交线环提取算法
  13. Research on STL Triangular Grid Data's Fast Reading
    基于STL三角网格的数据快速读取研究
  14. Dynamic Link Library Creation in Development of STL File Rendering Program
    在STL文件渲染程序开发中的动态链接库创建
  15. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science.
    标准模板库STL是一个包含容器类,算法和迭代器的C++库;它提供了很多计算机科学的基本算法和数据结构。
  16. The C++ Standard Template Library ( STL) was one of the great innovations in library design.
    C++标准模板库(STL)是库设计中一个重大革新。
  17. Modeling Procedure of STL Data Model Based on OpenGL Technology
    基于OpenGL的STL数据模型建模方法
  18. The following diagram represents the relationship between WinAPI, CRT, and STL.
    下面这幅图代表了WinAPI、CRT和STL三者之间的关系。
  19. The View of STL Data Format Based On OpenGL Technology
    基于OpenGL技术的STL数据格式的显示
  20. STL Files Reading and Visualization Based on VC++ and OpenGL
    基于VC++和OpenGL的STL文件读取显示
  21. It converts between Webcore types and our application's types ( mostly STL), and provides more convenient methods that mirror a lot of Webcore's objects we need access to.
    它可以转换之间加入WebCore类型和我们的应用程序的类型(主要是STL),并提供更方便的方法,加入许多我们需要访问WebCore的对象。
  22. Research on the three-dimensional decomposition of the STL model based on the extended Z-Buffer
    基于扩展Z-Buffer的STL模型三维分段研究
  23. Recently, I started using STL and it is great.
    最近我开始使用STL,发现它真是太棒了!
  24. The purpose of this paper is STL triangular mesh reduction in the process of rapid prototype manufacturing.
    本文针对快速原型制造所支援的STL三角网格档进行缩减研究。
  25. This is necessary since the STL will create a local copy of the object when you insert an object instance into the container.
    当你向容器中插入一个对象的实例,STL将创建一个对象的本地副本,所以说上面处理是必要的。
  26. You can create STL containers that store either objects or pointer to objects.
    你可以生成STL容器,用来存放对象或者指向对象的指针。
  27. A technique of acquiring the motion trajectory of spray painting robot based on STL slice is presented.
    提出了运用STL模型切片技术生成喷漆机器人轨迹的方法。
  28. Second, the STL includes some low-level mechanisms for allocating and deallocating memory.
    其次,STL包含一些低水平的分配和释放内存的机制。
  29. A new arithmetic of transforming IGES files to STL files is presented.
    提出一种将IGES文件格式转换成STL文件格式的算法。
  30. You should make sure that you understand how templates work in C++ before you use the STL.
    你应该确定你在使用STL之前知道模板在C++中是怎么工作的。