虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Employee

  • Employee system, visual basic 6..............................................................

    Employee system, visual basic 6..............................................................

    标签: Employee system visual basic

    上传时间: 2013-12-25

    上传用户:frank1234

  • uml Employee system is the exam 1

    uml Employee system is the exam 1

    标签: Employee system exam uml

    上传时间: 2013-12-18

    上传用户:ippler8

  • It is an genric Employee management application developed using JSP

    It is an genric Employee management application developed using JSP

    标签: application management developed Employee

    上传时间: 2017-09-08

    上传用户:exxxds

  • 定义雇员类Employee

    定义雇员类Employee,包含string型成员变量m_Name(姓名)和m_No(编号),int型成员变量m_Department(部门号),成员函数SetName(string),SetNo(string),SetDept(int)分别用来设置姓名、编号和部门号,Display()函数用来输出雇员信息,还包含一个构造函数Employee(string,string,int)。定义一个经理类Manager,派生于雇员类Employee,新增成员变量m_Level表示级别和成员函数SetLevel(int)用来设置m_Level。

    标签: Employee 定义

    上传时间: 2020-05-03

    上传用户:coisini

  • 电网现场作业管理系统的信息化设计

    为了改变目前电网现场作业管理的变电巡检、变电检修试验、输电线路巡检检修等管理系统各自独立运行,信息不能共享,功能、效率受限,建设和维护成本高的现状,提出了采用B/S+C/S构架模式,将各现场作业管理模块和生产MIS(管理系统)集成为一体的现场作业管理系统的设计方案,做到各子系统和生产MIS软硬资源共享,做到同一数据唯一入口、一处录入多处使用。各子系统设备人员等基础信息来源于生产管理系统,各子系统又是生产管理系统的作业数据、缺陷信息的重要来源。经过研究试用成功和推广应用,目前该系统已在江西电网220 kV及以上变电站全面应用。 Abstract:  In order to improve the status that the substation field inspection system, substation equipments maintenance and testing system, power-line inspection and maintenance system are running independent with each other. They can?蒺t share the resource information which accordingly constrains their functions and efficiency, and their construction and maintenance costs are high. This paper introduces a field standardized work management system based on B/S+C/S mode, integrating all field work management systems based on MIS and share the equipments and Employee?蒺s data of MIS,the field work data of the sub systems are the source information of MIS, by which the same single data resouce with one-time input can be utilized in multiple places. After the research and testing, this system is triumphantly using in all 220kV and above substations in Jiangxi grid.

    标签: 电网 信息化 管理系统

    上传时间: 2013-11-15

    上传用户:han_zh

  • 在SQL中删除重复记录 学习sql有一段时间了

    在SQL中删除重复记录 学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表Employee为例)。

    标签: SQL sql 删除 重复

    上传时间: 2015-04-06

    上传用户:qlpqlq

  • 制作的是工厂管理系统,根据实际的需要

    制作的是工厂管理系统,根据实际的需要,可以建立或添加新的工人的资料,而且把建立三层类结构把雇员的职位分开,建立Employee类,然后由Employee派生出manager类和worker类,再有worker类派生出oldworker类和ordinary类 根据当月的生产按劳分配并计算工资

    标签: 工厂 管理系统

    上传时间: 2014-12-06

    上传用户:ardager

  • 关于 ZFC 框架的自述文件 2003.6.18 ======================================================================

    关于 ZFC 框架的自述文件 2003.6.18 ====================================================================== 如何在PowerBuilder 开发环境中运行ZFC 框架。 1、文件 app.pbl 常用应用库; controls.pbl zfc 控件库; main.pbl 主要对象库; demo.pbl 演示程序库; 2、目录 DB 演示数据库; PSR 演示PB报表; 3、基于 ZFC 框架编写程序需要哪些文件和表: 引用main.pbl、controls.pbl、app.pbl 三个库 演示数据库中的EmployeeEmployeeToFunction,Function,Profile 四个表; 演示数据库中的usp_DateGet,usp_EmployeeGet,usp_FunctionGet,usp_ProfileGet,usp_ProfileSet 五个存储过程; 如果您使用其他数据库,请移植表和存储过程。 4、PowerBuilder 9.0,Adaptive Server Anywhere 7 必须;

    标签: 2003 ZFC 18

    上传时间: 2016-08-12

    上传用户:003030

  • Implement a phone book system for Employees of a company. Your program will output the following me

    Implement a phone book system for Employees of a company. Your program will output the following menu (1) Enter an Employee and a phone pair to the system (2) Lookup an Employee s phone number (3) Find out who is/are the person(s) of a given number (4) How many people are currently in the system (5) Delete an Employee from the system (6) Output all Employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When

    标签: Implement Employees following company

    上传时间: 2013-12-17

    上传用户:zhangliming420

  • 1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构

    1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct Employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向company中录入职员信息,并显示结果。 (5) 编写mean函数求平均工资。 应该能对全体职工或大于某一年龄的职工工资求和并计算平均值。 (6) 编写total函数对工资求和。 应该能对全体职工或某一年龄段职工的工资求和。

    标签: 数组 数据结构

    上传时间: 2014-01-23

    上传用户:colinal