资源列表
第3章 图形图像编程
- c++builder5.0高级编程的实例代码: 第3章 图形图像编程,其中包括:颜色拾取器、图像的淡入和淡出、图像特技-senior programming code examples : Chapter 3 graphics programming, including : color-picking, and the image fades out, images, etc. stunts
Aotest1
- 最基本的AO程序,实现了最基本的GIS功能。-the most basic procedures to achieve the most basic GIS functions.
vc学习笔记之一怎样实现xp风格按钮
- vc学习笔记之一怎样实现xp风格按钮,现作者将教大家如何使用VC制作-vc learning how to achieve one xp style buttons, is the author will teach you how to use the VC production
简单的动画例子 - 跑动的小猫
- 动画分3步做的,第一步是小猫直接过去,二是挥动爪子过去,3是旁边多了栅栏,方便初学者学习-three-step animation do, the first step is kitten directly past, two of the past waving paw, it is next to three more fences, beginners facilitate learning
pstotext-1.9.tar
- Postscr ipt格式转为文本格式(text extractor)的C源代码-Postscr ipt format to text format (text extractor) C source code
LineClip
- 一个利用中点画线算法实现的线段剪裁的程序。程序写在override函数OnDraw(CDC *pDC)函数里边-a utilization dotted line algorithm segment of the tailoring process. The override procedure write function OnDraw (CDC * pDC) function inside
PolygonCutClip
- 多边形剪裁算法的程序实现。画图程序写在override的OnDraw(CDC *pDC)里边。-polygon clipping algorithm processes. Drawing program written in the override OnDraw (CDC * pDC) inside.
Kriging 算法实现 2D和3D地图等高线
- 利用vc++实现Kriging 算法,此算法实现 2D和3D地图等高线-use vc achieve Kriging algorithm, the algorithm to achieve 2D and 3D contour maps
ImgToRaw
- 遥感图像.img图像与raw格式图像的之间的转换-remote sensing images. Img images with the raw image format conversion between the
ct识别
- 可能是CT图像识别,非常有用,老外开发的。-may CT image recognition is very useful to the development of a foreigner.
NcutImage_7_1
- 一个图像分割的算法,叫normalizedcut-an image segmentation algorithm, called normalizedcut
图像方块编码
- 本程序采用了最简单的方块编码对512×512的lena图像进行了编码。运行程序后可以看出,方块取得越大,图像编码后失真越大。