Welcome![Sign In][Sign Up]
Location:
Search - DX

Search list

[Graph programA 3dStudio File (.3ds) Reader!!! No dx all vb source!.zip

Description:
Platform: | Size: 31939 | Author: | Hits:

[Graph programg048_Eye3d.zip

Description: 非常出色的DirectX示例!感觉就想QUAKE!(鼠标还有一点小BUG)如果你是个高手 的话就一定要看!!(需要DX类型库)
Platform: | Size: 323973 | Author: | Hits:

[Windows DevelopDX编程Chs.zip

Description:
Platform: | Size: 164963 | Author: | Hits:

[Develop ToolsDX编程Chs

Description: DirectX 编程初级教程中文版。只要有C++基础和一点三维知识即可。-DirectX Programming Guide initial Chinese version. As long as a basis and 1.3 C peacekeeping knowledge can be.
Platform: | Size: 165276 | Author: 巨浪 | Hits:

[Game ProgramA10

Description: 是一款飞行射击游戏,不是很完整只作参考。5.0的dx编码,vc7.1编译通过-shooting game, integrity is not only for reference. 5.0 dx coding, compiled by vc7.1
Platform: | Size: 110909 | Author: 蓝鱼 | Hits:

[Windows Developdx_pong

Description: 一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth - over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat - it means it acts like a human player making the game more fun. So - have fun!-DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth - over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat - it means it acts like a human player making the game more fun. So - have fun!
Platform: | Size: 262532 | Author: 刘德小花 | Hits:

[Other resource斗地主_源代码

Description: 功能强大的斗地主游戏.用DX开发,支持局网对战,也可与电脑对战.带有一定水平的人工智能,可以给写人工智能的朋友带来一些参考-card game, function is powerful. Develop by DX, playing LAN and human vs PC. AI is good, wellcome share it.
Platform: | Size: 1821363 | Author: 林江 | Hits:

[Other resourceAdvInAbat

Description: 一个采用VC+DX8.0编程的2D游戏, 有一定的可玩性. 游戏主题: 屠宰场. 同时, 对于学习DX和VC也有一定的帮助 -using VC DX8.0 a 2D game programming, a certain degree of fun. The game theme : the slaughterhouse. Meanwhile, the study also DX and VC can help
Platform: | Size: 958384 | Author: QQQ | Hits:

[DirextXDX GAME

Description: 粗糙的游戏。与雷龙比较相识。用VB,DX7制作而成。-rough game. Compared with the LEI acquaintance. VB, S90 produced.
Platform: | Size: 284000 | Author: 刘庆功 | Hits:

[Windows DevelopTutorial001_Source

Description: DX辅导源码,里面有关于DX处理灯光和材质的代码.-DX counseling source, there are lights on the DX and material handling code.
Platform: | Size: 10222 | Author: 程桂忠 | Hits:

[Windows Developkitty

Description: 一. 追踪模型 以(x , y)代表飞机的坐标,v代表飞机的速度;以(X ,Y)代表导弹的坐标,u代表导弹的速度。 由于导弹时刻指向飞机,故有 dY/dX=(y-Y)/(x-X) 记k=u/sqrt((y-Y)*(y-Y)+(x-X)*(x-X)) 则有 dY/dt=k(y-Y) dX/dt=k(x-X) 故有叠代方程 Y=Y+k*(y-Y)*dt X=X+k*(x-X)*dt (程序中以t代dt) 程序中第一个for循环代表发射导弹打飞机,第二个for代表飞机发现导弹后做正弦运动试图逃跑。 小结: 追踪模型中关键是利用叠代方程 Y=Y+k*(y-Y)*dt 确定追踪者的运动坐标,这样,不 X=X+k*(x-X)*dt 论被追踪者做何种运动,都可利用该叠代方程找出追踪者的运动轨迹(注意追踪者的速度应大于被追踪者的速度)。 -one. Track model (x, y) coordinates of the aircraft representatives, representatives v the speed of aircraft; A (X, Y), on behalf of the coordinates of missile, u representative of the speed of the missile. As the aircraft missile at times, it is dY / dX = (y-Y) / (x-X) recorded k = u / sqrt ((y-Y) * (y-Y) (x-x) * (x-X) ) have curves / dt = k (y-Y) dX / dt = k (x-X) there is an iterative equation Y Y = k * (y-Y) * dt X = X * k (x-x) * dt ( proceedings t substituting dt) procedures for the first cycle of a representative aircraft fired a missile, the second for representatives of aircraft missiles found after doing sinusoidal movement to try to escape. Summary : key tracking model is to use iterative equation Y Y = k * (y-Y) * dt tracers to determine the coordinates of movement, and X = X *
Platform: | Size: 803 | Author: 白小欣 | Hits:

[Windows Develop撞球游戏源代码

Description: 类似于dx-ball,只不过这是四面都有拦板,难度更大些。源代码全部奉送! -similar to the dx-ball, but it is surrounded by railings on board have difficulty even greater. All source code bottle!
Platform: | Size: 705809 | Author: 反对 | Hits:

[OpenGL program打砖块.dx

Description: 这是一个用OpenGL编写的打砖块的游戏,非常形象,还有记分功能。
Platform: | Size: 16517 | Author: 王韩 | Hits:

[DirextXDX-Project-7

Description: 《DirectX 8 教程》及配套代码 第七章:灯光与材质 Introduction (序) DirectX Lighting vs. Real World Lighting (DX光照 对 真实世界光照) Attributes of a light (光的属性): Position (位置) Direction (方向) Range (范围) Attenuation (衰减) Diffuse Light (漫反射) Ambient Light (环境光) Specular Light (镜面反射) Types of lighting (光的类型): Ambient Light (环境光) Point Light (点光源) Directional Light (直射光) -Chapter VII of the " DirectX 8 tutorial" and supporting code: Lighting and Material Introduction (sequence) DirectX Lighting vs Real World Lighting the (DX illumination light of the real world) Attributes of a light (attributes): Position (position) Direction ( direction) Range (range) Attenuation (attenuation) the Diffuse Light (diffuse reflectance) Ambient Light (ambient light) Specular Light (specular reflection) Types of lighting (light type): Ambient Light (environmental light) Point Light (point source) Directional Light (direct light)
Platform: | Size: 12288 | Author: liuyan | Hits:

[DirextXDX-Project-8

Description: 《DirectX 8 教程》及配套代码 第八章:索引缓冲 Introduction (序) What is an Index Buffer? (什么是索引缓冲) Implementing an Index Buffer in DirectX (在DX中实现索引缓冲) Step 1: Creating the Index Buffer (创建索引缓冲) Step 2: Modify the Vertex Buffer (修改顶点缓冲) Step 3: Render (渲染) Creating a Terrain (创建地形) Summary (摘要) -" DirectX 8 tutorials and supporting code, Chapter VIII: index buffer Introduction (sequence) What is an index buffer? (What is the index buffer) Implementing an Index Buffer in DirectX (DX in the index buffer) Step 1: Creating the Index Buffer (to create an index buffer) Step 2: Modify the Vertex Buffer (modify vertex buffer) Step 3: Render (rendering) Creating a Terrain (create terrain) Summary (Abstract)
Platform: | Size: 39936 | Author: liuyan | Hits:

[Other GamesSimple-DX-Ball

Description: 简易版DX-Ball,基于Quartz 2D引擎和Audio File Service,向乔老板和沃神致敬-simplified DX-Ball ,based on Quartz 2D,audio file service
Platform: | Size: 1308672 | Author: Luo Yi | Hits:

[3D Graphicdx-fullscreen-dialg

Description: dx全屏独占时弹出对话框控件,由于往往需要将一些windows下的一些控件嵌入到dx中去显示,该例子在dxsdk8.1中-dx full-screen pop-up dialog box when the exclusive control, because often some controls need to be embedded in some of the windows to show dx in the example in the dxsdk8.1
Platform: | Size: 5161984 | Author: 贾新 | Hits:

[DirextXDx

Description: DX高仿QQ列表框的源代码 DX高仿QQ列表框的源代码-DX high imitation QQ list box source code DX high imitation QQ list box source code
Platform: | Size: 10240 | Author: 胡强 | Hits:

[ARM-PowerPC-ColdFire-MIPSDX-BT05蓝牙应用

Description: 演示了在STM32上开发通过蓝牙和手机通信的功能(This program shows how to build communications in STM32 via bluetooth with cell phone APP.)
Platform: | Size: 6940672 | Author: mzg888 | Hits:

[Game Enginevb6.0 Joystick 3D game without DX

Description: vb6.0 Joystick 3D game without DX Directx , source-code vb6.0 visual basic software
Platform: | Size: 2382 | Author: Xman2000 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net