资源列表
nurbssurface
- 这是一个VC开发的Nurbs曲面的绘制程序,和大家分享一下-nurbs surface
CUT
- 适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting
GRAPH
- Given the edge set Draws the graph-Given the edge set Draws the graph.......
BezierSpline
- BezierSpline 1.21。sketch up(草图设计大师,Google精品软件)下的贝塞尔曲线插件,使用时解压拷贝到sketch up安装插件的目录下就行了,我暂时也没用过,请大家从网络上找资料学习它,不过它可以实现的功能就是把不同高度的曲线外边缘平滑连接成复杂精细的曲面,而sketch up主要用于3D设计,利用BezierSpline 1.21可以生成不同等高线地形的3维电子地图!-BezierSpline 1.21. sketch up (draft design of the
KMLUTIL
- GOOGLE Earth KML 的一个读写类,嵌入程序可以帮助实时操纵GOOGLE EARTH-GOOGLE Earth KML class,which can help GOOGLE EARTH manipulation
powerdesign
- 楼宇供电的设计图值得cad绘制的,每层布线,线路柜子排放都有-Power supply design of buildings should be drawn cad, each wiring, cabinets emission lines have
test_hist_teg
- 直方图配准技术软件,利用已知的直方图配准曲线生成系统配准曲线,实现直方图配准。-Histogram matching software, using the known histogram matching curve matching curve generation system, the realization of histogram matching.
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图
DlgDraw
- 基于MFC的vc++实现的动态绘图代码,一个很不错的绘图代码,有参考价值-MFC based on vc++ to achieve the dynamic mapping code, a very good graphics code, there is reference value
RGBandHLS
- 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
DrawTables
- 读取数据库绘制曲线图完整程序。本人学习C#是制作的,适合初学者或者急需掌握这项技能的人使用。-Read the full curve of the database mapping process. I am learning C# is produced, suitable for beginners or the urgent need to master the skills of the people.
shengcheng
- 直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.