-
工资管理
工资管理系统用于每个月员工实发工资的计算,计算的项目包括基本工资、资金、福利、
津贴等。
5.1 系统设计
5.1.1 系统功能分析
本系统主要有以下几项功能:
(1) 员工基本工资的设定。
(2) 资金以及福利补贴的设置。
(3) 实发工资计算公式的调整。
(4) 根据出勤统计结果计算本月各项实际金额。
(5) 输出工资报表。
- 2023-01-25 19:45:03下载
- 积分:1
-
kl03-sc-baremetal_RTC
说明: KL03 RTC 历程 所用工程为iar工程(KL03 RTC sample iar project)
- 2019-01-24 10:27:24下载
- 积分:1
-
LED
led这种裸机的程序,可以先试试手啊哦,还是可以的,欢迎交流学习(led frequently-used vi/vim commands to provide more powerful editing capability for notepad++)
- 2020-06-16 14:00:01下载
- 积分:1
-
c# realize the library management system, including the Book inquiries, loan, ad...
c#实现的图书馆管理系统,包括图书查询,借阅,添加,管理,等模块-c# realize the library management system, including the Book inquiries, loan, adding, management, and other modules
- 2022-07-21 01:44:57下载
- 积分:1
-
CPPPrimer4forch
C++Primer中文版_第4版__中英对照.pdf,很好的一本C++书籍(C++ Primer 4th Edition Chinese version _ __ bilingual. Pdf, good one C++ books
)
- 2011-12-15 00:00:57下载
- 积分:1
-
TCPTest
简单TCP双向通讯例子,实现客户端服务器端的双向通讯。(Simple the TCP bidirectional communication example, to achieve the client server-side two-way communication.)
- 2012-11-08 13:37:54下载
- 积分:1
-
CR95HF-Demo-board-project-v1.4
CR95HF Demo board stm32f103工程(CR95HF Demo board stm32f103 Engineering)
- 2013-10-26 10:46:58下载
- 积分:1
-
Fasteners-transferred-Tools
请将本压缩文件包下的所有文件放在AutoCAD的支
持目录之下,如 AutoCAD 的安装目录下;或者在下拉
菜单中的 工具-> 选项 -> 文件 -> 支持文件搜索路
径 -> 添加 本程序所在目录。调入应用程序jgj.vlx ,
可以直接将本程序拖入AutoCAD绘图区域,或者在下拉
菜单的 工具->加载应用程序 中找到本程序后加载即
可! 成功加载后,在命令行内输入bzjgj即可运行。在
对话框中,可以选择螺栓螺母的类型以及其它平、弹垫、
螺纹的显示等,具体使用方法可参见本文件夹中的图片。
体验版只能绘制规格为M10之组件,如果您要注册本工
具,可在命令行内输入 zc ,即可获得相关注册信息。(Please support all the compressed files in AutoCAD package under the
Held under the directory, such as AutoCAD installation directory or pull-down
Menu Tools-> Options-> File-> Support file search path
Path-> add the program directory. Transferred to the application jgj.vlx,
This program can be directly dragged into the AutoCAD drawing area, or in the drop-down
Menu Tools-> Load application found that after loading the program
Can! After successfully loaded in the command line, type bzjgj to run. In
Dialog box, you can select the type of bolts and nuts and other flat, spring washers,
Threaded display, specific methods can be found in the folder of pictures.
Trial version can only draw specifications for the components of the M10, if you want to register the workers
Tools, you can enter in the command line zc, you can get the relevant registration information.)
- 2014-05-01 11:44:31下载
- 积分:1
-
C# 禁止鼠标左键单击的实现源码
C# 禁止鼠标左键单击,附上例子源码,禁止后将不响应鼠标左键消息,当然也可恢复鼠标左键,直接关闭本程序即可恢复,实现方法也很简单,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//禁止鼠标左键单击
Application.AddMessageFilter(this);
MessageBox.Show("鼠标左键已经被禁止,请用Tab键执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void button2_Click(object sender, EventArgs e)
{//允许鼠标左键单击
Application.RemoveMessageFilter(this);
MessageBox.Show("鼠标左键已经被解禁,可以执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public bool PreFilterMessage(ref System.Windows.Forms.Message MySystemMessage)
{//不响应鼠标左键消息
if (MySystemMessage.Msg >= 513 && MySystemMessage.Msg
- 2022-03-09 09:45:43下载
- 积分:1
-
是提供asp.net 中的Treeview的产生代码
是提供asp.net 中的Treeview的产生代码-is to provide the Asp. Net for the selection code Treeview
- 2022-05-24 12:07:03下载
- 积分:1