登录
首页 » Visual C++ » 6584124622

6584124622

于 2021-03-29 发布 文件大小:3525KB
0 112
下载积分: 1 下载次数: 10

代码说明:

  有关opengl对话框的制作,有利于初学者更好的了解opengl对话框的实现(Related to the production of opengl dialog is conducive to a better understanding of beginners dialog realize opengl)

文件列表:

6584124622
..........\Bin
..........\...\Antialiasing.exe



..........\...\Gouraud.exe
..........\...\Lighting.exe

..........\...\TextureLighting.exe
..........\...\TextureMapping.exe
..........\...\TextureTransparency.exe
..........\Package
..........\.......\Antialiasing
..........\.......\............\DialogGL.001
..........\.......\............\DialogGL.aps
..........\.......\............\DialogGL.cpp
..........\.......\............\DialogGL.dsp
..........\.......\............\DialogGL.dsw
..........\.......\............\DialogGL.h
..........\.......\............\DialogGL.ncb
..........\.......\............\DialogGL.opt
..........\.......\............\DialogGL.plg
..........\.......\............\DialogGL.rc
..........\.......\............\DialogGLDlg.cpp
..........\.......\............\DialogGLDlg.h
..........\.......\............\ReadMe.txt
..........\.......\............\Release
..........\.......\............\res

..........\.......\............\...\DialogGL.rc2
..........\.......\............\resource.h
..........\.......\............\StdAfx.cpp
..........\.......\............\StdAfx.h
..........\.......\Gouraud
..........\.......\.......\DialogGL.001
..........\.......\.......\DialogGL.aps
..........\.......\.......\DialogGL.cpp
..........\.......\.......\DialogGL.dsp
..........\.......\.......\DialogGL.dsw
..........\.......\.......\DialogGL.h
..........\.......\.......\DialogGL.ncb
..........\.......\.......\DialogGL.opt
..........\.......\.......\DialogGL.plg
..........\.......\.......\DialogGL.rc
..........\.......\.......\DialogGLDlg.cpp
..........\.......\.......\DialogGLDlg.h
..........\.......\.......\ReadMe.txt
..........\.......\.......\Release
..........\.......\.......\res

..........\.......\.......\...\DialogGL.rc2
..........\.......\.......\resource.h
..........\.......\.......\StdAfx.cpp
..........\.......\.......\StdAfx.h
..........\.......\Lighting
..........\.......\........\DialogGL.001
..........\.......\........\DialogGL.aps
..........\.......\........\DialogGL.cpp
..........\.......\........\DialogGL.dsp
..........\.......\........\DialogGL.dsw
..........\.......\........\DialogGL.h
..........\.......\........\DialogGL.ncb
..........\.......\........\DialogGL.opt
..........\.......\........\DialogGL.plg
..........\.......\........\DialogGL.rc
..........\.......\........\DialogGLDlg.cpp
..........\.......\........\DialogGLDlg.h
..........\.......\........\Release
..........\.......\........\res

..........\.......\........\...\DialogGL.rc2
..........\.......\........\resource.h
..........\.......\........\StdAfx.cpp
..........\.......\........\StdAfx.h
..........\.......\Src
..........\.......\...\Texture.cpp
..........\.......\...\Texture.h
..........\.......\TextureLighting

..........\.......\...............\Debug
..........\.......\...............\DialogGL.001
..........\.......\...............\DialogGL.aps
..........\.......\...............\DialogGL.cpp
..........\.......\...............\DialogGL.dsp
..........\.......\...............\DialogGL.dsw
..........\.......\...............\DialogGL.h
..........\.......\...............\DialogGL.ncb
..........\.......\...............\DialogGL.opt
..........\.......\...............\DialogGL.plg
..........\.......\...............\DialogGL.rc
..........\.......\...............\DialogGLDlg.cpp
..........\.......\...............\DialogGLDlg.h
..........\.......\...............\res

..........\.......\...............\...\DialogGL.rc2
..........\.......\...............\resource.h
..........\.......\...............\StdAfx.cpp
..........\.......\...............\StdAfx.h
..........\.......\TextureMapping

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

发表评论

0 个回复

  • curving
    利用此函数可以在最小二乘意义上解决非线性曲线拟合(数据 拟合)问题。也就是说,给定输入数据xdata,以及观测的输出数据ydata,找到系数x,使 得函数F(x,xdata)能够最好的拟合向量值(MLS method not only can be applied for the purpose of curve (or surface) fitting, but also curve (or surface) interpolation when compactly supported singular weighted function was used. The effective measure has been applied to eliminate singularity in MLS interpolation. In addition, the bad fitting or interpolation accuracy near the boundary was improved. )
    2014-08-06 10:00:13下载
    积分:1
  • Modem_source
    说明:  用数据库实现串口通讯的源代码,功能比较强大,值得一看。(database using serial communication source code, functions more powerful overseas.)
    2005-11-17 15:29:16下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • POJ1007
    北京大学ACM POJ1007题 实现了对字符串按逆序排列(Peking ACM POJ1007 title achieved by reverse order of string)
    2010-11-03 00:00:52下载
    积分:1
  • VC++.doc
    VC++环境下调用MATLAB,其中路径的设置请根据自己电脑中的位置做相应修改(VC++ Environment called MATLAB, which set up the path, please according to their own computers make consequential amendments to the location of)
    2008-05-07 13:17:18下载
    积分:1
  • sun
    纯弯构件受力分析,曲率-弯矩关系,荷载-挠度关系。(Pure bending component stress analysis, curvature- the moment the relationship between the load- deflection relationship.)
    2012-07-04 10:44:43下载
    积分:1
  • vp_marmousi-ii.segy
    Marmousi 速度模型文件,vp_marmousi-ii.segy.gz (1725 KB)(Marmousi vp_marmousi-ii.segy.gz (1725 KB))
    2017-10-23 11:18:22下载
    积分:1
  • VCExample
    基于固高GT400运动控制卡,Visual C++下的基本控制程序 (The basic control program based on Googol GT400 motion control card, the Visual C++)
    2020-09-10 04:58:02下载
    积分:1
  • MU1.03tuoji
    很不错的一个奇迹(MU)脱机外挂,支持手动添加捡取任何物品。自动上线。(A nice miracle (MU) is out of the machine, supporting manual addition of picking up any items. Automatic online.)
    2020-07-02 04:00:01下载
    积分:1
  • muzidongjianwuguaji
    我是初学者,自己做的MU奇迹自动挂机捡物,轻松解放双手,欢迎共同研究(Automatic on hook pick up objects)
    2015-03-25 13:19:17下载
    积分:1
  • 696518资源总数
  • 105721会员总数
  • 0今日下载