-
mixed use of the three
使用纹理混合的三维发型仿真,相信你会有用-mixed use of the three-dimensional texture hairstyle simulation, I believe you will use
- 2022-02-03 08:41:35下载
- 积分:1
-
局部三维重建
用于从微小的图像曲面片漫反射明暗中提取可用的形状信息的简单表示。这将产生一个包括局部形状分布的中间场景描述符。
- 2022-03-28 21:16:26下载
- 积分:1
-
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而
使许多用Direc...
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而
使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。 - 角色控制(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.- The role of control (with the implementation of document)
- 2022-08-10 14:07:54下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-06-30 06:29:02下载
- 积分:1
-
求解L
求解L-1范数最小,利用线性规划算法,实现压缩感知的功能-min L-1 norm
- 2022-04-09 22:58:30下载
- 积分:1
-
在DOS环境下的一个时钟,用C语言编写。
在DOS环境下的一个时钟,用C语言编写。-in DOS environment of a clock, using C language.
- 2022-04-07 08:49:18下载
- 积分:1
-
Kriging 算法的 2维和3维地图等高线
Kriging 算法的 2维和3维地图等高线-Kriging algorithm 2 keeps peace 3 Uygur map contour line
- 2022-11-02 19:25:03下载
- 积分:1
-
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出....
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出.-round to achieve the internal color filling, the main point is to set up first and then expand from all around come.
- 2022-03-11 10:54:52下载
- 积分:1
-
是关于梯度矢量流snake的程序代码,长须很详细,可以学到梯度矢量流snake模型中能量函数的计算方法。...
是关于梯度矢量流snake的程序代码,长须很详细,可以学到梯度矢量流snake模型中能量函数的计算方法。-Gradient vector flow snake on the program code, long to be very detailed and can learn a gradient vector flow snake model in the energy function is calculated.
- 2023-01-18 18:50:03下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1