-
novice beginner, vb programming gradient background window!
新手初学,vb编程实现渐变的窗口背景-novice beginner, vb programming gradient background window!
- 2022-01-25 19:58:17下载
- 积分:1
-
弹出一个窗口并实现工具栏与菜单栏
弹出一个窗口并实现工具栏与菜单栏-Pop up a window and the realization of the toolbar and menu bar
- 2022-03-14 05:02:13下载
- 积分:1
-
在 C 语言中的球游戏
这是一场游戏,在那里 u 拍摄从加农炮、 加农炮球像子弹一样的举动和命中目标。所以你会看到此程序: 1 中的三个主要的事情。旋转加农炮 ;2.如何将移动对象像子弹一样3.很简单碰撞 detectionBefore 编译代码不要忘记更改相应地使用 initgraph() 函数中的路径。这是一个 DOS 游戏,需要 Turbo C/c + + 编译。如果你想要看到的输出 (完整的程序),
- 2023-08-30 09:45: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
-
kkkkkkkkkkkkkkkkkkkkkkk
日本国际大学 lkjlkjn lkjjkjl mllkmlkmlkojkj hkjhgkjhgkjhjk gjguhl;nlijiupoml hjkhhjgiohklh mlkmliohjkn ;,n ; nj
- 2022-09-27 01:00:03下载
- 积分:1
-
Automatic control design, the realization of the first order and second
自动控制设计,实现一阶和二阶系统响应输出显示,参数可调
- 2022-02-06 09:53:54下载
- 积分:1
-
如何实现橡胶面积矩形
怎样编程实现橡皮区矩形- How programs the realization rubber area rectangle
- 2023-01-31 01:50:03下载
- 积分:1
-
《Qt及Qt Quick开发实战精解》代码
《Qt及Qt Quick开发实战精解》代码适合初学者使用
- 2022-07-27 16:23:06下载
- 积分:1
-
在IE工具栏中加入快捷图标
在IE工具栏中加入快捷图标--Add short cut icon on IE s toolbar.
- 2022-02-20 06:39:52下载
- 积分:1
-
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架-prepared by the VC not DocView estrangement with the buttons of a split window interface framework
- 2022-04-29 22:27:28下载
- 积分:1