-
动画进度条 Visual basic开发的小程序,功能很简单
动画进度条 Visual basic开发的小程序,功能很简单-animation Visual basic progress of the development of small procedures, functions very simple
- 2022-05-15 10:00:48下载
- 积分:1
-
Java程序设计的一个小作业:记事本,仿照Windows下的记事本程序,功能不是很完善!见量...
Java程序设计的一个小作业:记事本,仿照Windows下的记事本程序,功能不是很完善!见量-Java programs designed a small operation : notebook, modeled on the Windows Notepad procedures, functions is not perfect! See volume
- 2022-03-20 12:04:16下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
捕捉video视频的VC++程序,vc6编译通过,特此推荐
捕捉video视频的VC++程序,vc6编译通过,特此推荐-video capture video VC++ program, vc6 compile, and would like to commend
- 2022-09-19 08:55:03下载
- 积分:1
-
一个很好的界面编程程序,会对你的界面美化提供帮助
一个很好的界面编程程序,会对你的界面美化提供帮助-A good programming interface procedures, will beautify your interface to help
- 2023-02-21 05:05:03下载
- 积分:1
-
实现了聊天功能, 输入对方IP就可以进行即时聊天,里面实现了动态加载皮肤的功能,具体看代码...
实现了聊天功能, 输入对方IP就可以进行即时聊天,里面实现了动态加载皮肤的功能,具体看代码-Achieved a chat function, enter the other IP will be able to conduct real-time chat, which realized the dynamic loading skin functions, specific look at the code
- 2022-03-09 10:10:37下载
- 积分:1
-
webtop 腾讯html5开发工具
AlloyDesktop 是一个能将网页像软件一样运行在桌面上的app开发引擎。该引擎实现了对网页的透明渲染,使网页不再局限于浏览器的框框。同时,提供强大的api支持,使你能轻松实现许多传统网页实现不了的功能,诸如窗口控制,文件IO,图像处理……可以这样说,一般软件所能实现的大部分功能,利用AlloyDesktop开发的app也能实现,而且实现起来更快更容易。另外,它还具备传统软件所不具备的优势,那就是强大的界面渲染能力。利用html5和css3的新特性,你可以轻轻松松实现阴影透明等特效。相对于市面上许多软件界面开发引擎,网页开发的门槛相对来说要低得多,而且是一个通用的标准。利用该引擎,可以开发诸如QQ,浏览器,播放器,PS等软件。
- 2023-08-23 18:50:07下载
- 积分:1
-
在任务栏上看不到程序图标的例子
在任务栏上看不到程序图标的例子-Example in which program icon will be invisible on the taskbar
- 2023-07-24 20:35:03下载
- 积分:1
-
运用c++builder实现闪屏效果,即程序开始之前那个等待界面
运用c++builder实现闪屏效果,即程序开始之前那个等待界面-use c builder achieve blinking screen effects, that is, before the start of that process for interface
- 2022-01-28 17:09:07下载
- 积分:1
-
俄而 这是我自己编的MCF文本文件传输程序
俄而 这是我自己编的MCF文本文件传输程序-presently This my own series of the MCF text file transfer procedures
- 2022-03-21 07:19:10下载
- 积分:1