资源列表
ProgressbarII
- 非常漂亮的自绘进度条. 写的很精简,调用非常方便. -very nice progress of the painting since. Write very simple and very convenient call.
entroyencoding
- 用VC实现的算术编码,霍夫曼编码,游程编码,可以直接运行,并可以演示!-with VC arithmetic coding, Huffman coding and run-length coding, direct operation and can demo!
DlgHistogram
- 自己做毕设时做的直方图的源码,用VC写的,大家可以参考一下-established themselves made the completion of the histogram of the source code used to write the VC, we can take a look
SortCartoon
- VC++2005编写的各种排序的动画示例.对理解并分析比较各种排序算法有很大帮助.-VC 2005 prepared by the various sort of animation example. Analysis of understanding and comparison of different sorting algorithm greatly help.
ladderAndBall
- VC++6.0 用双缓冲实验 小球与楼梯的动画,所以无闪烁,源码很精简,对想学图形双缓冲很有帮助.-double-buffer experiment with small ball staircase of animation, without blinking, very concise source, right, like the double-buffering graphics very helpful.
ViewDIBver1.00
- 类似windows画图的图象编码,代码全,vc++6.0下面通过-similar windows drawing the image coding, code-and following through vc 6.0
ScrollTest
- 一个矩形围绕中心旋转的例子。可以手动设置中心和角度。-a rectangle around the center rotation example. Can manually set the center and angle.
3DCube2
- vs2005 +MFC 开发的一个立方体的例子,立方体可以平移。完全用vs2005 的MFC开发,比较干净清晰-vs2005 MFC development of the examples of a cube, cube can translation. Vs2005 fully with the MFC development, cleaner clear
IMAGE_PROCESS123
- 这是一个图像处理的程序,通过这个体系,可以对图像进行很多处理~-This is an image processing procedure for the adoption of this system, the image processing ~
EX_Draw2_0402
- 一个画曲线的VC实例,适合用于学习任意曲线的绘制。-curve of a painted VC example, suitable for the learning curve of arbitrary mapping.
cvery_845664949
- 调色板程序 可以运用两种方法对图标进行变化-palette procedures can use two methods for the icon changes
bezier_demo
- 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr