资源列表
FormSharpGLTexturesSample
- Gets the physical disk number by logical disk number, which is useful for programs that require disk operations.
plots
- qcustomplot实例,包含线的设置、点的设置、动态扫描、载入外部图像等(examples of qcustomplot)
三次B样条细分
- 经典三次B样条细分算法;四个控制点;细分曲线(cubic B spline subdivision algorithm; curve)
av
- 用C语言实现的,SH算法进行的多边形图形裁剪的代码(SH polygon graphics clipping algorithm code)
cw045
- Including principal component analysis, factor analysis, Bayesian analysis, Complete class-based image processing, contains all of the source code, auto image, Including single sideband, double sideband, suppressed carrier and quadruple.
网页图表Highcharts实践教程基础篇
- Highcharts 是一个用纯Javascr ipt编写的一个图表库, 能够很简单便捷的在web网站或是web应用程序添加有交互性的图表,并且免费提供给个人学习、个人网站和非商业用途使用(Highcharts is a pure Javascr ipt prepared by the a chart, can be very simple and convenient in the web website or web application to add interactive charts
eetop.cn_skill程序接口函数参考
- linux 下 cadence 环境 skill 语言接口函数参考(Cadence environment skill language interface function reference under Linux)
DrawingBoard-master
- 基于MFC框架的画图板应用,基本的画图,重绘等功能都实现。(The application of drawing board based on MFC framework, basic drawing, redrawing and other functions are realized.)
【设计札记】proe源文件组件微波炉
- 用proe软件画一个微波炉的模型,简单清晰(Using proe software to draw a model of microwave oven, simple and clear)
CDC
- 在Windows平台上,应用程序的图形设备接口(graphics device interface,GDI)被抽象为设备上下文(Device Context,DC)。 在微软基类库MFC中,CDC类是定义设备上下文对象的基类,所有绘图函数都在CDC基类中定义。当需要输出文字或图形时,就需要调用CDC类的成员函数,这些成员函数具备输出文本、绘制图形的功能。 本节讲解的例程全部在TestView.cpp文件的 void CTestView::OnDraw(CDC* pDC)函数中实现。
绘制像素点函数
- 绘制像素点函数:在屏幕的P0(20,20)坐标位置处绘制一个绿色像素点,然后读出该像素点的颜色,水平平移100个像素绘制P1点。(The pixel function is plotted: a green pixel is drawn at the P0 (20,20) coordinates of the screen, and then the color of the pixel is read out. 100 pixels are horizontally shifted to dr
例2-3
- 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re