Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - stl
Search - stl - List
一个小小的注意力测试   作为一个C++程序设计者,STL是一种不可忽视的技术。Sandard Template Library (STL): 标准模板库,更准确的说是 C++ 程序设计语言标准模板库。学习过MFC的人知道,MFC是微软公司创建的 C++ 类库。而与之类似的是 STL 是模板库,只不过 STL 是 ANSI/ISO 标准的一部分,而 MFC 只不过是微软的一个产品而已。也就是说STL是所有C++编译器和所有操作系统平-a little attention as a test C program designers, STL is a technology that can not be ignored. Sandard Template Library (STL) : Standard Template Library. more accurate is that the C programming language standard template library. Learning MFC people know that the MFC is the creation of the Microsoft C library. And the similar STL is the template library, the only STL is ANSI / ISO standard part MFC and Microsoft is only a product of it. STL is to say all C compilers and operating systems - all
Date : 2008-10-13 Size : 24.86kb User : 李鹏

DL : 0
我对 STL String 的一些经验,主要论述了String的一些特性。-I STL String some experience, mainly discusses the characteristics of the String.
Date : 2008-10-13 Size : 6.34kb User : tony

DL : 0
一个利用stl来写的一个gui试验平台,基本实现一个简单的gui系统,很小,值得学习-use a stl write a gui test platform, the basic realization of a simple gui, small, it is worth learning
Date : 2008-10-13 Size : 39.32kb User : 李柳

使用c++/stl/winapi实现一个贪吃射游戏
Date : 2008-10-13 Size : 17.07kb User : xp

一个小小的注意力测试   作为一个C++程序设计者,STL是一种不可忽视的技术。Sandard Template Library (STL): 标准模板库,更准确的说是 C++ 程序设计语言标准模板库。学习过MFC的人知道,MFC是微软公司创建的 C++ 类库。而与之类似的是 STL 是模板库,只不过 STL 是 ANSI/ISO 标准的一部分,而 MFC 只不过是微软的一个产品而已。也就是说STL是所有C++编译器和所有操作系统平-a little attention as a test C program designers, STL is a technology that can not be ignored. Sandard Template Library (STL) : Standard Template Library. more accurate is that the C programming language standard template library. Learning MFC people know that the MFC is the creation of the Microsoft C library. And the similar STL is the template library, the only STL is ANSI/ISO standard part MFC and Microsoft is only a product of it. STL is to say all C compilers and operating systems- all
Date : 2025-12-16 Size : 25kb User : 李鹏

DL : 0
我对 STL String 的一些经验,主要论述了String的一些特性。-I STL String some experience, mainly discusses the characteristics of the String.
Date : 2025-12-16 Size : 1.85mb User : tony

DL : 0
一个利用stl来写的一个gui试验平台,基本实现一个简单的gui系统,很小,值得学习-use a stl write a gui test platform, the basic realization of a simple gui, small, it is worth learning
Date : 2025-12-16 Size : 58kb User :

使用c++/stl/winapi实现一个贪吃射游戏-Use c++/Stl/winapi greedy realize a shooting game
Date : 2025-12-16 Size : 52kb User : xp

CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 enum_display_modes_demo.zip enum_display_modes_src.zip   列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。 iconbutton_demo.zip iconbutton_src.zip   创建一个按钮,并在上面显示图标。 jpeglib_demo.zip jpeglib_src.zip   利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。-err
Date : 2025-12-16 Size : 344kb User : sunu

C++语言对STL文件格式进行读取,并将其显示出来,有一定的交互功能-C++ language, read the STL file format, and show a certain degree of cross-functional
Date : 2025-12-16 Size : 7.26mb User : laga

notepad++是一个开源的功能强大编辑器,可以高亮显示。里面的源码是用C++写的,用到了stl。-notepad++ is a powerful open source editor, can be highlighted. Inside the source code is written in C++, use the stl.
Date : 2025-12-16 Size : 3.43mb User : 訾二勇

BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good. The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature. The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud. I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good. The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature. The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud. I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.
Date : 2025-12-16 Size : 5.76mb User : naz

DL : 0
wins下QT使用手册,对wins下qt编程序有很大的帮助-stl standard demonstrating program guider ,it is very useful
Date : 2025-12-16 Size : 301kb User : 李刚

vc显示stl,读取顶点坐标,并显示在独立窗口中-vc to show stl
Date : 2025-12-16 Size : 676kb User : 王磊

读取STL文件进行三维显示,基于MFC的界面编程,基于单文档应用程序-read .stl files and show the data in 3d way
Date : 2025-12-16 Size : 387kb User : 蔡小娟

Into the content of the STL, introduced the various functions of STL, please everyone, can be used
Date : 2025-12-16 Size : 60kb User : Amelim

我对 STL String 的一些经验,主要论述了String的一些特性,()
Date : 2025-12-16 Size : 5kb User : Mqraoq

这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能()
Date : 2025-12-16 Size : 54kb User : golumdn
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.