资源列表
例2-4
- 绘制左上角点为P0(100,100),右下角点为P1(600,300)的矩形。矩形边界线为1像素宽的蓝线,矩形内部填充为绿色(Draw the left upper corner is P0 (100100), the lower right corner is P1 (600300) rectangle. The rectangle boundary line is 1 pixels wide blue line, and the inner rectangle is filled with
例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
绘制像素点函数
- 绘制像素点函数:在屏幕的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
CDC
- 在Windows平台上,应用程序的图形设备接口(graphics device interface,GDI)被抽象为设备上下文(Device Context,DC)。 在微软基类库MFC中,CDC类是定义设备上下文对象的基类,所有绘图函数都在CDC基类中定义。当需要输出文字或图形时,就需要调用CDC类的成员函数,这些成员函数具备输出文本、绘制图形的功能。 本节讲解的例程全部在TestView.cpp文件的 void CTestView::OnDraw(CDC* pDC)函数中实现。
【设计札记】proe源文件组件微波炉
- 用proe软件画一个微波炉的模型,简单清晰(Using proe software to draw a model of microwave oven, simple and clear)
DrawingBoard-master
- 基于MFC框架的画图板应用,基本的画图,重绘等功能都实现。(The application of drawing board based on MFC framework, basic drawing, redrawing and other functions are realized.)
最小二乘法曲线拟合
- 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
eetop.cn_skill程序接口函数参考
- linux 下 cadence 环境 skill 语言接口函数参考(Cadence environment skill language interface function reference under Linux)
网页图表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
MATLAB三次样条插值法 求信号的包络线 源代码
- MATLAB三次样条插值法 求信号的包络线 源代码(MATLAB cubic spline interpolation method for the signal envelope source 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.
av
- 用C语言实现的,SH算法进行的多边形图形裁剪的代码(SH polygon graphics clipping algorithm code)