employee system, visual basic 6..............................................................
標簽: employee system visual basic
上傳時間: 2013-12-25
上傳用戶:frank1234
uml employee system is the exam 1
上傳時間: 2013-12-19
上傳用戶:ippler8
It is an genric employee management application developed using JSP
標簽: application management developed employee
上傳時間: 2017-09-09
上傳用戶:exxxds
定義雇員類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。
上傳時間: 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有一段時間了,發現在我建了一個用來測試的表(沒有建索引)中出現了許多的重復記錄。后來總結了一些刪除重復記錄的方法,在Oracle中,可以通過唯一rowid實現刪除重復記錄;還可以建臨時表來實現...這個只提到其中的幾種簡單實用的方法,希望可以和大家分享(以表employee為例)。
上傳時間: 2015-04-07
上傳用戶:qlpqlq
制作的是工廠管理系統,根據實際的需要,可以建立或添加新的工人的資料,而且把建立三層類結構把雇員的職位分開,建立employee類,然后由employee派生出manager類和worker類,再有worker類派生出oldworker類和ordinary類 根據當月的生產按勞分配并計算工資
上傳時間: 2014-12-07
上傳用戶:ardager
關于 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 三個庫 演示數據庫中的employee,employeeToFunction,Function,Profile 四個表; 演示數據庫中的usp_DateGet,usp_employeeGet,usp_FunctionGet,usp_ProfileGet,usp_ProfileSet 五個存儲過程; 如果您使用其他數據庫,請移植表和存儲過程。 4、PowerBuilder 9.0,Adaptive Server Anywhere 7 必須;
上傳時間: 2016-08-13
上傳用戶:003030
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) 使用結構數組設計一個公司職員的數據結構,使用下述的結構定義: 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