登录
首页 » 界面开发 » 工资管理系统

工资管理系统

于 2022-06-12 发布 文件大小:3.68 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

该程序输入职工工号和应发工资,由系统对其完成的实发工资实现计算。其中职工信息包括职工号、姓名、性别、应发工资、税金、实发工资等(职工号不重复)。功能要求及说明:系统以菜单方式工作职工基本信息和应发工资的录入功能(用文件保存)从键盘输入数据,建立磁盘数据文件salary.txt职工工资信息浏览功能:从磁盘数据文件读取所有职工工资信息并显示输出到屏幕上;计算应发工资和查询的功能:计算公式为:   税金=应发工资*税率;实发工资=应发工资-税金;应发工资 税率 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 如何在芯片图形库使用的部件
    How to Use Widgets in Microchip Graphics Library code :- C Compiler :- MPLAB 8 or above.
    2022-07-11 10:56:02下载
    积分:1
  • Visual Calc
    Visual Calc - A new dimension for the desktop calculator-Visual Calc- A new dimension for the desktop calculator
    2022-04-18 15:29:40下载
    积分:1
  • use TreeView and ListView control in the resource management for the Interface
    利用TreeView和ListView控件实现了资源管理器的界面-use TreeView and ListView control in the resource management for the Interface
    2022-10-10 02:00:03下载
    积分:1
  • 改变树控件背景颜色的VC源代码
    改变树控件背景颜色的VC源代码-change the background color of the tree control of the source code VC
    2022-03-12 08:04:24下载
    积分:1
  • c++builder组件大全,很好的东西,您可下载
    c++builder组件大全,很好的东西,您可下载-c++builder control, very good,you can download.
    2022-02-10 12:35:19下载
    积分:1
  • 工具栏一个新的方式,
    工具栏一种新的方式,界面
    2022-08-06 08:21:29下载
    积分:1
  • VC IP控件与树形控件,DBGrid数据库控件的使用,我总结的,源码...
    VC IP控件与树形控件,DBGrid数据库控件的使用,我总结的,源码-VC IP control and tree controls, DBGrid control the use of the database, to conclude the source
    2022-07-19 02:42:28下载
    积分:1
  • 一个企业内部用的聊天软件,希望大家多多指点
    一个企业内部用的聊天软件,希望大家多多指点-an internal enterprise chat software, we hope that many instructions
    2022-06-17 09:57:02下载
    积分:1
  • 用VC6.0 控制html表格的例子
    资源描述一个用VC控制网页表格的例子_不错。研究html的有兴趣研究下。
    2022-09-03 09:00:03下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载