-
一个关于动态图形的例子,图形有闪烁和变化功能
一个关于动态图形的例子,图形有闪烁和变化功能-on a dynamic graphic example of scintillation and graphics function changes
- 2022-08-13 09:24:28下载
- 积分:1
-
类似winamp那样的界面的源码
类似winamp那样的界面的源码-The sourcecode of implementing the UI as winamp
- 2022-02-10 17:09:33下载
- 积分:1
-
opencv2和MFC边缘检测
利用Intel的开源图像处理库opencv2,结合MFC对话框编程,实现图像的边缘检测。程序很简单,是根据opencv2 codebook实现的,但对学习opencv2(opencv的C++版本)很有帮助。
- 2023-03-31 19:45:15下载
- 积分:1
-
RibbonSource
Ribbon是一个Windows(Windows Vista 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-21 05:40:31下载
- 积分:1
-
C++拖拽绘图
MFC实现对自定义绘图的拖拽处理,单文档客户区进行绘图。图形的拖拽处理主要集中在以下三个函数:void OnLButtonDown(UINT nFlags, CPoint point);void OnMouseMove(UINT nFlags, CPoint point);void OnLButtonUp(UINT nFlags, CPoint point);
- 2022-07-10 08:51:22下载
- 积分:1
-
可以让窗体显示你想要显示的图形截面,可以增加程序的趣味
可以让窗体显示你想要显示的图形截面,可以增加程序的趣味-can show you want to show the graphic section, the procedure can increase the fun
- 2022-08-09 09:23:30下载
- 积分:1
-
a hexadecimal editor VC
一个十六进制编辑器VC源码程序-a hexadecimal editor VC-source programs
- 2022-02-05 18:23:17下载
- 积分:1
-
on the specific content and function, the mouse with the design, so that the web...
关于内容和具体功能,鼠标跟随的设计,可以让网页更绚丽-on the specific content and function, the mouse with the design, so that the website can be more beautiful
- 2022-03-18 07:18:05下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
Labview的应用(包括远程仪器共享)
通过利用LabVIEW的Web发布实现仪器设备的远程共享,远程用户端实现了对仪器设备和数据的共享。在远程实验过程中,用户不需要深入了解LabVIEW,也不需要自己购买安装LabVIEW软件,只需要安装一个LabVIEW插件( 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-11 16:20:17下载
- 积分:1