登录
首页 » 数据结构 » 这是一个人力资源管理系统,可用于机构的日常管理,可供学习...

这是一个人力资源管理系统,可用于机构的日常管理,可供学习...

于 2022-11-19 发布 文件大小:131.08 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

这是一个人力资源管理系统,可用于机构的日常管理,可供学习-This is a human resources management system can be used for the daily management of institutions available for study and

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

发表评论

0 个回复

  • importation of a formula, the formula to judge whether the matching brackets suc...
    输入一个式子,判断式子中的括号是否配对成功-importation of a formula, the formula to judge whether the matching brackets success
    2023-06-20 05:45:03下载
    积分:1
  • 实现造哈夫曼树的哈夫曼算法。 求解出所造的哈夫曼 使用树的带权路径长度。...
    实现构造哈夫曼树的哈夫曼算法。 求解出所构造的哈夫曼 使用树的带权路径长度。 -Huffman tree structure to achieve the Huffman algorithm. Solving the structure of the Huffman tree with the right to use the path length.
    2022-03-18 08:19:38下载
    积分:1
  • 程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具...
    程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
    2023-05-16 18:05:03下载
    积分:1
  • Ora10GSQLReference oracle10gSQL语言参考
    Ora10GSQLReference oracle10gSQL语言参考-Ora10GSQLReference
    2022-03-04 15:02:31下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 的乘法
    应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙  。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。 关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
    2022-02-07 02:59:09下载
    积分:1
  • oracle库管理员指南知道学习
    oracle数据库管理员指南知道学习数据库 -oracle database administrators know the study guide to the database
    2022-01-31 18:46:28下载
    积分:1
  • Including the string reversal, list reversal, to determine the existence of two...
    包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the middle of a one-way linked list nodes, how to determine whether it is a balanced binary tree Binary Tree, strstr () to achieve a simple,
    2022-04-24 01:21:16下载
    积分:1
  • MySQL是一个小型关系型库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet...
    MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。MySQL的官方网站的网址是:www.mysql.com-MySQL is a small relational database management system, development of the Swedish company MySQL AB. In January 16, 2008 acquired by Sun. MySQL is currently being widely used in Internet, small and medium-sized site. Because of its small size, speed and low total cost of ownership, in particular the characteristics of open source, many small and medium-sized Web sites in order to reduce the total cost of ownership and choose the MySQL database as a Web site. MySQL
    2022-08-19 01:59:46下载
    积分:1
  • 校园导游图算法
    校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里-campus tour map algorithm-- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
    2023-05-25 01:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载