CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - employee.name.

搜索资源列表

  1. 0

    0下载:
  2. 设计一个雇员类employee,该类对象可存储雇员的姓名、编号、生日等信息,要求使用上一题设计的日期类作为对象成员表示生日。雇员类的使用如: employee a(“Smith”, “10”, 1978, 11, 25) // 对象a表示雇员Smith,编号为10,1978年11月25日出生 date Today -Design of an employee-type employee, such objects can store the employee name, n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:805
    • 提供者:fanxiu
  1. zm

    2下载:
  2. 设计与实现Person类、Student类、Employee类、Faculty类。具体要求如下: 1 设计名为Person的类和它的两个子类Student和Employee类; 2 Employee类有两个子类Faculty类和Staff类; 3 Person类有姓名、地址、电话和电子邮件地址; 4 学生有专业和年级。 5 Employee(雇员)类有办公室、公司和受聘日期、工资。 6 Faculty(教员)类具有级别,职称。 7 每个类都有显示自身信息
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:16731
    • 提供者:
  1. employee

    0下载:
  2. 一个公司管理的小程序,实现对各个级别的员工的各种管理:工资,级别,编号,姓名。-A small company management procedures, the staff at all levels to realize a variety of management: salary, rank, number, name.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:4139
    • 提供者:白兰鸽
  1. EMPLOYEE

    0下载:
  2. 一个简易的工资管理系统,对经理的年薪和临时工的工资进行管理计算,同时还能提供员工的姓名,工号等基本信息。-A simple payroll system for the manager' s annual salary and the wages of temporary workers to manage the calculation, while providing employee name, job number and other basic information.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-02
    • 文件大小:8566
    • 提供者:陈洲
  1. GongziGuanLi

    0下载:
  2. C语言课程设计:员工工资管理系统。 方便公司管理员工工资档案,包括添加、删除、查询员工工资档案,具有职工信息录入、浏览 和查询功能,查询方式分两种:按姓名查找和按职工号查找。 -C language curriculum design: staff salaries management system. Enable a company to manage employee pay files, including add, delete, query file wages, wi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2545
    • 提供者:常非
  1. jylfglxt

    0下载:
  2. vc++简易客房管理系统,实现一些简单的功能,如登记客人入住信息,给定员工姓名,显示本员工所管理的楼层客房信息-vc++ Simple room management system to achieve some simple features, such as registered guests information, employee name given to show the employee information managed by floor rooms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2091699
    • 提供者:林一
  1. txttopinying

    0下载:
  2. 这是一个将汉字句子转换成拼音的程序(可选全拼或首字母),在软件开发中,可以自定义输入法,例如在人事管理系统中,输入人名首字母,系统将替换成员工姓名实现自动录入。-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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3323
    • 提供者:redvfp
  1. Employee

    0下载:
  2. 某小型公司主要有4 类人员:经理、兼职技术人员、销售经理、兼职销售员,这些人员具有以下属性。  经理:姓名、编号、级别、固定工资、当月薪水、计算月薪、显示信息。  兼职技术人员:姓名、编号、级别、工作小时、每小时工资额、当月薪水、计算月薪、显示信息。  兼职销售员:姓名、编号、级别、销售额、销售额提成、当月薪水、计算月薪、显示信息。 -4 of a small company category of personnel: manag
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1420
    • 提供者:大为
  1. EMPLOYEE

    0下载:
  2. 动1. 请构建一个名为Employee 的Class作为员工类,此类中包含:员工ID(int),姓名(String),性别(”F” or “M”), 年龄(int) 2. 创建至少20个Emplyee对象(ID不重复),存储在数组中; 3. 用户可以通过以下命令表达式在该数组中进行查询: -1. Please build a staff named Employee of the Class as a class, these include: Staff ID (int), nam
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2723
    • 提供者:张强
  1. Test

    0下载:
  2. 创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:777
    • 提供者:kkun
  1. worker

    0下载:
  2. 利用C++,生成员工的基本工资,工作编号,员工姓名,员工出勤率等等,保存此类信息等-Using C++, build employee' s basic salary, job number, employee name, employee attendance, etc., store such information
  3. 所属分类:Other Databases

    • 发布日期:2017-04-11
    • 文件大小:932
    • 提供者:
  1. Employee

    0下载:
  2. 这是数据库查询系统,按提示输入与“SELECT $ID,$NAME,$AGE WHERE $AGE<=30 AND $GENDER=F”(注意空格)格式一样的查询语句,即可得到结果。-This is a database query system, follow the prompts to input and " SELECT $ ID, $ NAME, $ AGE WHERE $ AGE < = 30 AND $ GENDER = F" (note the spa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:8445
    • 提供者:小巩
  1. HRCJLottery

    0下载:
  2. HRCJ抽奖程序源码v1.1源码 本人为一个企业写的年会抽奖程序,用VS2005开发的WIN程序,为了使用方便,所用数据库为ACCESS,数据库带有企业的员工名单,部分可能有错误,自己调试一下就知道哪里有问题了,因为抽奖用的是一个随机产生中奖的员工姓名,工号等。奖项分为围奖(桌奖:一桌有十人左右),最后为个人奖。 其他的抽奖程序也可以参考此方式。数据比较完整,其他的需求只要调整里面的数据即可以了。-HRCJ lottery program source code v1.1
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:490426
    • 提供者:孙浩然
  1. WQL1

    0下载:
  2. 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -, A software company about 30 employees, each employee name, job number, position and other attributes, and each year employees who left
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1072
    • 提供者:manda
  1. yuan-gong-guan-li

    0下载:
  2. 公司员工工资管理系统:采用C++编写而成,工资管理的数据文件中存储有员工姓名和工资,该程序可以录入、修改、删除、查找员工姓名和工资。!-Employees salary management system: C++ written, wage management of data files stored in the employee name and salary, the program can input, modify, delete, find the employee name a
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-09
    • 文件大小:1251866
    • 提供者:游海斌
  1. Employee

    0下载:
  2. 建立类的层次结构。 创建如下图所示的类 使用类层次结构中的类 Employee : 姓名,保险号、 SalariedEmployee 周薪 CommissionEmployee 佣金率、销售总额 HourlyEmployee 每小时的工资和工作小时数 BaseplusEmployee 每周的基本工资数 -Create a class hierarchy. To create a class as shown Use classes in the class
  3. 所属分类:Games

    • 发布日期:2017-11-22
    • 文件大小:8807
    • 提供者:酥酥念
  1. Employee

    0下载:
  2. 先建立一个职工类Employee,包含数据成员name(职工姓名),ID(职工编号)。以它为基类,派生出经理类Manager和技术人员类Technician,在经理类中增加数据成员salary(代表经理的月工资),在技术人员类中增加数据成员wage(代表每小时的工资数)和hours(月工作时数)。在定义类时,所有类中必须包含有构造函数、析构函数、修改和获取所有数据成员的函数,以及纯函数计算职工的工资,输出职工的信息。-To establish a trade union class Employ
  3. 所属分类:SCM

    • 发布日期:2017-11-02
    • 文件大小:3117
    • 提供者:王莹
  1. employee

    0下载:
  2. 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -A software company, about 30 employees, each employee name, job number, job attributes, every year, employee turnover and recruits. All empl
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:1283372
    • 提供者:Tamara Yang
  1. Employee

    0下载:
  2. 根据输入员工的 姓, 名, 收入, 显示列表:员工姓名, 年收入-According to enter the employee' s last name, first name, income, displays a list of: employee name, annual income
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:2701755
    • 提供者:charles
  1. Employee management system

    0下载:
  2. 有关员工管理系统,主要用于查询员工的工资,性别,电话号码等。(The employee management system is mainly used to query employees' salaries, sex, phone numbers, etc.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:dd.up
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com