-
1)解压压缩文件2)实现压缩解压
1)实现文件的压缩解压
2)实现的压缩解压-1) unzip compressed files 2) realize the compression decompression
- 2022-02-21 15:02:39下载
- 积分:1
-
谢谢和数据表
datasheet xiexie adsf -datasheet xiexie ! asdf
- 2023-09-05 02:05:03下载
- 积分:1
-
害怕...3D 游戏
使用 java 编写的项目。射击游戏像半条命。主要玩家杀死敌人做一些运动。
- 2023-07-25 12:40:03下载
- 积分:1
-
实现超级连接的例子
实现超级连接的例子-achieve hyperlinks example
- 2022-12-20 18:25:04下载
- 积分:1
-
VC 6.0msdn相似的界面风格,和数据库,搜索,索引表…
一种类似 vc++6.0MSDN风格的界面,和数据库结合,可实现搜索、索引、目录等功能,很实用,-vc 6.0MSDN a similar style of interface, and databases, to search, index, table of contents and other functions, is very practical,
- 2022-03-14 19:40:08下载
- 积分:1
-
最近都在研究树形控件,所以给大家传点自定义功能的树形控件...
最近都在研究树形控件,所以给大家传点自定义功能的树形控件-Recently in the study tree control, so everyone Chuan point to a custom tree control functionality
- 2022-04-16 20:35:04下载
- 积分:1
-
buttworth滤波,主要用来对工程中采集的信号进行处理,包括lp,hp,bp,bs等...
buttworth滤波,主要用来对工程中采集的信号进行处理,包括lp,hp,bp,bs等-buttworth filter, mainly uses for the signal which gathers
to the project in to carry on processing, including lp, hp, bp, bs and
so on
- 2022-04-09 17:10:11下载
- 积分:1
-
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,...
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+, -./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。-文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,-./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。
- 2022-06-21 04:22:51下载
- 积分:1
-
一个复选按钮。可以设置控件外观的各种属性,很好用!
一个复选按钮。可以设置控件外观的各种属性,很好用!-a check button. Controls can be set up to the appearance attributes, good use!
- 2022-01-26 17:43:38下载
- 积分: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