登录
首页 » 软件系统 » 停车场管理系统

停车场管理系统

于 2022-02-21 发布 文件大小:10.96 kB
0 57
下载积分: 2 下载次数: 1

代码说明:

这是一个车辆停车管理程序。它使用的用户帐户和管理员帐户来控制其他帐户。在启动屏幕上,注册的用户可以选择他们从数据库中检索的用户名。然后他们必须提供一个密码。如果同一个数据库中输入的密码,身份验证,并在用户可以访问该程序。 当用户访问该程序时,他们可以改变他们的个人数据。它是通过从数据库中检索所有字段,并显示在文本框中。用户可以编辑的文本,当按下保存更改按钮,所有的数据都被写回数据库。 它是一个简单的数据库的读取和写入。查看其他用户的信息是通过组合框中填入的用户名和密码。当用户单击组合框中的用户名时,在文本框中充满了从数据库中读取的信息。数据不是可编辑的因为都只读的标签中显示文本。向车辆类型的组合框添加一个新的汽车,是通过在运行时添加到组合框中一个新的项目。 文字的文本框中添加新的项。它是只是一个临时的值,因为下一次该程序将被载入,组合框将刷新与旧值。用户可以注销,然后转到欢迎屏幕,所以他们可以再次登录。也是管理员帐户。

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

发表评论

0 个回复

  • Installation Method: to install to C: ddb2PCB described as an example. Decompre...
    Protel99se-TO-PowerPCB安装方法: 以安装到C:ddb2PCB为例进行说明. 将解压后将ddb2pcb整个目录copy到c:运行ddb2pcb.exe即可。-Installation Method: to install to C: ddb2PCB described as an example. Decompress after the ddb2pcb the entire catalog copy to c: run ddb2pcb.exe can.
    2022-03-23 03:56:04下载
    积分:1
  • 设计模式之Singleton,设计模式之Singleton
    设计模式之Singleton,设计模式之Singleton-Design Pattern Singleton, of Singleton design pattern
    2022-05-17 04:34:20下载
    积分:1
  • Stereo matching for the regional real
    针对区域立体匹配计算量大实时性差的困难,分析了相关匹配算法的实际工作过程,采用消除冗余因子和M2C滤 波、多级分辨率匹配减小计算复杂度,对算法结构进行了改进和优化,并利用超线程和D65/EF技术对算法进行了加速,提出 了一种实时区域匹配算法。对算法进行实验,结果表明算法符合了视觉导航的准确性和实时性要求,并且对于提高其他区域 匹配算法实时性也具有重要借鉴意义。-Stereo matching for the regional real-time calculation of a large quantity of poor difficulties, analysis of the relevant matching algorithm the actual work process, used to eliminate redundancy factor and M2C filtering, multi-resolution matching to reduce the computational complexity of the algorithm structure to improve and optimize the and take advantage of Hyper-Threading technology and D65/EF accelerated algorithm, a regional real-time matching algorithm. Algorithm experiment results show that the algorithm is consistent with the accuracy of visual navigation and real-time requirements, and improve in other regions for real-time matching algorithm is also an important reference.
    2023-06-26 09:20:03下载
    积分:1
  • GPIO (General Purpose Input and Output ports) with microprocessor programmable t...
    GPIO (General Purpose Input and Output ports) with microprocessor programmable tri-state bus interface-Use verilog to design a 48 control points that can be programmed to input or output controller
    2022-12-18 05:15:02下载
    积分:1
  • 关于测试流程与相应规范的简单文档。 可以作为快速入门参考使用。...
    关于测试流程与相应规范的简单文档。 可以作为快速入门参考使用。-on testing process with the corresponding norms of simple document. Quick Start can be used as reference.
    2022-11-11 14:30:03下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow wi
    2022-03-25 04:58:02下载
    积分:1
  • master plan adjacency matrix storage structure; Implementation plans of the two...
    掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
    2022-08-16 14:45:07下载
    积分:1
  • 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [...
    实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include "iostream.h" #include #define LIST_INTI_SIZE 100//初始空间大小 typedef struct SqList -attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
    2022-02-01 21:43:29下载
    积分:1
  • 中文译名 人月神话,本电子书是中文版的,是项目管理和过程改进的经典书籍。...
    中文译名 人月神话,本电子书是中文版的,是软件项目管理和过程改进的经典书籍。-Chinese translation Mythical Man-Month, this book is the Chinese version, is software project management and process improvement of the classic books.
    2022-07-03 09:38:19下载
    积分:1
  • 英文 网络课 Computer Networking: A Top Down Approach Featuring the Internet, 3rd ed...
    英文 网络课件 Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004. -English Courseware Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004.
    2022-02-25 12:08:54下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载