-
本软件提供了四种不同的细化算法:Hilditch细化算法,Pavlidis细化算法,Rosenfeld细化算法,基于索引表的细化细化算法,为选择细化算法提供了选...
本软件提供了四种不同的细化算法:Hilditch细化算法,Pavlidis细化算法,Rosenfeld细化算法,基于索引表的细化细化算法,为选择细化算法提供了选择的余地。-The software provides four different thinning algorithm : Hilditch refinement algorithm, Pavlidis refinement algorithm, Rosenfeld refinement algorithm, based on the index table thinning thinning algorithm, refinement algorithm for the selection of choice.
- 2022-05-17 09:20:09下载
- 积分:1
-
用于vc中的绘图功能,可提供具体的绘图函数,函数可直接用
用于vc中的绘图功能,可提供具体的绘图函数,函数可直接用-The graphics for the vc can provide specific mapping function, the function can be directly used
- 2022-06-17 13:04:23下载
- 积分:1
-
Windows XP的现场版
windows xp live edition
- 2022-02-14 17:09:30下载
- 积分:1
-
上传一个VB计算机绘图教程的pdf文件,供大家参考.省的买书了.
上传一个VB计算机绘图教程的pdf文件,供大家参考.省的买书了.-From a VB computer graphics tutorial pdf document for your reference. Province of books.
- 2022-01-26 20:31:52下载
- 积分:1
-
用VB.NET编写的绘图程序,使用的GDI+ ,非常适合初学图形编程的人。...
用VB.NET编写的绘图程序,使用的GDI+ ,非常适合初学图形编程的人。-prepared with VB.NET graphics, the use of GDI, very suitable for beginners graphical programming people.
- 2022-07-15 20:12:03下载
- 积分:1
-
VC6.0 missile launch process to do the source code! Learning can refer to the 3D...
VC6.0做的导弹发射过程源代码!学习3D的可以参考!-VC6.0 missile launch process to do the source code! Learning can refer to the 3D!
- 2022-03-23 06:33:49下载
- 积分:1
-
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device...
关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 Windows下的MFC编程机制,消息驱动,事件等待.-On the VC and the windows of the drawing mechanism, the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) device context of the MFC under Windows programming mechanisms, message-driven, event wait.
- 2022-10-21 07:40:03下载
- 积分:1
-
编程包含一个单选按钮组和一个普通按钮,
//单选按钮组中包含三个单选,文本说明分别为
//“普通”、“黑体”和“斜体”。选择文本
//标签为“普通”...
编程包含一个单选按钮组和一个普通按钮,
//单选按钮组中包含三个单选,文本说明分别为
//“普通”、“黑体”和“斜体”。选择文本
//标签为“普通”的单选按钮时,普通按钮中
//的文字为普通字体,选择文本标签为“黑体”
//的单选按钮时,普通按钮中的文字的字体为黑体
//,选择文本标签为“斜体”的单选按钮时,
//普通按钮中的文字的字体为斜体。-Programming includes a radio button group and a normal button,// radio button group contains three radio, text notes for the// " normal" , " bold" and " italics." Select the text// labeled as " normal" radio button, the normal buttons// font for ordinary text, select the text label for " bold" // radio button, the button text in normal font in bold//, select the text label as " italic" radio button,// normal button, the text in the font in italics.
- 2022-03-25 07:08:58下载
- 积分:1
-
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。...
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。-This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.
- 2022-06-13 04:04:29下载
- 积分:1
-
你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中...
你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generation with a soft shadow effects of the letter and generate an aperture with the magic words are completely different, they actually have to use the technology is identical, the only set slightly changes. With soft shadows in effect, I used the GDI some of the interpolation model to generate fuzzy outline of the text, when the Bitmap Rendering Large Plane, interpolation mode decision of a point of what should pixels and around integration. Low-quality interpolation just simply put a pixel transform into the same color against a high-quality interpolation such as high-quality and high-quality bilinear interpolation bicubic interpolation will consider pixel color with a smooth anti-aliasing, I found quality bilinear interpolation mode best.
- 2022-03-13 01:53:25下载
- 积分:1