搜索资源列表
vfp
- 一个简单的职工管理系统,管理职工的信息情况-A simple employee management system to manage information on the situation of workers
Staff
- 职工管理系统,具有以下功能: 1.添加 2.查找 3.修改 4.删除 5.输出 • 职工信息包括:工号、姓名、性别、年龄、学历、职位、工资、电话、住址 -Employee management system, has the following features: 1. Add 2. Find 3. Modify 4. Delete 5. Output • staff information includes: job number, na
Employeeinformationmanagementsystem
- 职工信息管理系统 *1输入职工信息 *2输出职工信息 *3删除职工信息 *4修改职工信息 *5综合排序 *6综合查找 *7存盘 *8增加 -Employee information management system* 1 input employee information* 2* 3 to delete the information output of workers trade union of workers of information changes t
eims_3.0_access
- 企业信息管理系统主要是企业管理职工人员信息的-Enterprise information management system is the enterprise information management staff personnel
HR
- 公司人事管理系统详细设计方案说明书;人事管理是一套先进的管理模式,其实施要取得成功,必须有必需的技术和工具支持,公司人事管理软件(CPM)是实施人事部门人员管理职工必不可少的一套技术和工具集成支持平台。CPM管理系统基于通讯、计算机等信息技术,能实现企业对职工、部门的良好管理,能够协助管理者更好地完成管理的两项基本任务:管理和了解职工状况。-Detailed design of the company' s personnel management system manual perso
Employee
- 一个用C写的简单的职工信息管理系统,包括一些简单的操作:增加,查询,修改,删除,保存等。-A written in C employee information management system, including some simple operations: increase, query, modify, delete, save.
College-teachers-Title-
- 高校教师职称评定管理系统采用功能强大的Visual Basic 6.0作为开发工具,并运用Access 2000作为后台数据库,而开发出来的单机管理信息系统。 高校教师职称评定系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成教师信息、任课信息、科研成绩、职称评定、用户等的全过程管理,包括新进教师加入时系统档案的建立、教师职位的变动等引起职工信息的修改、教师信息查询、统计等管理工作以及系统用户的账号密码管理。-University Teachers Evaluation Mana
111
- 这是一个职工信息管理系统,主要对职工的各项信息进行管理,查找修改等操作-This is an information management system of workers, mainly workers of the information management, search and other operations to modify
c
- 职工信息管理系统C语言。实现职工信息管理的系统化、自动化。本系统方便简单易于学习使用,实现了职工信息显示 、增删、查询等功能,实现了从传统的手工管理到计算机管理的设计,提高了效率,节约了人力物力,真正为职工的管理提供了一个电子平台-Employee Information Management System C language. Employee information management to achieve a systematic, automated. The system is e
information-of-worker
- 一个简单的职工信息管理系统,包括了序号、姓名、性别和年龄,可多次录入、查看和修改-A simple worker information management system, including the serial number, name, gender, and age, but multiple input, view and modify
system
- 职工信息包括:职工号、姓名、性别、年龄、学历、工资、住址、电话等(职工号不重复)。设计一职工信息管理系统,使之能提供以下功能:系统以菜单方式工作、职工信息录入功能、职工信息浏览功能 -Employee Information Management System
zhigongxinxixitong
- 职工信息管理系统,里面包括了指针的用法,链表的使用法-Employee information management system, which includes the usage of pointer, the use of linked list method
Information-management-system
- c语言初学者的综合运用实例,企业职工信息管理系统,实现人事,工资信息管理-c language beginners integrated use of examples, corporate staff information management system, personnel and payroll information management
S1
- 职工信息管理系统,对职工信息进行增删改查操作-Employee information management system, information on employees CRUD operations
HrSys
- 公司人事考勤管理系统,包含职工信息管理、考勤信息管理等功能-Company personnel attendance management system, including employee information management, time and attendance information management functions
ConsoleApplication3
- C++课程设计,职工事务管理系统,使用文件存储职员信息-C++ curriculum design, employee transaction management system uses files to store employee information
职工管理系统
- 实现职工信息管理()
程序设计算法
- 设计某单位职工工资管理系统,功能如下:对于每位职工存储以下信息:职工编号、基本工资、津贴、岗位津贴、应发数、个人所得税、应扣数、实发数。 (1)创建某存储职工工资信息的存储文件; (2)添加某职工的工资信息; (3)删除某职工的工资信息; (4)修改某职工的部分工资信息(当月开始增加或减少某些项工资或扣款数变化); (5)输出给定编号职工的工资信息(查询用); (6)输出全体职工的工资信息(发工资用)。(The design of a unit wage management sys
信息管理系统
- 一个小小的职工信息录入系统,可以录入修改,添加职工信息,用C++编写,小白之作(A small staff information input system)
简单的职工管理系统
- C++简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 3.实现提示 职工对象数不必很多,便于一次读入内存,所有操作不经过内外存交换。 (1)由键盘输入职工对象,以文件方式保存。程序执行时先将文件读入内存。 (2)对职工对象中的"姓名"按字典顺序进行排序。 (3)对排序后的职工对象进行增、删、查询、修改等操作。(C++ simple st