-
GPS、北斗时间转换程序
此程序定义了时间的存储格式,GPS时周内秒和周计数与年月日格式的时间转换。可实现GPS时间与北斗时间的转化,也可以实现儒略日到GPS的转化
- 2022-09-20 02:35:02下载
- 积分:1
-
vc_control
vc_control
- 2022-09-30 14:40:03下载
- 积分:1
-
ANAESTHESIA FEEDER FOR PATIENT WITH SALINE STATUS
- 2022-03-16 20:30:00下载
- 积分:1
-
该源码用vc用ontimer实现了一个计时的实例,希望对朋友们有帮助...
该源码用vc用ontimer实现了一个计时的实例,希望对朋友们有帮助-The source code is available ontimer achieved with the vc a time instance, want to help my friends
- 2023-01-18 14:15:04下载
- 积分: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
-
Table TabStrip control the use of examples of the use of simple control example...
TabStrip表控件使用实例,简单的TAB控件使用范例-Table TabStrip control the use of examples of the use of simple control example TAB
- 2022-02-26 09:03:30下载
- 积分:1
-
很好的系统,vc ++对话框的编程.实现选择
很好的系统,vc ++对话框的编程.实现选择-good system, vc dialog programming. Achieving choice
- 2023-06-13 16:30:03下载
- 积分:1
-
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar-interface design tool Xtreme Toolkit Pro v9.6.0.1 Source.rar
- 2022-08-09 11:19:35下载
- 积分:1
-
使用TreeView的使用技巧,希望对大家有点用处
TREEVIEW的使用技巧,希望对大家有点用处-Use TREEVIEW the use of skills, we hope to use a bit
- 2022-04-20 02:11:28下载
- 积分:1
-
Matlab GUI programming paradigm is the Fourier
matlab GUI编程示例,是Fourier-Mellin变换算法的图像匹配程序,非常实用。-Matlab GUI programming paradigm is the Fourier- Transform algorithm Mellin image matching procedures, very practical.
- 2023-07-10 21:05:03下载
- 积分:1