资源列表
MathDrawer
- 绘制函数图形,可自定义函数,支持放大、缩小、平移,采用Windows内置函数绘图,可对该代码进行修改,用于类似图形绘制中。 -Graph a function, custom functions, support zoom in, zoom out, pan, using the Windows built-in functions drawing, you can modify the code for a similar graphics rendering.
TSAnalyzer_20120712
- 一个简单的MFC画图程序,能画直线,矩形和椭圆。-A simple MFC drawing program, can draw lines, rectangles and ellipses.
myMusicPlayer
- 播放音乐源码; 播放音乐源码; -#ifndef LRCWINDOW_H #define LRCWINDOW_H #include <QLabel> #include <QTimer> class lrcWindow : public QLabel { Q_OBJECT public: lrcWindow(QWidget*parent) QAction*exit void
graphics_c
- 有关于《计算机图形学》的实验,VC 有各种画圆,线,以及填充-on "Computer Graphics" experiment, a variety of VC Circle, Line, and filled
shukongbiancheng
- 本课程设计的题目要求是DDA法插补第三象限直线,逐点比较法插补四一象限逆圆弧,根据题目的要求,我做到:全平面用逐点比较法插补直线和全平面用DDA法插补直线,全平面插补逆圆弧,其中圆弧是优弧还是劣弧,通过输入半径的正负性来决定,根据需要可以改变插补步长,可以动态显示插补过程等。
1
- 在Visual VC++6.0环境下,用OpenGL绘制一个白色矩形。-In the Visual VC++ 6.0 environment, using OpenGL to draw a white rectangle.
2
- 这是一个鼠标光标变换的功能程序,希望对您有所帮助-This is a function of the mouse cursor transformation program, I hope for your help
imagerotation
- 实现了bmp,jpg等图片的旋转,代码非常通俗易懂-image rotation
Clock
- 我自己编的一个钟,界面非常漂亮可以根据需要稍做修改就可以满足你自己的各种需求
Read_shp
- 一个在OSG读取shp的例子,希望对您能有所帮助-an example of Read shp in OSG!
draw
- 一个完整的绘图程序,用VC++编写而成,可以完成绘制多种图形的功能。
Graphics-dengzi
- 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(S
