登录
首页 » 数据结构 » 员工培训管理系统。本系统要完成的主要功能是:1.进入系统钱需要身份验证,用户名,密码。输入争取后方可进入。2.管理员可以根据需要定义员工,工作以及部门信息。3....

员工培训管理系统。本系统要完成的主要功能是:1.进入系统钱需要身份验证,用户名,密码。输入争取后方可进入。2.管理员可以根据需要定义员工,工作以及部门信息。3....

于 2022-01-26 发布 文件大小:245.63 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

员工培训管理系统。本系统要完成的主要功能是:1.进入系统钱需要身份验证,用户名,密码。输入争取后方可进入。2.管理员可以根据需要定义员工,工作以及部门信息。3.管理员可以定义课程、书籍、教授以及培训的资源信息。4.管理员可以保存员工的培训成绩及员工经过培训之后对该课程和领域的评价。5.依据不同的要求,可以在数据库中对信息进行查询和编辑。-Staff training management system. To complete the system are the main functions: 1. Necessary money into the system authentication, user name, password. Before it can enter into the fight. 2. The administrator can be the definition of necessary staff, as well as the information department. 3. The administrator can define the curriculum, books, professor of information and training resources. 4. The administrator can save the training of its staff after a score and staff training in the areas of curriculum and assessment. 5. In accordance with different requirements, you can on the information in the database query and editing.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 多种方法解决全排列的问题 在vb环境下编写
    多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
    2022-03-16 12:16:11下载
    积分:1
  • Kmeans算法分类 针对多维
    针对多维数据进行的Kmeans改进算法,实用可靠,在处理多维数据时,自己根据维数需求,进去设定n值,此程序较适合底层应用用,另sizevector的数据都需要注意,在用时根据自己的需求进行操作,内有程序详细说明
    2023-05-30 20:35:02下载
    积分:1
  • 任意长整相加问题 任意输入两个任意长的整进行相加 可以得出正确果,...
    任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,-arbitrary sum of long integer problem indiscriminate importation of two arbitrarily long integer can be drawn together for the right result,
    2023-02-21 21:55:03下载
    积分:1
  • 工资管理系统
    在一家公司,工资是所有财务记录的......一名雇员的薪金,以及系统和软件处理薪金所需的费用的总和
    2023-01-20 07:50:03下载
    积分:1
  • vc prepared by the small hotel management system
    vc编写的小型旅馆管理系统-vc prepared by the small hotel management system
    2022-10-12 21:05:04下载
    积分:1
  • 实习 迷宫求解
    数据结构实习 迷宫求解-data structure internship Maze Solving
    2022-12-13 03:15:03下载
    积分:1
  • 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的点 [输入] 按照先序序列的顺序输入该点的内容。其输入abd eh...
    2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include #include struct node{ char info struct node*llink,*rlink } typedef struct node NODE -2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
    2022-06-02 16:30:44下载
    积分:1
  • 用java语言实现策略模式 BubbleSort.java――冒泡排序算法 ChooseSort.java――选择排序算法 InsertSort.j...
    用java语言实现策略模式 BubbleSort.java――冒泡排序算法 ChooseSort.java――选择排序算法 InsertSort.java――插入排序算法 MergeSort.java――合并排序算法 SortStrategy.java――排序算法的接口 Sort.java――排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java――显示界面排序-Using java language model to achieve the strategy BubbleSort.java-- Bubble Sort algorithm ChooseSort.java-- choice of sorting algorithm InsertSort.java-- Insertion Sort algorithm MergeSort.java-- merge sorting algorithm SortStrategy.java-- sort of the interface algorithm Sort. java- Sort category by such sort () can be achieved for an array of Comparable interface ascending SortMain.java-- Display order
    2023-07-31 08:20:03下载
    积分:1
  • 库水印软件包和PostgreSQL
    与postgresql数据库结合的数据库水印软件包-Database watermark software pakage along with postgresql database
    2022-03-17 21:46:26下载
    积分:1
  • 本人写的浙大acm题目的源码,贴出来供大家分享,希望对大家的编程水平能有所帮助...
    本人写的浙大acm题目的源码,贴出来供大家分享,希望对大家的编程水平能有所帮助-I wrote the title of the source Zheda acm, posted for everyone to share, in the hope that the level of U.S. programming, can be helped
    2022-03-11 07:31:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载