登录
首页 » Visual C++ » 4[1].1

4[1].1

于 2020-09-13 发布 文件大小:2049KB
0 246
下载积分: 1 下载次数: 97

代码说明:

  opengl绘制房子,C++的源代码,动态场景(opengl draw a house, C++ source code, dynamic scenes)

文件列表:

4.1
...\5DG'S TextureLoader.exe,57344,2004-07-30

...\5DG_Window.cpp,14257,2004-07-30
...\5DG_Window.dsp,3631,2010-06-06
...\5DG_Window.dsw,528,2010-06-06
...\5DG_Window.h,2055,2004-07-30
...\5DG_Window.ncb,41984,2010-06-06
...\5DG_Window.opt,48640,2010-06-06
...\5DG_Window.plg,254,2010-06-06
...\Data


...\....\Fire





...\....\....\00006.jpg,17717,2004-07-30
...\....\....\00007.jpg,17611,2004-07-30
...\....\....\00008.jpg,17810,2004-07-30
...\....\River





...\....\.....\00006.jpg,18624,2004-07-30
...\....\.....\00007.jpg,18510,2004-07-30
...\....\.....\00008.jpg,18619,2004-07-30

...\....\Waterfall





...\....\.........\00006.jpg,18931,2004-07-30
...\....\.........\00007.jpg,18920,2004-07-30
...\....\.........\00008.jpg,18897,2004-07-30
...\....\Windmill





...\....\........\00006.jpg,20736,2004-07-30
...\....\........\00007.jpg,20752,2004-07-30
...\....\........\00008.jpg,20680,2004-07-30
...\Debug
...\.....\5DG_Window.exe,237636,2010-06-06
...\.....\5DG_Window.ilk,313024,2010-06-06
...\.....\5DG_Window.obj,24238,2010-06-06
...\.....\5DG_Window.pch,3859644,2010-06-06
...\.....\5DG_Window.pdb,459776,2010-06-06
...\.....\Main.obj,31053,2010-06-06
...\.....\Texture.obj,20985,2010-06-06
...\.....\vc60.idb,156672,2010-06-06
...\.....\vc60.pdb,102400,2010-06-06
...\Main.cpp,8195,2004-07-30
...\Texture.cpp,9009,2004-08-02
...\Texture.h,507,2004-07-30

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

发表评论

0 个回复

  • hedongjian
    彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。(color bitmap to black-and-white bitmap code. Dong- Jian "Digital Image Processing" With the CD source.)
    2006-11-02 10:13:04下载
    积分:1
  • LTEdetail
    LTE的详细讲解,对于OFDM等进行了讲解,对于LTE初学者有很大的帮助。(LTE detailed explanations, for OFDM, etc. were explained, the LTE is very helpful for beginners.)
    2010-08-19 22:12:51下载
    积分:1
  • mex1
    program from calling VC++ programs from Matlab
    2010-04-13 20:01:56下载
    积分:1
  • vtkBioeng-5.0
    vtk碰撞检测程序,基于obb包围盒的碰撞检测程序,需要用cmake进行编译(vtk collision detection procedure, based on obb bounding box collision detection program needs to be compiled with cmake)
    2021-02-26 09:49:37下载
    积分:1
  • student-management
    学生成绩管理系统附带数据库操作 完成成绩的增删改查以及不同用户的权限管理(Student achievement management system comes complete performance of operations CRUD and different user rights management)
    2015-11-11 13:27:43下载
    积分:1
  • vcdll
    VC++从DLL中获得资源的小实例源代码,从DLL中获得背景图像,可者是一个图标资源或是其它类型的文件,总之,学会了一种,就可以举一反三,灵活掌握了。(VC++ from the DLL resources, source code examples to get a background image from the DLL, can an icon resource, or other types of documents, in short, learned, you can learn by analogy, flexibility.)
    2012-05-19 02:34:41下载
    积分:1
  • 2-8
    一个基于MFC窗口的具有图形图像处理的功能的MFC程序,可对图像灰度,滤波等处理好功能(MFC program has a function of image processing based on MFC window can be a good feature for grayscale images, filtering and other processing)
    2014-12-09 23:27:23下载
    积分:1
  • VCPP-create-a-application-window
    VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
    2013-11-24 14:23:38下载
    积分:1
  • ODBCDEMO2
    说明:  了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。(Simplify developers to write database applications, VC++ Class Library in its base (MFC) in the package on the ODBC API to achieve an object-oriented database programming interface, so that VC++ database easier. This chapter begins with an overview of the MFC ODBC brief introduction, then tell a story using MFC ODBC database development skills, and finally database development through specific examples, describe in detail through the MFC ODBC database application development methods and processes. )
    2011-03-14 16:26:31下载
    积分:1
  • TFT1
    用STM32实现TFT显示!用的是ILI9325芯片驱动的!(With STM32 realize TFT show! Use is ILI9325 chip drive!)
    2012-04-17 17:41:30下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载