登录
首页 » c++ » 人事管理系统

人事管理系统

于 2022-05-30 发布 文件大小:1.14 MB
0 137
下载积分: 2 下载次数: 1

代码说明:

人事管理系统,包括四个模块!职工信息,考勤,工资管理等

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

发表评论

0 个回复

  • LSB
    基于LSB的信息隐藏技术——MFC——编译已经通过运行正常(LSB-based Information Hiding- MFC- has been compiled by running the normal)
    2021-04-26 20:18:45下载
    积分:1
  • kingview-and-51MCU-ASCII
    kingview and 51MCU ASCII send and recieve 组态王与51单片机通信ASCII(kingview and 51MCU ASCII send and recieve)
    2013-10-09 13:24:09下载
    积分:1
  • CircleSharpButton
    C#自行开发的圆形按钮,很好很强大,还可以更改属性。(C# Circle Shape Button, very good very strong ,you can change its attribute by yourself.)
    2012-10-19 13:50:29下载
    积分:1
  • stm32modbus
    stm32f103rbt6 modbus程序,包括01、03、05、15、16功能码。程序思路清晰,帧中断,判断,功能码实现
    2022-03-31 11:36:00下载
    积分:1
  • CartoonParse
    闹钟程序,定时关机功能,也是处理bitmap的经典代码,有透明背景效果(Alarm procedures, timing shutdown function, but also deal with the classic bitmap code, there is a transparent background effects)
    2009-03-26 23:56:12下载
    积分:1
  • DIAWTON
    窗口分割类实例,使用简单,方便,只需把XSplitterWndcpp,XSplitterWndh加入源就可以使用()
    2018-04-28 21:54:43下载
    积分:1
  • UDS_ISO14229-1_Part1
    说明:  UDS协议即ISO14229,是Unified Diagnostic Services,统一诊断服务,是诊断服务的规范化标准,比如读取故障码应该向ecu发什么指令,读数据流又是发什么指令。(The UDS protocol, ISO 14229, is Unified Diagnostic Services, a unified diagnostic service that is a standardized standard for diagnostic services, such as what instructions should be sent to ecu when reading a fault code, and what instructions are sent when reading a data stream.)
    2020-06-16 14:40:02下载
    积分:1
  • FOC_Sensorless
    说明:  基于DSP 28335的永磁同步电机无位置传感器矢量控制(Sensorless Vector Control of Permanent Magnet Synchronous Motor Based on DSP 28335)
    2021-04-27 13:38:44下载
    积分:1
  • NAYEM-PROJECT
    about mathematics calculator project
    2015-12-26 05:12:12下载
    积分:1
  • C# 编写多种窗口排列方式的MDIForm窗体
    C# 实现MDIForm窗体功能,代码中实现了3个MDI子窗口,并以水平平铺、垂直平铺、层叠排列的方式实现多种子窗口的排列布局,其主要代码在form1.cs中,其它文件为生成子窗口的文件,关键代码如下:   private void toolStripMenuItem1_Click(object sender, EventArgs e)   {    Form2 frm2 = new Form2();//实例化Form2    frm2.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm2.Show();//使用Show方法打开窗体    Form3 frm3 = new Form3();//实例化Form3    frm3.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm3.Show();//使用Show方法打开窗体    Form4 frm4 = new Form4();//实例化Form4    frm4.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm4.Show();//使用Show方法打开窗体   }   private void 水平平铺ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.TileHorizontal);//使用MdiLayout枚举实现水平平铺   }   private void 垂直平铺ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.TileVertical);//使用MdiLayout枚举实现垂直平铺   }   private void 层叠排列ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.Cascade);//使用MdiLayout枚举实现层叠排列   }
    2022-03-07 15:00:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载