搜索资源列表
Employee
- 数据结构课程第一次实验 要求:1.基类和派生类的定义和实现(.h .cpp) 2.+ 运算符重载 3.<< 运算符重载 4.构造与重载函数应用
htieba-v1.7
- 海狸贴吧是一个简易高效的交流平台。这款产品很适合用于公司内部员工交流,地方门户网站网友交流。。。。。。 相比论坛,最大优点是网友们都很熟悉操作 因为它是仿百度贴吧。 后面版本将集成仿百度搜索引擎 功能更加丰富。 支持多数据库 支持主流数据库(excel,access,sqlserver,mysql,oracle),满足用户不同需求。 集成了通行证系统 支持多个网站用同一个账号库,实现多站同步登录退出,用户体验更好,有利于网站管理和运营。 -Bea
Exercise-6
- SSD7 exercise 6. Provide your solution to the following in a file named normalization.txt. Note: The discussion in this exercise is independent of (i.e., completed unrelated to) the E-Commerce project described in the Appendix. The following tab
tongjigongzi
- 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向compan
PersonnelManagementSystem
- 1.该系统主要处理商场中的人事信息。 2.人事信息主要包括:员工编号、所在部门、职务、薪资等级、薪资、联系方式等内容。部门信息主要包括:部门编号、部门名称等内容。 3. 完成以下的操作:实现员工信息、部门信息的添加、修改、删除和查询。-1. The system is mainly concerned with the personnel information in shopping malls. 2. Personnel Information include: employee
EnterprisePersonnelManagementSystem
- (1)员工各种信息的输入,包括员工的基本信息、学历信息、婚姻状况信息和职称等; (2)员工各种信息的修改; (3)对于转出、辞职、辞退、退休员工信息的删除; (4)按照一定的条件,查询,统计符合条件的员工信息; (5)至少应该包括每个员工详细信息的查询,按婚姻状况查询、学历查询、工作岗位查询等; (6)至少应该包括按学历、婚姻状况、岗位、参加工作时间等统计各自的员工信息; (7)对查询,统计的结果打印输出。 -(1) the importation of all ki
1
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company, there are about 30 employees, each employees name, job number, position and other property each year, employee tur
c
- 针对员工数目较多的公司,用于员工信息查询和工资计算-A relatively large number of companies for the employees, for employee information inquiries and payment of wages
gongzitongjichengxu
- (1)输入职工数据,其中“实付工资”通过计算得到。 (2)显示全体职工数据。 (3)输入某部门值,显示该部门职工的数据、工资总额、平均工资 -(1) Input employee data, which " wages paid" Through calculated. (2) show that all employees data. (3) Enter the value of a department to show workers in the secto
employee
- 一个程序,确定由4个并联的子电路组成的电路的总电阻。子电路由两个串联或并联的电阻器组成。由键盘输入,向屏幕输出结果。写一个电路的基类和两个派生类(分别处理串联和并联),使用虚基类(抽象基类)和多态。对所有的子电路使用一个循环计算总的电阻。-A procedure, make sure the child by four parallel circuit circuit of total resistance. A sub circuit consists of two series or par
txttopinying
- 这是一个将汉字句子转换成拼音的程序(可选全拼或首字母),在软件开发中,可以自定义输入法,例如在人事管理系统中,输入人名首字母,系统将替换成员工姓名实现自动录入。-This is a sentence would be converted into a phonetic character of the program (optional spelling or initials), in software development, you can customize the input meth
ch_pinying
- 这是一个将汉字句子转换成拼音的程序,可以选择全拼或拼音首字母,本项功能主要是应用在软件中的快速录入,例如,我们开发了一个人事管理系统,只要录入员工的字母缩写,系统就能替代人工录入匹配的员工姓名,提高录入速度。该项技术,可以应用在图书系统(书名录入)、物流系统(地名录入)、进销存系统(货物录入)、国有资产系统(设备录入)、工资系统(员工录入)、学生系统(学生录入)、网站系统(字典录入)、论坛(常用语录入)-This is a sentence would be converted into a p
HardWork
- 上转型对象 1.实验目的 掌握上转型对象的使用。 2. 实验要求 要求有一个abstract类,类名为Employee,Employee的子类有YearWorker、MonthWorker和WeekWorker。YearWorker对象按年领取薪水,MonthWorker按月领取薪水,WeekWorker按周领取薪水。Employee有一个abstract方法: public abstract earnings() 子类必须重写父类的earnings()方法,给出各自领
5
- 员工管理系统 查询员工信息 插入员工信息 更新员工信息-Staff management system query employee information into the Employee Information Update employee information
a
- “用折半查找法找出该职工的姓名” 写几个函数: 1,输入10个职工的姓名和职工号; 2,按职工号由小到大顺序排序,姓名顺序也随之调整; 3,要求输入一个职工号,用折半查找法找出该职工的姓名,从主函数输入要查找的职工号,输出该职工的姓名。-" Using a binary search method to find the names of the workers," wrote several functions: 1, enter 10 na
workerlist
- 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company about 30 employees, each employee the name, work number, position and other properties, staff turnover every year,
employee-information-system--
- 用链表实现员工信息系统,通过链表实现 通讯录编辑(添加、删除); 查找; 排序; 将通讯录写入文件; 从文件读入通讯录。-Employee information system, a linked list, address book editor through the list (add, delete) search sort contacts write to a file read from the file into the address book.
Employee
- 线性链表,某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -Linear list, a software company about 30 employees, each employee has a name, job number, position and other attributes, and employee t
Employee-Management-System
- 《职工管理系统的实现》包括职工号等一系列属性,对其进行增删除和信息修改等作用-" Employee Management System to achieve" a series of attributes including staff numbers, increase its role such as delete and modify information
Employee
- finding the employee details