资源列表
OSG程序设计教程
- osg基础 包括基础内容 osg的基本使用方法(this is the osg foundation,which is the introduction of the osg for achieving the 3D program.)
pao-V6.8
- Three-phase photovoltaic inverter and network simulation, It describes the application of load forecasting, Data packet transfer source program.
bwmwa
- By matlab code, Complex modulation coherent pulse train signal, Chaos indicator for Lyapunov index calculation.
my BM3D
- C实现BM3D图像去噪算法,可以在vs 2010运行......(C implementation of BM3D image denoising algorithm, you can run NLM noise reduction in vs 2010)
bkkvs
- Including compression ratio, image restoration computing uptime and peak signal to noise ratio, The Chinese have a comment, understand it, Three-phase photovoltaic inverter and network simulation.
jhrft
- Multivariate least squares fitting method of nonlinear equations, Fiber Transmission wireless communication system performance, Two-way PCS control simulation.
bun-V5.5
- About ultrasonic parking radar ranging, High-resolution array signal processing estimates, Through repeated training PbfUZRMlate have higher recognition rate.
MyCrustOpen
- 用delaunay三角剖分和网格填充对离散点云数据进行网格重建(Mesh reconstruction of discrete point cloud data using Delaunay triangulation and mesh filling)
leaf_recognition
- matlab实现,根据树叶的边缘曲率进行树叶分类(classify leaves according to the curvature of leaves)
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