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

Search list

[Graph programDX Project 4

Description: 一个动画源程序,用于图形学习-an animation source for the graphics learning
Platform: | Size: 1486848 | Author: 周珂 | Hits:

[Game ProgramDX Project 1

Description: DirectX 8 教程第一章代码-DirectX 8 tutorial first chapter code
Platform: | Size: 100352 | Author: 陆俊 | Hits:

[Game ProgramDX Project 6

Description: DirectX 8 教程 第六章 源码下载:可运行-Guide Chapter VI source Download : run
Platform: | Size: 278528 | Author: 陆俊 | Hits:

[Documents汇编语言课程设计1

Description: 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environment
Platform: | Size: 11264 | Author: 高赈寰 | Hits:

[DirextXDX7

Description: DX教程系列第7-DX Guide Series No. 7
Platform: | Size: 19456 | Author: 佛佛比 | Hits:

[DirextXDX5

Description: DX系列教程第6部,很好看啊很好看很好看啊很好看-DX Series Guide No. 6, very good very good ah ah very good very good
Platform: | Size: 108544 | Author: 佛佛比 | Hits:

[DirextXDX Project 22

Description: DX编程 很简单的-DX very simple programming
Platform: | Size: 98304 | Author: 何世佳 | Hits:

[DirextXDX Project 33

Description: 一个DX的小程序-a small program
Platform: | Size: 165888 | Author: 何世佳 | Hits:

[DirextXDX Project 44

Description: 一个DX的小程序-a small program
Platform: | Size: 93184 | Author: 何世佳 | Hits:

[DirextXDX Project 55

Description: 一个DX的小程序-a small program
Platform: | Size: 149504 | Author: 何世佳 | Hits:

[DirextXdx

Description: 文件中含有用directX开发Filter的简单实例,供初学者使用。-document containing directX development Filter with a simple example for beginners.
Platform: | Size: 100352 | Author: 王盛麒 | Hits:

[Other Gamesavb-ddraw

Description: 通过DX的D3D实现一组图片的简单的动画功能,对于大家理解动画的动作方式很有帮助.-through DX D3D achieve a group photo of a simple animation functions, we can understand the animation moves very helpful way.
Platform: | Size: 15360 | Author: xxx | Hits:

[DirextXDX 1

Description: 一个DirextX的演示程序,主要是介绍DirextX的显示-a demonstration of the process, mainly on the show
Platform: | Size: 100352 | 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: 262144 | Author: 刘德小花 | Hits:

[SCMMSP430驱动ads1110源程序用c写的供望星空dx参考

Description: MSP430驱动ads1110源程序用c写的供望星空dx参考.rar-C programe source code of MSP430 driving ads1110
Platform: | Size: 1024 | 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: 1024 | Author: 白小欣 | Hits:

[OtherDirectShowJIEKOU

Description: DirectShow之接口实战篇,DX编程 很难得的资料-DirectShow interface real Zhi, PART DX difficult programming on the information
Platform: | Size: 11264 | Author: 但是 | Hits:

[Shot Gamevc6.0hitmonster

Description: 我自己采用SDK和DX制作的小人打怪物游戏,涉及碰撞检测,背景音乐,怪物随机移动和发射,希望对游戏初学者有所帮助。内含可执行文件,拷贝到和图片同一目录下可运行。-I use DX SDK and the production of small monster fighting game involving collision detection, background music, movement and random monster fired, and I hope to help beginners game. Intron executable file, copy and pictures to the same directory can run.
Platform: | Size: 2707456 | Author: 赵刚 | Hits:

[DirextXMissile

Description: Missile 子弹跟随效果,不错的Delphi DX编程演示,无三方控件,直接编译运行!-Missile bullets followed effects, good DX Delphi programming demo, no tripartite controls, directly translated running!
Platform: | Size: 699392 | Author: 小强 | Hits:

[DirextXwarplane

Description: 基于DirectX编写的一个飞机游戏源码,实现了导弹的跟踪,是学习C++ DX游戏编程的好例子!-prepared by an aircraft source games to achieve the missile tracking, learning C programming DX game a good example!
Platform: | Size: 210944 | Author: | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net