登录
首页 » Visual C++ » OpenGLdlg

OpenGLdlg

于 2010-09-13 发布 文件大小:21777KB
0 145
下载积分: 1 下载次数: 36

代码说明:

  利用MFC,基于OPenGL在对话框中显示出来,实现立方体的旋转,移动,缩放等功能,分为手动和自动模式,对OpenGL初学者有很大的借鉴作用(Using MFC, based OPenGL shown in the dialog box to achieve the cube to rotate, move, zoom and other functions, is divided into manual and automatic modes, on the OpenGL great reference for beginners)

文件列表:

OpenGLdlg
.........\Debug
.........\.....\BuildLog.htm,12628,2010-08-31
.........\.....\mt.dep,67,2010-08-31
.........\.....\OpenGLDlgTest.exe,2263040,2010-08-31
.........\.....\OpenGLDlgTest.exe.embed.manifest,406,2010-08-31
.........\.....\OpenGLDlgTest.exe.embed.manifest.res,472,2010-08-31
.........\.....\OpenGLDlgTest.exe.intermediate.manifest,381,2010-08-31
.........\.....\OpenGLDlgTest.ilk,6902920,2010-08-31
.........\.....\OpenGLDlgTest.obj,20067,2010-08-31
.........\.....\OpenGLDlgTest.pch,24903680,2010-08-31
.........\.....\OpenGLDlgTest.pdb,12790784,2010-08-31
.........\.....\OpenGLDlgTest.res,12756,2010-08-31
.........\.....\OpenGLDlgTestDlg.obj,99734,2010-08-31
.........\.....\StdAfx.obj,465941,2010-08-31
.........\.....\vc60.idb,205824,2010-05-12
.........\.....\vc60.pdb,372736,2010-05-12
.........\.....\vc90.idb,904192,2010-08-31
.........\.....\vc90.pdb,1978368,2010-08-31
.........\OpenGLDlgTest.aps,38596,2010-08-30
.........\OpenGLDlgTest.clw,1083,2010-05-12
.........\OpenGLDlgTest.cpp,2178,2010-08-30
.........\OpenGLDlgTest.dsp,4355,2010-05-12
.........\OpenGLDlgTest.dsw,549,2010-05-12
.........\OpenGLDlgTest.h,1401,2010-08-24
.........\OpenGLDlgTest.ncb,22694912,2010-08-31
.........\OpenGLDlgTest.opt,48640,2010-05-12
.........\OpenGLDlgTest.plg,1191,2010-05-12
.........\OpenGLDlgTest.rc,5748,2010-08-30
.........\OpenGLDlgTest.sln,891,2010-08-31
.........\OpenGLDlgTest.vcproj,7577,2010-08-31
.........\OpenGLDlgTest.vcproj.WWW-DBEB268BF3A.Administrator.user,1427,2010-08-31
.........\OpenGLDlgTestDlg.cpp,14902,2010-08-31
.........\OpenGLDlgTestDlg.h,2282,2010-08-30
.........\ReadMe.txt,3705,2010-05-12
.........\Release
.........\.......\BuildLog.htm,8908,2010-08-31
.........\.......\mt.dep,67,2010-08-31
.........\.......\OpenGLDlgTest.exe,20992,2010-08-31
.........\.......\OpenGLDlgTest.exe.intermediate.manifest,851,2010-08-31
.........\.......\OpenGLDlgTest.obj,13829,2010-08-31
.........\.......\OpenGLDlgTest.pch,28770304,2010-08-31
.........\.......\OpenGLDlgTest.res,2896,2010-08-31
.........\.......\OpenGLDlgTestDlg.obj,43459,2010-08-31
.........\.......\StdAfx.obj,17241,2010-08-31
.........\.......\vc90.idb,519168,2010-08-31
.........\res

.........\...\OpenGLDlgTest.rc2,405,2010-05-12
.........\resource.h,1099,2010-08-30
.........\StdAfx.cpp,215,2010-05-12
.........\StdAfx.h,1171,2010-08-24

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

发表评论

0 个回复

  • id3(c)
    ID3 Algorithm that uses decision trees to classify a give data.
    2013-10-24 02:17:42下载
    积分:1
  • dan2
    单纯形的两种算法,虽然不是很多,但希望对我这个初学者多多指教(two simplex algorithm, although not many, but I hope this pair of exhibitions beginners)
    2007-01-16 16:11:27下载
    积分:1
  • mpegclient
    使用DirectShow播放Mpeg等媒体类型,并从中抓取图片(Mpeg player using DirectShow and other media types, and from the crawl picture)
    2009-02-06 16:10:09下载
    积分:1
  • harris
    harris的matlab程序,精度不是很高,但是大家可以根据需要进行改写(harris)
    2007-09-01 08:53:58下载
    积分:1
  • MATLAB
    接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (good)
    2020-11-04 23:49:52下载
    积分:1
  • gershdisc
    用来画多输入多输出系统的格式带,输入是矩阵形式(draw gershgorin)
    2012-06-04 13:29:25下载
    积分:1
  • vf-udf
    膜渗透 FUENT UDF 气液两相流 (Gas-liquid two-phase flow membrane permeation FUENT UDF)
    2020-12-01 16:09:26下载
    积分:1
  • 12389icpCpp
    欢迎待下载,很好很轻大,谢谢,好代码,谢谢(a dood program)
    2013-05-24 11:11:57下载
    积分:1
  • IntroductiontoAlgorithm
    关于算法设计最经典的教材,非常值得阅读,对一些较经典的算法都进行了详细的介绍(On the algorithm design and classic materials, well worth reading, for some of the more classical algorithms have carried out a detailed introduction)
    2008-05-24 14:55:46下载
    积分:1
  • cmd_SNL_C_complier
    snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。(snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing, semantic analysis and code generation, intermediate code optimization, object code optimization integrity module, and a very detailed notes, Principle study compiled an excellent material.)
    2021-03-30 20:59:09下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载