搜索资源列表
ImageRotation
- 用C++编写的MFC程序,实现BMP图像的旋转,可以顺时针也可以逆时针-Written using C++ MFC program to achieve the rotation of BMP images can also be counter-clockwise clockwise
2007303314
- 使用opengl函数写一个程序,将一个茶壶在点(100,50,0)处逆时针旋转30度,然后平移到(30,10,0)处,最后顺时针旋转50度,显示时将左上边四分之一裁减去。 -To write a program using the opengl function will be a teapot at the point (100,50,0), Office of counter-clockwise rotation of 30 degrees, and then move to flat
Ex3_1
- 使用opengl函数写一个程序,将一个茶壶在点(100,50,0)处逆时针旋转30度,然后平移到(30,10,0)处,最后顺时针旋转50度,显示时将左上边四分之一裁减去。-To write a program using the opengl function will be a teapot at the point (100,50,0), Office of counter-clockwise rotation of 30 degrees, and then move to flat (30
OpenGL-model-rendering
- OpenGL真实感模型绘制与应用 实现功能: *利用交互式方法,操纵浏览模型细节,能方便观察模型。 *能够用不同的方式(如上截图)渲染模型,增加光照控制、坐标系的显示等等。 *利用luweiqi模型,设计了一个简单的真实感三维动画。 动画介绍: 打开程序运行后,luweiqi 出现在屏幕中,并且自动播放背景音乐《天下无双》 按数字‘7’键开始播放动画,模型向后渐行渐远,然后开始旋转,不久变成画线模式, 隐没于黑暗中后变成点模
task
- 完成一个二维变换演示程序,功能如下: 黑色背景, 绘制正方形 单击鼠标左键, 正方形 逆时针旋转10度;单击鼠标右键, 正方形 顺时针旋转10度. 单击鼠标中键, 退出程序 键入’x’, 沿x轴正向平移;键入’X’, 沿x轴负向平移 键入’y’, 沿y轴正向平移;键入’Y’, 沿y轴负向平移 键入’z’, 正方形缩小2倍;键入’Z’, 正方形放大2倍 -The
multi_image
- this is a simple seed counter program.
rice-counter
- 利用opencv和c++编写的大米计数程序,包含完整程序及图片-C++ use opencv prepared rice and counting procedures, including complete program and Photos
JiheBianhuan
- 该程序为数字图像处理中几何变换程序,附有GUI操作界面,可任意调节相关参数。功能包括:平移、画布扩展、水平、垂直景象,顺逆时针旋转任意角度以及插值运算。功能丰富,操作简便。-The program for digital image processing geometric transformation program, with GUI interface, the parameters can be adjusted. Features include: translation, canva
readerwriter
- 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h, h,used as a counter and mutex between 2 writers.Main function create 3 reader thread an