登录
首页 » Visual C++ » MyMulDOpenGL

MyMulDOpenGL

于 2006-07-16 发布 文件大小:42KB
0 187
下载积分: 1 下载次数: 98

代码说明:

  一个基于MFC多文档的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。(a document based on the number of MFC Opengl procedures, given the use of general VC-based MFC Opengl framework.)

文件列表:

MyMDOpenGL
..........\ChildFrm.cpp
..........\ChildFrm.h
..........\GLEnabledView.cpp
..........\GLEnabledView.h
..........\MainFrm.cpp
..........\MainFrm.h
..........\MyMDOpenGL.aps
..........\MyMDOpenGL.clw
..........\MyMDOpenGL.cpp
..........\MyMDOpenGL.dsp
..........\MyMDOpenGL.dsw
..........\MyMDOpenGL.h
..........\MyMDOpenGL.ncb
..........\MyMDOpenGL.opt
..........\MyMDOpenGL.plg
..........\MyMDOpenGL.rc
..........\MyMDOpenGLDoc.cpp
..........\MyMDOpenGLDoc.h
..........\MyMDOpenGLView.cpp
..........\MyMDOpenGLView.h
..........\ReadMe.txt
..........\RES

..........\...\MyMDOpenGL.rc2


..........\Resource.h
..........\StdAfx.cpp
..........\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • humandet_faint
    OPENCV简单的目标跟踪,跌倒,打架,摔倒等都能从opencv 中监测出来,此项目是基于VS2008写的,(samples object tracke)
    2014-04-09 09:48:30下载
    积分:1
  • 8_彩色目标跟踪
    通过计算目标在HSV空间下的H分量直方图,通过直方图反向投影得到目标像素的概率分布,然后通过调用OpenCV的CAMSHIFT算法,自动跟踪并调整目标窗口的中心位置与大小。该算法对于简单背景下的单目标跟踪效果较好,但如果被跟踪目标与背景颜色或周围其它目标颜色比较接近,则跟踪效果较差。(By calculating the H component histogram of the target in the HSV space, the probability distribution of the target pixels is obtained through the reverse projection of the histogram, and then the center position and size of the target window are automatically tracked and adjusted by calling the CAMSHIFT algorithm of OpenCV. The algorithm is better for single target tracking under simple background, but the tracking effect is poor if the tracking target is close to the color of the background or the other target colors.)
    2018-06-11 10:48:24下载
    积分:1
  • SerialPortTest2
    改进的SerialPort类单文档实例程序(improved SerialPort single document type sample program)
    2006-10-15 15:24:20下载
    积分:1
  • youmohoudu
    不可压缩稳态滑块润滑,一定长度的变间隙油膜厚度解析(Incompressible variable gap steady slide lubrication film thickness resolve certain length)
    2015-10-28 10:28:17下载
    积分:1
  • wavelet-wavelep-filter
    本程序实现小波和小波包滤波,,对高频部分进行处理对一维信号进行处理,得到重构去噪后的信号,代码调试通过(This procedure realize wavelet and wavelet packet filtering, and the high frequency part of the process of one dimensional signal processing, reconstruction after denoising signal, code debugging through)
    2016-01-20 13:52:07下载
    积分:1
  • 1024188393.zip
    说明:  直流电动机驱动控制集成电路L293D简介,希望对大家有帮助(DC motor driver IC L293D control profiles, we hope to help)
    2009-08-19 07:48:31下载
    积分:1
  • 欧洲标准DVB-S2的LDPC编码的实现代码
    欧洲标准DVB-S2的LDPC编码的实现代码(European standard DVB-S2 LDPC encoding implementation code)
    2013-05-22 23:29:15下载
    积分:1
  • STM32F407_ov2640图像处理
    stm32f407,寻黑线,控制电机,探索者,智能摄像识别,二值化(Stm32f407, black line, control motor, explorer, intelligent camera recognition, two valued)
    2020-11-04 08:09:51下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • www.ocelular.net-exc-micr-of
    uhul facebook sucesso
    2011-05-19 05:04:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载