-
自动取款机控制系统
ATM 是为银行开发的,拥有 ATM 设备。它包括一些任务,如创建帐户、 ATM 创建帐户、 取款、 存款,和帐户余额和帐户的银行帐户对帐单。
ATM 控制系统项目涵盖所有类型的交易记录的是银行的业务。它包括帐户创作、 ATM 帐户的创建、 退出、 存款帐户余额,和帐户对帐单和所有交易在报告中实现。
- 2022-03-16 05:22:15下载
- 积分:1
-
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!...
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!-classic VC skin design tool, it can make a very nice cross-section procedures, we hope that the programming interfaces are very beautiful. Sharing!
- 2022-12-14 13:30:04下载
- 积分:1
-
MFC定时器timer应用在对话框内显示文字
应用背景
此程序可实习对话框内每隔一定时间将设定颜色的文字在水平方向和竖直方向显示,呈现出动态文字的效果,具体界面如下,有需要的朋友可以下载,嘿嘿:
关键技术基于MFC对话框的timer定时器应用,同时用puttext函数进行文字显示,并设置其颜色,定时器每隔一定时间显示文字,并切换其位置,整体看起来像是动态文字效果,主要用timer实现,希望对您有用!
- 2022-05-16 23:56:37下载
- 积分:1
-
这是一个用到win32api的用键盘模拟鼠标的程序
这是一个用到win32api的用键盘模拟鼠标的程序-win32api use the mouse keyboard simulation procedures
- 2022-02-02 08:50:59下载
- 积分:1
-
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,...
机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由
Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$WindowsSystemMacromed Flash中
或在Win2000中的$WinntSystem32 MacromedFlash中找到它。ActiveX控件在Windows里是通用的,
Delphi也同样支持。
-machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows System Macromed Flash or in the Win2000 $ WINNT System32 Macromed Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
- 2022-01-26 01:57:39下载
- 积分:1
-
Browse Folder dialog, search folder and all sub folders using C C++。好用的文件夹选择类...
Browse Folder dialog, search folder and all sub folders using C C++。好用的文件夹选择类-Browse Folder dialog, the search folder and all sub folders using C C. Easy to choose the folder category
- 2023-03-16 18:30:03下载
- 积分:1
-
Apriori algo working
;
- 2023-07-20 18:00:02下载
- 积分: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
-
一个超级简单的登陆系统,非常使用,密码:123,帐户:123,有问题就叫我吧,123709043,...
一个超级简单的登陆系统,非常使用,密码:123,帐户:123,有问题就叫我吧,123709043,-a super simple landing systems, the use of very, Password : 123, the account : 123, a problem called me, 123709043, huh
- 2022-06-21 15:23:42下载
- 积分:1
-
一个实现矩阵的基本运算的函数,+,
一个实现矩阵的基本运算的函数,+,-和*,还用了十字链表实现,包括求逆矩阵.欢迎参考-a matrix to achieve the basic computing functions,- and*, also spent Orthogonal List, including the inverse matrix. Welcome reference
- 2023-04-08 18:40:04下载
- 积分:1