-
分型滤波
基于WIN32 开发的一个分形滤波程序,能根据输入的数据进行分形滤波计算,并将结果保存为dat文件,具体内容可查看,例子在压缩包里有,输入文件qin.dat 输出文件自己定名,图像结果调用另一个小程序可查看。
- 2023-02-18 14:50:04下载
- 积分:1
-
《布县系统性能介绍》《密码攻防策略》《Interent入门教程》《跟我学刻录》《硬件基本知识》名著《水浒后传》名著《七剑十三侠》等...
《布县系统性能介绍》《密码攻防策略》《Interent入门教程》《跟我学刻录》《硬件基本知识》名著《水浒后传》名著《七剑十三侠》等-"cloth County on system performance", "Password offensive and defensive strategy," "Directory of Internet portal," "follow me burners," "hardware basic knowledge" masterpiece "Water Margin- after" masterpiece "Seven Swords 13-xia"
- 2022-07-18 15:12:28下载
- 积分:1
-
虚拟按键拨号程序
通过matlab实现上位机虚拟按键的界面设计,通过串口向下位机发送按键指令,当下位机51单片机接收到按键指令时,控制蜂鸣器发声;同时界面上显示被按的按键值。
- 2022-02-22 12:47:35下载
- 积分:1
-
Non
非模式对话框,使用彩色进度条,修改别人的基础上生成-Non-modal dialog box, use the progress bar color, modify the basis of others to generate
- 2022-02-02 06:50:48下载
- 积分:1
-
持续化更新的视状态和在DLL中使用托管扩展
持续化更新的视状态和在DLL中使用托管扩展-continuous update of the state and as the DLL using managed expansion
- 2023-05-07 01:00:04下载
- 积分:1
-
TDT-问题分享软件
一款统计项目中的问题,并分享的软件,使用VS2010开发工具,主要有1、登陆框 2、主界面 3、管理员界面 4、添加界面
- 2022-05-09 07:37:19下载
- 积分:1
-
仿RealOne窗体源代码
仿RealOne窗体源代码-imitation RealOne Window source code
- 2022-06-28 23:26:33下载
- 积分: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
-
多语言界面简单示例
多语言界面简单示例-simple example
- 2022-01-28 11:05:41下载
- 积分:1
-
this small program written in good, but after I downloaded did not compile succe...
这个小程序写的不错,但我下载后没编译成功,大家看看!-this small program written in good, but after I downloaded did not compile successfully, we see!
- 2022-09-21 12:45:03下载
- 积分:1