登录
首页 » 数据结构 » 在线管理

在线管理

于 2022-06-26 发布 文件大小:2.50 MB
0 67
下载积分: 2 下载次数: 1

代码说明:

应用背景一个学生只允许一个月申请一次。特点:学生1)注册2)登录3)请求离开4)休假状态5)查看简介6)编辑配置文件7)更改密码关键技术管理:1)批准休假2)拒绝离开3)编辑离开时间4)查看学生简介5)编辑学生简介6)学生的地位主要特点:一个学生只允许一个月申请一次。

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

发表评论

0 个回复

  • 我公司生产的八位CPU,有一个简单的加法和减法,输入和输出操作。
    本人制作的8位CPU,有简单的加减,输入,输出操作,希望大家好用-I produced eight CPU, has a simple addition and subtraction, input and output operations, I hope everyone use
    2022-07-04 04:35:02下载
    积分:1
  • 本程序采用中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!...
    本程序采用数据结构中的一些算法,简单的实现了多项式的乘法,在使用中请大家仔细阅读源代码中的说明!- This procedure uses in the construction of data some algorithms, the simple realization multinomial multiplication, has asked everybody in the use carefully to read in the source code showing!
    2022-09-18 10:00:03下载
    积分:1
  • 图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。...
    图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
    2022-08-03 06:43:27下载
    积分:1
  • 郝夫曼树的实现
    大二上学期在学校的数据结构实验课程设计课上自己出于兴趣写的一个郝夫曼树的应用,而课本上的程序不能直接使用,初学者学起来会很困难呢,而我的这个程序有具体的实现,详细的源码介绍,希望对初学者有帮助!
    2023-01-12 06:45:03下载
    积分:1
  • a database installed "individual job search management system" using t...
    一、数据库安装 《个人求职管理系统》使用MySQL数据库,请你先在你的数据库服务器上建立一个数据库,然后将你下载的程序解压缩后上传到你的网站空间下,接下来请将sql目录下的tdjob.sql文件导入你刚建立好的MySQL数据库中,导入的SQL文件会在数据库中新建两个数据表td_pjm_user和td_pjm_jobs。 注意:成功导入数据文件后,请修改lib目录下的config.jsp文件,该文件里包含了你的数据库连接信息,请进行相应的修改。 二、JavaBeans安装 将lib目录下的td文件夹拷贝到WEB-INF/classes目录下。td目录中有两个class文件,这两个文件的原Java文件你可以在lib目录下的source目录中找到。-a database installed "individual job search management system" using the MySQL database you, in your database server on the establishment of a database, then you download the procedures decompress after uploaded to your website space, then I would be grateful if sql directory of documents into your tdjob.sql just to establish good MySQL database, SQL file into the new database td_pjm_user two data tables and td_pjm_jobs. Note : Successful data into documents, please amend the lib directory config.jsp document, the document contains your database connection information, please amended accordingly. 2, JavaBeans lib directory will be installed under the td fo
    2023-06-16 04:55:03下载
    积分:1
  • Used VC++ 6.0+ Ado development apart from the basic to the additions and deletio...
    采用VC++6.0 + Ado开发 除了基本的增删改之外,还有以下特色 **可以直接将照片存于数据库,不必担心因为系统路径改变导致的更改。 **支持简单查询,模糊查询和精确查询和多种排序功能。 **双击左侧列表即可进行更改,右键保存。 **系统界面美观。 屏幕分辨率:1024*768 效果最佳 有需要源代码的朋友,通过电子邮件与本人联系。 Email:linchangcheng007@163.com 进一步了解本人相关作品,请访问本人的Blog。 Blog: http://blog.csdn.net/linchangcheng007/ 花了几天时间做的东东。对于VC开发,数据库开发入门来说很不错的。-Used VC++ 6.0+ Ado development apart from the basic to the additions and deletions, there are the following features can be directly** photos stored in the database without having to worry about because the system led to changes in the path of change.** Support a simple query, fuzzy query and precise queries and a variety of sorting functions.** Double-click the list on the left you can make changes, right-preservation.** System Interface beautiful. Screen Resolution: 1024* 768 best source code need to have a friend by e-mail with my contact. Email: linchangcheng007@163.com to learn more about my work-related, please visit my Blog. Blog: http://blo
    2022-06-22 05:53:17下载
    积分:1
  • 快速排序 不是稳定的快速排序 优化了的原位快速排序
    快速排序 不是稳定的快速排序 优化了的原位快速排序
    2022-06-21 21:50:00下载
    积分:1
  • 模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断...
    模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断-simulation tabbed storage management hardware address translation, and the use of FIFO scheduling algorithm (FIFO) interrupt handling missing pages
    2022-01-26 06:59:50下载
    积分:1
  • 主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个,得到根点,父亲点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
    主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
    2022-11-05 05:15:02下载
    积分:1
  • 相乘算法,使用C++语言在VC下实现.
    大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
    2022-05-20 23:11:22下载
    积分:1
  • 696522资源总数
  • 104031会员总数
  • 39今日下载