-
use API to change the menu, so that it has a couple of lists, like the Windows S...
使用API改变菜单,使之具有几列,如同Windows的开始菜单一样-use API to change the menu, so that it has a couple of lists, like the Windows Start menu, like
- 2022-05-14 05:36:12下载
- 积分:1
-
界面制作 。。很简单 主要可以轻松学习BCB 主要用Moveto() Line to () 2个函数来实现...
界面制作 。。很简单 主要可以轻松学习BCB 主要用Moveto() Line to () 2个函数来实现-Interface production. . Is very simple easy to learn BCB can mainly be mainly used Moveto () Line to () 2 a function to achieve the
- 2022-05-26 12:20:50下载
- 积分:1
-
一个带图标的菜单程序。带图标的菜单输界面更友好。更容易记忆。...
一个带图标的菜单程序。带图标的菜单输界面更友好。更容易记忆。-an icon menu with procedures. With the menu icon lost more friendly interface. More easy to remember.
- 2023-07-19 02:05:03下载
- 积分:1
-
美元和比索的转换器
所以这是我的第一课由 NETBEANS 7.1 的程序。这是美元和比索的转换程序,它不是很好的程序,但它可能会帮助其他像我这样的初学者。
- 2022-03-11 00:23:47下载
- 积分:1
-
播放MP3文件
sorse代码+库让你学会如何播放mp3文件+ wavf Ile和音乐使用的Java和库称为jlayer类型的音乐
- 2022-01-24 17:49:01下载
- 积分: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
-
一个类似于vc的界面源码,让vc界面开发变得简单多了.
一个类似于vc的界面源码,让vc界面开发变得简单多了.-Vc interface similar to the one source, so that vc interface development becomes much simpler.
- 2022-02-12 06:05:32下载
- 积分:1
-
可以在打开文件的对话框上实现图像预览的程序。
可以在打开文件的对话框上实现图像预览的程序。-can open the file in the dialog on Image preview procedures.
- 2022-08-17 18:27:13下载
- 积分:1
-
使用java语言来实现推箱子的游戏功能,可以通过对键盘事件的监听来使箱子移动...
使用java语言来实现推箱子的游戏功能,可以通过对键盘事件的监听来使箱子移动- Uses the java language to realize pushes the box the game
function, may through cause the box to the keyboard event monitor to
move
- 2023-02-03 22:30:03下载
- 积分:1
-
一个公司业务管理系统,他包含了所有的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢...
一个公司业务管理系统,他包含了所有的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-a business management system, contains all the features you done this kind of system can be applied to the contents inside it, hope you like
- 2022-04-01 09:16:34下载
- 积分:1