搜索资源列表
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
dbutils
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing
计算机图形实验代码
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon fillin
rader
- 这是一个由java语言实现的模拟雷达屏的小程序,实现了抗锯齿和不闪烁的效果。-This is a java language from the radar screen simulation of small programs to achieve the anti-aliasing and flicker effect.
shishihunyin
- 本文主要讨论多路声音实时混叠的实现方法,以及实现过程中对一些特殊情况的处理。-This paper mainly discusses real-time multi-channel voice aliasing method, the process and the achievement of some of the special handling.
DelphiX2000_0717a
- 这是一款很早的DirectX控件,原作者(日本人)在2000年7月后就没更新过了。当时只支持DX7 for Delphi5,无硬件加速,3D功能不全,但经众多使用者的改进,目前非官方版本已支持DX8 for Delphi5、6、7、2005,可硬件加速,本人制作的《长沙三打哈》使用了这款控件。本控件特点如下: 1)简单易用,例程丰富。这是当时使用者众多的原因。 2)加速性能不是太好,特别是使用ALPHA效果时速度奇慢,不支持反锯齿。 3)支持图片库和声音库集成,支持精灵(Spr
DSPHOMEWORK
- 设信号 ,用 对x(t)采样得x(n),是否会发生频谱混叠?现利用FFT分析其频谱。 1.编程绘制该信号的波形。 2.若令N=16,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 3.令N=1024,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 4.分析2、3的运算结果。 设计调试报告要求: 1.工作原理简述; 2.设计思路; 3.难点及解决方法; 4.设计、调试结果及分析; 5.程序文本及操作步骤。-based signal
20211676140200612281753186387988
- 我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Choppe
gui3d
- 程序是基于d3d开发的,开发工具vc++,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-are based on d3d development, development tools vc, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, po
Demo_Project_src.VC++下的绘图抗锯齿技术
- VC++下的绘图抗锯齿技术,通常用GDI绘图,在画园或者斜线的时候会产生锯齿,这份代码提供了抖动画线的技术,让绘图更加细腻,VC++ under the mapping of the anti-aliasing technology, usually with GDI drawing, or a slash in the paint when the park will have jagged, the code provides a line Buffeting animation techn
MagicMirror
- 图像放缩平移以及图像混叠(Mix)程序源代码-Image pan and zoom the image-aliasing (Mix) source code
Image
- 直线的加权反走样算法,用MFC实现,供大家参考学习-The weighted straight-line anti-aliasing algorithms, for your reference
Antialiasing
- direct3d通过设置属性达到图形抗锯齿处理-Direct3D graphics by setting the property to reach deal with anti-aliasing
AAFont
- 平滑特效字体控件包是一个基于平滑(Anti-aliasing)和特效(Effect)字体 技术的控件包,支持透明、半透明、阴影、模糊、渐变色、字体纹理、噪声、轮 廓字等特效。-Free Software Foundation, Inc., 59 Temple Place- Suite 330, Boston, MA 02111-1307, USA.
AntiAliasing
- 图像的反锯齿,基于GDI+与传统的反锯齿-Anti-aliased images, based on GDI+ and the traditional anti-aliasing
VB_Image_anti_aliasing
- VB中编程在进行图像缩小时抗锯齿运算,代码特别简练,有完整的示例-VB Image anti-aliasing algorithm to narrow
the_clock_anti-aliasing
- 计算机图形学 - 时钟反走样 - MFC编程 - 全斜率反走样直线生成-Computer Graphics- Clock anti-aliasing- MFC Programming- Anti-aliasing line generates all the slope
Anti-aliasing
- 全屏抗锯齿和景深效果演示 演示如何实现全屏抗锯齿和景深效果. A键 - 开始全屏抗锯齿 D键 - 开始景深效 果 UP键 - 增加摄相机的焦距 N键 - 不要任何效果 DOWN键 - 减小摄相机的焦距-The full-screen anti-aliasing and depth of field demo demonstrates how to implement full-screen anti-aliasing and depth of field effect. A key- sta
Frequency-aliasing-and-sampling-test
- 频率混叠和抽样试验 用于说明频率混叠与抽样之间的关系-Frequency aliasing and sampling test
Anti-aliasing-texture
- 球面几何纹理反走样算法,,VC6.0上用MFC编程实现球面几何纹理反走样算法算法。界面简单,内容完整。下载后可以直接使用。-Spherical geometry texture anti-aliasing algorithm ,, on VC6.0 MFC programming using spherical geometry texture anti-aliasing algorithm algorithm. The interface is simple, content and comp