资源列表
ColorSel
- 很特别的彩色画笔,不需要画板,在任何平面都可以书写,全部代码.-very special color brush, and not slate, in any plane can write all the code.
graphanddatastruct
- 图形学和数据结构的一些算法 还有图形学的一些算法的演示-graphics and data structure of the algorithm there are some graphics algorithm demo
1rwer
- 区域裁剪用鼠标动态实现 固定视窗 用vc++来实现的-region with the mouse dynamic cutting fixed using Windows to achieve the vc
boobject
- vc制造界面的好东西! 我们还要好好的饿改进!-vc interface to create a good thing! We would also like to improve good hungry!
drawcode
- 完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等.-integrity of the basic graphics rendering system, under VC6.0 compiler passed, line drawing, polygons, etc. round.
Graphic_dlut
- 一个简单的绘图程序,可以绘制不同颜色和线型的图形并保存.-a simple drawing program can be drawn in different colors and linear graphics and preserve.
bcb-4
- 演示了旋转文字的方法,追求的是简单好用,i资料收藏夹的启动窗体上的文字效果,就是用了这个代码-demonstration of the rotating text, the pursuit of the simple ease of use i folder of information collection Form launched the text effects, and that is using this code
useGDI
- 一个用visualc++简化GDI写法的程序-with visualc a way to simplify the procedures for GDI
DraeLine90
- 这是我的计算机图形学作业,有时间看看,应该有帮助,有什么意见或建议联系我。谢谢!-This is my computer graphics operations, with some time to see if that should be helpful, what comments or suggestions contact me. Thank you!
Douglas-Poiker_algorithm
- Douglas-Poiker抽稀算法(又称道格拉斯车抽稀),用于二维图形节点抽稀.-Douglas-Poiker pumped dilute algorithm (also known as Douglas cars pumping diluted), 2D graphics for pumping dilute nodes.
drawing2bitmap_src
- 程序画图和保存为BitMap的简单示例,因为简单,所以容易理解.-procedures drawing BitMap and preservation of a simple example, because simple, and easy to understand.
jisuanjituxing
- 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r WholeCircle(xc,yc,x,y,color
