-
clistctrl editable
mfc listctrl 扩展,可编辑,多列排序等功能;可以嵌入到gridproperty,或者放到对话框总,由mfc改写而来
- 2022-04-17 20:06:05下载
- 积分:1
-
编写一个程序,在窗口中显示“VC中显示字体与背景”,字体颜色为红色,背景色为黄色,字体为宋体,字高40。...
编写一个程序,在窗口中显示“VC中显示字体与背景”,字体颜色为红色,背景色为黄色,字体为宋体,字高40。-Write a program displayed in the window " VC to display fonts and background" , font color is red, a yellow background color, font to Arial, the words high 40.
- 2022-05-28 23:19:43下载
- 积分:1
-
快速卷积算法实现,使用MFC实现界面,适合数字信号处理的初学者。...
快速卷积算法实现,使用MFC实现界面,适合数字信号处理的初学者。-fast convolution algorithm, using MFC interface, digital signal processing for beginners.
- 2022-03-23 14:32:31下载
- 积分:1
-
标准DVB的SI
Standard DVB SI Tables
- 2022-01-26 03:07:08下载
- 积分:1
-
amazing 3D text button you want to useful!
奇妙的三维文字按钮
希望对各位有用-amazing 3D text button you want to useful!
- 2022-07-02 02:22:59下载
- 积分: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时做的跑马灯,可以调整延时和开关,很好玩
- 2022-01-25 14:46:35下载
- 积分:1
-
STM32上实现GPS并显示
本程序实现接收GPS-OEM板NMEA0183协议,并实时以星图的形式显示出来。
- 2022-10-01 15:10:13下载
- 积分:1
-
CTabctr控件的使用
CTabctr控件的使用-control the use CTabctr
- 2022-02-20 07:44:12下载
- 积分:1
-
自定义DataGridView行样式及行标题实例
自定义DataGridView行样式及行标题实例-Custom DataGridView row row heading styles and examples of
- 2023-09-05 06:35:03下载
- 积分:1