-
城市切换
资源描述城市切换源代码,两件事都放假额我放假了; 了快速的反击了减肥离开佛挡杀佛立刻就离开对方立刻让开幕式独立开发离开的借口会计分录快疯了当时的快乐法兰克福。
- 2022-08-11 09:07:06下载
- 积分:1
-
这个程序将巴恩斯利蕨类,为蕨类植物的变换中的每…
This routine draws Barnsley s fern, The transformations for the fern are each in the form T(x,y = (a*x+b*y+e, c*x+d*y+f). If the probability that a particular transformation T is selected is p, you can characterize each transformation by providing the values of a,b,c,d,e,f, and p, in that order. -This routine draws Barnsley s fern, The transformations for the fern are each in the form T (x, y = (a* x+ B* y+ E, c* x+ D* y+ F). If the probability that a particular transformation T is selected is p, you can characterize each transformation by providing the values of a, b, c, d, e, f, and p, in that order.
- 2022-02-15 02:00:30下载
- 积分:1
-
学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库...
学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes目录下的 sqlbean.java中 默认的用户名:1 密码: 1 -courses and scores Management System (upgrade version), "student class performance management systems," an updated version using the sertlet jsp javabean SQLServer, and made many changes! Description : Database Connection classes in the directory sqlbean.java default user name : a password : 1
- 2022-09-17 01:20:03下载
- 积分:1
-
C# modbus 主机程序 支持 03 16 06命令
采用VS2010开发的modbus主机程序,采用类,在类文件中实现modbus协议,实现了03读取命令,06写入命令,16写入多个字的命令,可以定时读取,串口参数可以设定,读取的数据可以按照不同的格式进行选择显示
- 2022-03-11 13:37:54下载
- 积分:1
-
用不同数据源的数据动态填充ListView的VB.NET源代码。,希望对大家有所帮助啊.希望大家下载...
用不同数据源的数据动态填充ListView的VB.NET源代码。,希望对大家有所帮助啊.希望大家下载-different data sources dynamic data ListView filled the VB.NET source code. , We hope to help ah. Hope you download
- 2022-09-01 05:05:03下载
- 积分:1
-
Qt学生管理系统
工具:Qt4 C++ Sql
实现功能:具有创建数据库文件(.db文件)、保存记录、遍历、删除、查询、修改功能
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 16:58:30下载
- 积分:1
-
前端时光轴显示
资源描述HTML编写的时间轴显示,源码开放,适合修改,可以用于专题界面
- 2022-05-30 06:29:52下载
- 积分:1
-
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在...
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在一起,做下位机的上位机显示。-This is a text LCD display good routines. Its function in dynamic interface to display text, pictures, particularly suited to its own interface to add flash points such things. In addition, the LED lamps can state with such shows together and make a place for the PC display.
- 2023-01-04 03:50:03下载
- 积分:1
-
简单的文本的图形菜单
简单的文本的图形菜单-simple text graphics menu
- 2023-06-18 05:50: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