登录
首页 » Visual C++ » directx

directx

于 2020-10-27 发布 文件大小:662KB
0 327
下载积分: 1 下载次数: 21

代码说明:

  一个微软自带的DirecX程序的例子,相当经典!(A DirecX Microsoft' s own example of the procedure, very classic!)

文件列表:

directx
.......\d3dm
.......\....\tutorials
.......\....\.........\tut01_createdevice
.......\....\.........\..................\createdevice.cpp
.......\....\.........\..................\readme.txt
.......\....\.........\..................\tut01_createdevice.sln
.......\....\.........\..................\tut01_createdevice.vcproj
.......\....\.........\tut02_vertices
.......\....\.........\..............\readme.txt
.......\....\.........\..............\tut02_vertices.sln
.......\....\.........\..............\tut02_vertices.vcproj
.......\....\.........\..............\vertices.cpp
.......\....\.........\tut03_matrices
.......\....\.........\..............\matrices.cpp
.......\....\.........\..............\readme.txt
.......\....\.........\..............\tut03_matrices.sln
.......\....\.........\..............\tut03_matrices.vcproj
.......\....\.........\tut04_lights
.......\....\.........\............\lights.cpp
.......\....\.........\............\readme.txt
.......\....\.........\............\tut04_lights.sln
.......\....\.........\............\tut04_lights.vcproj
.......\....\.........\tut05_textures
.......\....\.........\..............\banana.bmp
.......\....\.........\..............\d3dm_textures.rc
.......\....\.........\..............\readme.txt
.......\....\.........\..............\resource.h
.......\....\.........\..............\textures.cpp
.......\....\.........\..............\tut05_textures.sln
.......\....\.........\..............\tut05_textures.vcproj
.......\....\.........\tut06_fixedpoint
.......\....\.........\................\banana.bmp
.......\....\.........\................\d3dm_fixedpoint.rc
.......\....\.........\................\fixedpoint.cpp
.......\....\.........\................\readme.txt
.......\....\.........\................\resource.h
.......\....\.........\................\tut06_fixedpoint.sln
.......\....\.........\................\tut06_fixedpoint.vcproj
.......\DDraw
.......\.....\DDex1
.......\.....\.....\DDex1.cpp
.......\.....\.....\ddex1.rc
.......\.....\.....\DDex1.sln
.......\.....\.....\DDex1.vcproj

.......\.....\.....\readme.txt
.......\.....\.....\resource.h
.......\.....\.....\stdafx.cpp
.......\.....\.....\stdafx.h
.......\.....\DDex2

.......\.....\.....\DDex2.cpp
.......\.....\.....\ddex2.rc
.......\.....\.....\DDex2.sln
.......\.....\.....\DDex2.vcproj
.......\.....\.....\ddutil.cpp
.......\.....\.....\ddutil.h

.......\.....\.....\ReadMe.txt
.......\.....\.....\resource.h
.......\.....\.....\stdafx.cpp
.......\.....\.....\stdafx.h
.......\.....\DDex3
.......\.....\.....\ddex3.cpp
.......\.....\.....\ddex3.rc
.......\.....\.....\DDEx3.sln
.......\.....\.....\DDEx3.vcproj
.......\.....\.....\ddutil.cpp
.......\.....\.....\ddutil.h


.......\.....\.....\ReadMe.txt
.......\.....\.....\resource.h
.......\.....\.....\stdafx.cpp
.......\.....\.....\stdafx.h
.......\.....\Donuts2
.......\.....\.......\bangbang.wav
.......\.....\.......\bounce.wav
.......\.....\.......\c_bang.wav
.......\.....\.......\ddutil.cpp
.......\.....\.......\ddutil.h

.......\.....\.......\donuts.c
.......\.....\.......\donuts.h
.......\.....\.......\donuts.ico
.......\.....\.......\donuts.rc
.......\.....\.......\Donuts2.sln
.......\.....\.......\Donuts2.vcproj
.......\.....\.......\d_bang.wav
.......\.....\.......\gapiutil.cpp
.......\.....\.......\gapiutil.h
.......\.....\.......\gunfire.wav
.......\.....\.......\hum.wav
.......\.....\.......\level.wav
.......\.....\.......\p_bang.wav
.......\.....\.......\r
.......\.....\.......\readme.txt
.......\.....\.......\resource.h
.......\.....\.......\resourceppc.h

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

发表评论

0 个回复

  • IME_Info
    IME的编程资料.有相关资料和源码~~内容相当丰富(IME programming information. Have relevant information and source ~ ~ content quite rich)
    2008-12-24 14:43:45下载
    积分:1
  • yufagaoliang
    说明:  VC++6.0实现语法高亮,我网上搜集的,觉得不错!!希望大家喜欢(yufagaoliang)
    2010-03-18 19:03:29下载
    积分:1
  • Wave_Show_Ctrl
    vs2008 编译通过,主要通过设计波形显示控件类,来实现图形的显示(By designing the waveform display control class to achieve graphical display)
    2013-09-11 18:56:21下载
    积分:1
  • NormFet_WindowsXP_src
    计算点云数据的法向量和局部特征,以备三维重建运用(The normals and features can be computed from a point cloud using the NormFet software)
    2020-07-28 21:38:40下载
    积分:1
  • MFCdatabase
    说明:  MFC数据库编程MFC数据库编程MFC数据库编程(MFC Database Programming MFC Database Programming MFC Database Programming)
    2010-04-23 02:46:54下载
    积分:1
  • rds-win32-4.0.522
    raima velocis 4.0.5
    2008-07-01 06:10:31下载
    积分:1
  • JHGJGHJGFJG
    题目:取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。 2.程序源代码:(Topic: take an integer a from the right end of the four to seven began. Program analysis: it can be to consider: (1) to make a move to the right four. (2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4) (3) will above the difference and operations. 2. The source code:)
    2012-05-26 20:20:03下载
    积分:1
  • p2p
    说明:  一个好的P2P即时通讯程序源码,包含服务器端和客户端。(A good source P2P instant messaging program, including server-side and client.)
    2008-11-18 13:36:06下载
    积分:1
  • subject_1_109107
    socket编程书(socket programming book)
    2004-11-26 13:55:59下载
    积分:1
  • CharSample_VS2019_Win7(32)
    CharSample的VS2019工程版本,经过了整理和调试,包含了代码、工具、实验截图。(A full VS2019 solution for the CharSample driver, which include code, tool and the screenshot for the experiment. The code provided is tested.)
    2020-06-18 00:00:04下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载