Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directdraw
Search - directdraw - List
directx,directdraw实现的全屏幕绘制点的 程序,语言是c-directx, directdraw to draw points to achieve the full screen program, the language is c++
Update : 2024-05-19 Size : 2028544 Publisher : 谢谢

详细覆盖了从Windows编程到direct 3D, direct Draw, direct Music, direct Input的编程方法,以及游戏编程中的常用算法和编程技巧。-This book takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic. Andre teaches the reader 2D graphics and rasterization techniques. Finally, Andre provides the most intense coverage of game algorithms, multithreaded programming, artificial intelligence (including fuzzy logic, neural nets, and genetic algorithms), and physics modeling you have ever seen in a game book.
Update : 2024-05-19 Size : 11355136 Publisher : 闫煜

DL : 0
Now video can be played back from AVI, MPEG files as well as DVD titles even in DirectDraw exclusive fullscreen mode. This is expected to be very helpful to games and interactive content development. -Now video can be played back from AVI, MPEG files as well as DVD titles even in DirectDraw exclusive fullscreen mode. This is expected to be very helpful to games and interactive content development.
Update : 2024-05-19 Size : 33792 Publisher : marco

DL : 0
VAZPAC Game Design Notes (updated March 20, 2005) For WIN32 game, Visual C++ compiler, GDI graphics and DirectDraw versions (and DirectSound) VazPac and VazPacDelux GDI version (VazPac.exe) should run on Windows ME/XP due to a bug in Win98/98SE GDI graphics using transparent Blit I ve done a DirectDraw version (VazPacDelux.exe) which should run on Win 98/98SE/ME/XP
Update : 2024-05-19 Size : 2833408 Publisher : qiao

DL : 0
一个简单的directdraw例子,例子中创建了一个主表面和一个离屏表面。-a sample of directdraw
Update : 2024-05-19 Size : 1794048 Publisher : ww

网上看到的一段关于如何使用directdraw和directsound的源代码. 本人根据理解加了一定的注释.-Section of the Internet to see how to use the source code directdraw and directsound. I understand the increase according to some comments.
Update : 2024-05-19 Size : 948224 Publisher : 黄大伟

DL : 0
C++Builder开发的,基于DirectDraw技术,显示YV12数据的程序-C++ Builder developed, based on the DirectDraw technology, the program displays the data YV12
Update : 2024-05-19 Size : 818176 Publisher : xujiao

DirectDraw teste com Direct3D. Testar se apenas DirectDraw funciona.
Update : 2024-05-19 Size : 254976 Publisher : Thiago

DL : 0
坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处-Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar to the construction of the main LAN Warcraft added, the map editor written using MFC, the code as an object-oriented way of programming, But there are also shortcomings
Update : 2024-05-19 Size : 3978240 Publisher : fanjiaqi

d3dhook.dll DirectX DirectDraw 窗口化工具, 可以讓任何遊戲窗口化
Update : 2024-05-19 Size : 573440 Publisher : kjsadoifuha

DL : 0
用directdraw快速显示图片的例子。好!我-Quickly display images with directdraw example. Good! I
Update : 2024-05-19 Size : 367616 Publisher : whc

这是用visual c++编写的一个俄罗斯方块游戏,帮助初学者掌握directdraw.-This is visual c++ written a Tetris game, to help beginners master the directdraw.
Update : 2024-05-19 Size : 3064832 Publisher : haozi

wince下directdraw的全屏模式的实现-thefull-screen mode directdraw to achieve under wince OS
Update : 2024-05-19 Size : 2120704 Publisher : 祝力

DL : 0
运行于Windows Moblie 上的手机视频实时监控程序。使用ffmpeg解码h264编码的视频数据,并使用directDraw技术进行显示。-Runs on Windows Moblie phone on real-time video monitoring program. Use ffmpeg decode h264 encoded video data, and use directDraw display technology.
Update : 2024-05-19 Size : 486400 Publisher : 明宏

测试DirectDraw的裁剪器(Clippers)的例子。-Test the DirectDraw clipper (Clippers) example.
Update : 2024-05-19 Size : 43008 Publisher : taofuzhao

DL : 0
<windows 图形编程>一书的源代码-Windows Graphics Programming Win32 GDI and DirectDraw
Update : 2024-05-19 Size : 15116288 Publisher : 王辉

DL : 0
DirectDraw帮助文档,希望大家下载使用.对初学都来说,很受益的呀-DirectDraw help documentation, I hope you download. For beginners are concerned, it is beneficial ah
Update : 2024-05-19 Size : 276480 Publisher : jackshen

DirectDraw+DirectShow开发的视频播放程序,可以直接运行。-DirectDraw+ DirectShow development of the video player can be run directly.
Update : 2024-05-19 Size : 15893504 Publisher : jackshen

DL : 0
BOOL LW_Play_InitDDraw(HWND hWnd) 说明:初始化DirecDraw表面 。不需要调用。 输入参数:hWnd 应用程序主窗口的句柄 2、 BOOL LW_Play_RealeseDDraw() 说明:释放directDraw表面。不需要调用 3、 BOOL LW_Play_OpenFile(LONG nPort,LPSTR sFileName) 说明:打开文件。 输入参数:nPort 通道号 sFileName文件名 输入参数:sFileName-BOOL LW_Play_InitDDraw (HWND hWnd) Description: Initialize DirecDraw surface. Do not need to call. Input Parameters: hWnd of the application s main window handle 2, BOOL LW_Play_RealeseDDraw () Description: Free directDraw surface. No need to call 3, BOOL LW_Play_OpenFile (LONG nPort, LPSTR sFileName) Description: open the file. Input parameters: nPort channel number input parameter file name sFileName: sFileName
Update : 2024-05-19 Size : 73728 Publisher :

可以显示bmp、RGB、YUV2等数据的图片,利用directdraw直接显示数据,在视频开发过程中可以检查图像数据是否正确。-Bmp, RGB, YUY2 and other data can be displayed picture using directdraw display data directly in the video development process can check whether the image data.
Update : 2024-05-19 Size : 53248 Publisher : z
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.