-
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以...
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以帮助管理层迅速了解公司职工各方面情况,更方便、更合理地调配使用人才,支持对员工从聘用签订劳动合同到解除或终止劳动合同全过程的处理、其中包括考核、培训、加薪、晋级、奖惩、调配、请假、离退休、保险等的管理-Personnel management subsystem is to direct users Pingguo Aluminum Company Personnel and Labor Department of Labor Bureau of various departments, including the deployment of technical cadres Section, Plans Section Lao Zike, file room, Discipline Branch, labor market, insurance, etc. 8 departments and sub-systems can help management to quickly understand the various aspects of the company employees, more convenient, more rational deployment of the use of personnel, support staff from the employment of labor contracts to the discharge or terminate the labor contract deal with the whole process, including assessment, training, , pay, promotion, rewards and punishments, deployment, leave, retirement, insurance, management, etc.
- 2022-05-07 04:41:30下载
- 积分:1
-
100M
100M-MAC-IPcore(从OPENCORE下载);-100M of the MAC
- 2023-02-17 12:05:04下载
- 积分:1
-
运行程序后!由于为了测试方便,AOE网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。...
运行程序后!由于为了测试方便,AOE网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。-operating procedures! In order to facilitate the testing because, AOE network initialization, and operating procedures, can be obtained results include topological sorting and Critical Path.
- 2022-03-18 22:10:59下载
- 积分:1
-
多功能电源图纸,
是PFD的电路图纸
多功能电源图纸,
是PFD的电路图纸-Multi-function power drawings, is the PFD circuit drawings
- 2022-08-14 17:06:36下载
- 积分:1
-
五子连珠 graphics
c++写的五子连珠单机游戏,有界面音乐,鼠标操作包含所需图片,音乐
- 2022-08-21 21:09:05下载
- 积分:1
-
短信存储,ACCEss+VB,使用时需要改变数据库文件sms.mdb―――〉smsold.mc原来我自己的短信保密哦,所以被我删了。。。。。 重新建吧!...
短信存储,ACCEss+VB,使用时需要改变数据库文件sms.mdb―――〉smsold.mc原来我自己的短信保密哦,所以被我删了。。。。。 重新建吧!-SMS storage, ACCEss VB, when the need to change the use of database files sms.mdb---> smsold.mc my own original SMS confidentiality Oh, so I was censored by. . . . . Rebuild!
- 2022-07-09 08:50:12下载
- 积分:1
-
Detailed description of how to achieve in the application RAS dial
详细说明了如何在应用程序中实现RAS拨号。VC++或eVC的开发环境
- 2022-12-22 05:55:03下载
- 积分:1
-
一个小游戏,依次点击会出现三个不同的消息显示,最后可以按exit退出...
一个小游戏,依次点击会出现三个不同的消息显示,最后可以按exit退出-A small game, then click there will be three different sources, according to exit out of the final
- 2022-08-14 15:55:11下载
- 积分:1
-
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出No...
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.-4. Establish an orderly sequence (10,30,35,50,56,100,120) using binary search method in this table as a whole you, if the output is found in this round table position serial number, Otherwise output Not found.
- 2023-05-10 10:35:04下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1