-
Labview 虚拟示波器程序
资源描述基于NI采集卡或类似数据采集卡的4通道虚拟示波器程序,界面非常美观,仿的是泰克的4通道示波器,配合数据采集卡,可以当做示波器使用,很好很强大。
- 2022-02-13 20:55:04下载
- 积分:1
-
一个很好用的复数计算器,你会喜欢的
一个很好用的复数计算器,你会喜欢的-a good use of the plural Calculator, you will like
- 2023-07-26 06:10:02下载
- 积分: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
-
一个在ListCtrl中显示提示的例子
一个在ListCtrl中显示提示的例子--An example of display hint in ListCtrl
- 2023-07-07 03:30:03下载
- 积分:1
-
一个滑动条程序,包括滑动条的实现等。
一个滑动条程序,包括滑动条的实现等。-a sliding strip procedures, including sliding strip of realization.
- 2022-03-25 22:09:16下载
- 积分:1
-
改变TabControl的颜色
改变TabControl的颜色-The example of changing the color of tabcontrol
- 2022-06-14 23:43:44下载
- 积分:1
-
实现文本的描边和空心字的源代码,特别是汉字的空心字。
实现文本的描边和空心字的源代码,特别是汉字的空心字。-Stroke and realize the text of the source code of hollow characters, especially the Chinese characters are hollow words.
- 2022-03-17 22:43:22下载
- 积分:1
-
vb开发的程序,可以模拟VC中的切分窗口,可以使自己的程序专业化。...
vb开发的程序,可以模拟VC中的切分窗口,可以使自己的程序专业化。-vb the program can simulate the VC splitting window, can make its specialized procedures.
- 2022-06-27 11:14:53下载
- 积分:1
-
呵呵,虽然win3.0是比较旧的东西。不过对学习还是有帮助的。...
呵呵,虽然win3.0是比较旧的东西。不过对学习还是有帮助的。-Oh, yes win3.0 old things.
- 2022-03-18 21:22:46下载
- 积分:1
-
有关DELPHI编程的示例代码和源程序,请大家多支持
有关DELPHI编程的示例代码和源程序,请大家多支持-the Delphi programming source code and examples, please supported
- 2022-03-03 01:16:21下载
- 积分:1