-
QT COM
QT5写的COM助手源码,串口助手的编写会让你对该语言对于串口的控制锻炼得得心应手的,也是串口的基本操作。QT5基于VS编译平台,不同的QT版本有点小差异,网络上搜搜就可能能够在不同版本之间切换。
- 2022-02-24 13:31:19下载
- 积分:1
-
orbit
使用python对太阳系中的行星相对地球的运动进行模拟,并且通过matplot绘制出来。(Use python planets in the solar system relative to the Earth' s motion simulation, and drawn by matplot.)
- 2021-04-27 15:38:44下载
- 积分:1
-
织物模拟,使用弹簧模型,很值得研究
织物模拟,使用弹簧模型,很值得研究- The fabric simulation, uses the spring model, is worth studying
very much
- 2023-06-21 19:35:05下载
- 积分:1
-
webview
说明: QT webview浏览器相关开发,简单webview应用开发(QT WebView browser related development, simple WebView application development)
- 2020-02-28 22:57:36下载
- 积分:1
-
VC and OpenGL book, "3ds animation document readers" source code, Deve...
用VC++和OpenGL写的《3ds动画文件阅读器》源代码,对于使用OpenGL开发3d程序的初学者有很好的参考价值。-VC and OpenGL book, "3ds animation document readers" source code, Development for the use of OpenGL 3 d procedures beginners have a good reference value.
- 2023-08-24 07:45:03下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
Using OpenGL realize the 3d environment, a bit like cs
用OpenGL实现的3d环境,有点像cs-Using OpenGL realize the 3d environment, a bit like cs
- 2023-01-29 23:50:04下载
- 积分:1
-
Motion detection
运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测运动检测;运动检测运动检测
- 2022-04-22 12:36:16下载
- 积分:1
-
讷河的opengl教程(含所有章节代码)帮助文档,EN…
NEHE的opengl教程(含所有章节代码)帮助文件,英文版-NEHE the opengl Guide (containing all the chapters code) to help document, in English
- 2022-02-16 01:08:14下载
- 积分:1
-
VC分水岭算法
openCv学习笔记(八)-分水岭算法及实现(c语言函数)
之前搜了很多分水岭算法的文章,有许多在我的博文中,但是还没有真正的把分水岭算法的代码看懂和测试。这次重新梳理一下。
一 分水岭算法描述 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-10 21:20:04下载
- 积分:1