搜索资源列表
CropCircles
- 在游戏引擎的各个周期中绘制一条连接到一个随机位置上的圆的直线。本程序的目的是演示如何在游戏环境中绘制图形。-the game engine cycle all connected to a drawing a random location on the Circle Line. The purpose of this program is to demonstrate how the game environment mapping graphics.
TrailMousePos
- 在程序设计中需要随时知道鼠标的位置,如photoshop和画图板中都有这一功能。本程序实现了如何追踪鼠标的位置。编译并运行本程序,不停地移动鼠标,对话框中显示鼠标位置的文本也会随时更新,达到追踪鼠标位置的目的。-in program design needs to be kept aware of the location of the mouse, If photoshop drawing board and have all the functions. The realization of
StretchDlg
- 原创,实现了Windows抓屏和保存。其实编写时主要目的是测试StretchBlt函数,此函数在许多机器上运行有BUG,可以用这个程序测试。-originality, the realization of the Windows Capturing the Screen and preservation. In fact, the main purpose of writing is to test StretchBlt function, this function in many machi
creatlist
- 是用c 语言编写的,目的是构造一个图的邻接表-is written for the purpose of constructing a map of the adjacent table
Pic
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-Of computer graphics progr
paopaotangzc
- 两人玩的对战游戏,游戏者使用自己的设备控制他们的人物(坦克)。游戏者一直在移动,目的是炸死对方时同时让自己生存。对于Tank来说,这些障碍包括边界,墙,和炸弹(泡泡)。Tank走过的地方可以留下炸弹,炸弹会在一定的时间内爆炸,一旦对手被炸弹炸到,对手就输了,游戏结束!-The two play against the game, players use their own equipment in control of their characters (tanks). In the mobil
ImageRotating
- 图像的旋转是指以图像中的某一点为原点以逆时针或顺时针方向旋转一定的角度。旋转为计算长短轴等图像的参数提供了基础。-Image rotation refers to a point of the image for the anti-clockwise or clockwise rotating a certain angle. Rotation use for the purpose of calculating the anxis length of the parameters of suc
jtank
- 这是一个类似小蜜蜂的游戏。主要目的是打屏幕上方的飞船,并注意不要被掉下来的子弹击中。-This is a game similar to small bees. Main purpose is to hit the top of the screen space, and attention not to be hit by falling bullets.
animateimage
- Animate Image Component -TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex propert
linedrawandbrushes
- 这里是非常简单实用的特效画线和多功能的画笔-Special effect linedraw and Multi-purpose paint brushes
Graphic
- 程序主要完成的功能是:对单文档模式下,添加菜单,并完成响应,达到的目的是,在窗口实现用鼠标完成简单的绘图,类似于画图板-The main function of the completion of the procedure is: for single-document mode, add the menu, and complete response, the purpose is to achieve in the window with the mouse to complete sim
WinCmd
- 简易绘图软件 采用双缓存技术来达到防止绘图时屏幕过于闪烁的目的-Simple technical drawing software to achieve the double buffer to prevent drawing the purpose of the screen flashes too
CUDA-DCT-code
- 英伟达gpu通用计算统一架构CUDA,DCT源代码,例程-Gpu NVIDIA unified architecture general-purpose computing CUDA, DCT source code, routines
3d-graphics-transform
- 首先绘制一些美观的三维图形,然后根据3D变换矩阵算法,使图形在键盘或鼠标的控制下进行几何变换。本实验的目的在于使学生了解绘制三维图形的方法,巩固对图形几何变换的理解,掌握在VC中实现三维图形的几何变换的方法。-First, draw a number of beautiful three-dimensional graphics, and then 3D transformation matrix algorithm, so the keyboard or mouse graphics unde
gdi-program-des
- 本书专门讲述了GDI+编程中与开发自定义控件相关的功能,重点放在Windows Forms自定义控件的创建上,同时也讨论了ASP.NET服务器控件的创建问题。全书共分为4个部分:第1部分是对GDI+的用途和结构的概述,第2部分结合代码实例讲述了GDI+编程的具体细节,如绘图表面、坐标系、钢笔和笔刷、文本和字体、图像和图像操作、路径和区域、变换的处理和打印等。其中涉及了GDI+在自定义控件中的应用最相关的所有的类、方法、属性和事件。第3部分集中讲解了自定义控件的设计和开发,包括自定义控件的定义、特
GDIRSRCS
- 动态创建光标,微软开源代码 ICO SURSOR BITMAP格式互相转化-THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WAR
ZeissToSGI-Source.ZIP
- The purpose of the TiffTags utility is to display the "tag" fields in a TIFF (tagged image file format) file. For a limited subset of TIFF files, the program will display the image. -The purpose of the TiffTags utility is to display the "tag" field
Snooker
- 自己写的一个斯诺克程序,主要目的是GDI+使用的传授-Wrote a snooker program, the main purpose is to use GDI+ the taught
gui16
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper
Img
- 一个跨平台的、通用的图形类源码,堪称神器,是嵌入式编程必备之品-A cross-platform, general-purpose graphics class source, called the artifact, embedded programming essential goods
