资源列表
SDL_draw-1.2.11.tar
- 一个很好的SDL绘图函数库,可以添加到自己的程序中使用,可以绘制各种图形,包括直线、矩形、圆等-a good SDL mapping functions that can be added to its own procedures for the use, can draw various graphics, including linear, rectangular, round, etc.
VGAsingl
- fpga显示控制器,利用vhdl语言实现,只能显示8色。-fpga display controller, using vhdl language, the only shows that eight colors.
VBHelloWorld
- VB与IDL数据可视化语言的接口编程,利用IDL提供的控件实现数据在VB中的可视化显示-VB and IDL data visualization interface programming language, use IDL for the control of data in VB visual show
jsjtxxue
- dfj jfdlksfjsdlkfj jdlksfjdlksjf
movingjiance34434
- 用于运动目标的检测,是很好的毕业设计参考-campaign for target detection, is a good reference design graduate!
TC2.0
- 计算机图形学作业(TC2.0版),如今不多见了-computer graphics operations (TC edition), now rare
zdhy
- 用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
DLL_Class
- mapgis6.2二次开发的dll,vc++6.0制作,-mapgis6.2 secondary development of the dll, vc 6.0 production,
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
drawing2bitmap_src
- 程序画图和保存为BitMap的简单示例,因为简单,所以容易理解.-procedures drawing BitMap and preservation of a simple example, because simple, and easy to understand.
Douglas-Poiker_algorithm
- Douglas-Poiker抽稀算法(又称道格拉斯车抽稀),用于二维图形节点抽稀.-Douglas-Poiker pumped dilute algorithm (also known as Douglas cars pumping diluted), 2D graphics for pumping dilute nodes.
VC6DrawBezier
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu