资源列表
antialias
- 有关反走样图形的绘制源码,还包括一个论文-antialias
Example022
- 窗体的动画效果 窗体的动画效果 窗体的动画效果-Form of animation effects animation form form form of animation animation animation form
Example010
- -渐变的窗口背景 -渐变的窗口背景 -- Gradient background of the window- the window gradient background- the background of gradual change of the window- the window of the background gradient
Example006
- -设计多边形窗体 -设计多边形窗体-- Design polygon form- the design of polygon form- design form polygon
Example004
- 将窗体编译成类库 将窗体编译成类库 -Will be compiled into a class library will form the form will be compiled into a form library will be compiled into a class library compiled form
Example002
- 打印程序 打印程序 打印程序 -Print Print Print Print Print process printing process procedures
cadesign
- 是关于CA开发的一份不错的资料,值得初学者学习和参考-CA developed on a good information, it is worth learning and reference for beginners
gnuplot-py-1.8.tar
- 基于python的绘图工具 科学绘图 推荐下载 还有开放源码-Python-based mapping tool for scientific graphics
CustomEntitySample
- Custom entity sample for ObjectArx of AutoCad
shengcheng
- 直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.
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.
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