Welcome![Sign In][Sign Up]
Location:
Search - VC 标准模板库

Search list

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H - CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69652 | Author: 苗嘉 | Hits:

[Other resourceVC++template

Description: VC++标准模板库参考,包含了绝大部分的内容,全面而详细。
Platform: | Size: 3230762 | Author: odison | Hits:

[OtherDynamicArray_Backup

Description: 利用VC中的标准模板库(STL)实现了二维动态数组,并进行了相应的封装。
Platform: | Size: 1405 | Author: wang | Hits:

[ActiveX/DCOM/ATLVC++设计的COM控件

Description: COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Platform: | Size: 30188 | Author: 和平鸽 | Hits:

[VC/MFCVC++ 标准模板库

Description: 标准模板库
Platform: | Size: 4449757 | Author: 287857752@qq.com | Hits:

[ActiveX/DCOM/ATLVC++设计的COM控件

Description: COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Platform: | Size: 29696 | Author: 和平鸽 | Hits:

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69632 | Author: 苗嘉 | Hits:

[OtherDynamicArray_Backup

Description: 利用VC中的标准模板库(STL)实现了二维动态数组,并进行了相应的封装。-Use of VC in the Standard Template Library (STL) to achieve a two-dimensional dynamic array, and the corresponding package.
Platform: | Size: 1024 | Author: wang | Hits:

[VC/MFCVC-STL

Description: 这本书详细介绍VC++下的标准模板库,是所有进行VC++开发的程序员都应该了解的。希望大家喜欢。-Details of the book under VC++ Standard Template Library, is all for the development of VC++ programmers should be aware of. I hope you like.
Platform: | Size: 9675776 | Author: 伟龙 | Hits:

[VC/MFCSTL

Description: VC++STL 标准模板库的引导书籍,有一定基础的学者参考提高有很大的帮助-VC++ STL is an good friend for you , you can have a great surprise after you read it.
Platform: | Size: 1231872 | Author: 云海 | Hits:

[Windows DevelopSTL

Description: 这是关于在WINDOES下进行STL编程的资料。STL是标准模板库,它里面有很多有价值的内容,可以大大提高效率,对于VC++程序员来说,很有帮助-This is on the WINDOES under the STL programming information. STL is the standard template library, it has a lot of valuable content, can improve efficiency greatly, for VC++ programmers, very helpful
Platform: | Size: 15360 | Author: 张航行 | Hits:

[Special Effectsrenlianshibie

Description: 人脸识别正确率97.18 ,1秒内完成。 能够在复杂的光线和背景下依然正确工作,并支持多张人脸在一个画面上的检测,识别,验证。戴眼镜和黑色人种也能检测和识别。能从多角度检测到人脸。 并带人鼻,嘴,眼镜,人脸左右边界的定位功能。 本软件仅限用于可见光(如室内光,日光灯,节能灯,白炽灯),并要求用户主动配合采模板,主动配合识别.最好有USB摄像头 -阳光人脸识别开发包(SDK)兼容性信息 1.人脸识别SDK平台:Windows,源码虽用VC编写,但未用GDI及第三方图库,故可易于移值到LINUX。 2.人脸识别SDK界面:SunLightFace.DLL,标准Windows API调用,附详细说明书。 3.人脸识别SDK支持语言。VC,VB,Delphi,C#。 (Delphi在调用函数时,传参和接收输出要做转换,可用VC做一个dll来测试Delphi传入的参数显出来是否正确。) 4.人脸识别SDK版本分类:主动识别可见光版(即本网页所介绍),被动识别可见光版,主动识别红外版。 5.作者能为SDK客户提供除SDK技术支持以外的人脸识别软件二次开发技术支持。 6.(主动识别可见光版)在添加正上方节能灯光源及加入镜头滤光片,并配以低照度高画质的摄像头时,将取得最佳效果
Platform: | Size: 1098752 | Author: 惠存 | Hits:

CodeBus www.codebus.net