资源列表
xuxingguang
- 八、简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排
worker-information
- 基于C++语言的职工信息管理系统,功能详尽,十分易读。-C++ language based information management system for employees, functions detailed, very readable.
InformationManagement
- 通过设计一个较为简单的《小型公司工资管理系统》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分析、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用;逐步熟悉程序设计的方法,并养成良好的编程习惯-Information Management
salarymanagement
- 请设计一个employee基类,成员是雇员姓名等情况,再设计一个workerhours子类,成员是雇员的工作时间及工资/小时,用这两个类实现工人工资管理。-design an employee requests the base class members are employees of the names, Redesign workerhours a sub-category of members of the employee's working hours and wage /
zg
- 八、简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排
123
- 介绍了职工管理等一些储存和可删除信息以及一些职工的一些具体信息-Staff administration introduced some of the information storage and can be deleted as well as some specific information workers
gz
- 使用c语言编写的一个工资管理系统 有链表指针的使用-Using the c language of a payroll system has linked the use of pointers
han
- 模拟文件管理系统,实现文件的创建,删除,修改等-Simulation of document management systems, file creation, deletion, modification, etc.
management
- 运用C语言编制简单的职工信息管理系统,职工信息包括职工工号、姓名、性别、年龄、学历、工资、工龄、住址、电话、电子邮件。-The use of C language compiled a simple employee information management system, employee information, including employee job number, name, sex, age, education, salary, length of service, add
copy
- 模拟 简单的文件管理系统.. 能新建,删除. 复制.等操作 源程序-Simulation of a simple document management system .. to the new, delete. Reproduction. Such as the operation source
Managerment_System
- 人员管理示例系统,不同类型的雇员子类继承雇员父类,并且实现了自己特有的薪资计算方法。-Sample personnel management system, different types of employees subclass inherits the parent class of employees, and achieve their own unique salary calculation.