登录
首页 » Windows开发 » System design and testing document for an online ticketing system.

System design and testing document for an online ticketing system.

于 2022-04-08 发布 文件大小:1.07 MB
0 200
下载积分: 2 下载次数: 1

代码说明:

System design and testing document for an online ticketing system.

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

发表评论

0 个回复

  • the book is Microsoft Press MicrosoftVisualStudio authorized by the Chinese edit...
    本书是美国微软出版社授权的MicrosoftVisualStudio中文版系列中的一本。全书按字母顺序列出了VisualBasic6.0的函数、语句、方法、属性及事件,附录部分提供了ANSI字符集、数据类型、运算符等等的数学函数及转换函数。本书不但是从事VisualBasic6.0应用和开发人员的工具书,也可作为大专院校相关专业的师生、科研院所的科技人员自学和教学的重要参考书。本书还提供配套的电子书,以方便读者携带、学习和长久保存。-the book is Microsoft Press MicrosoftVisualStudio authorized by the Chinese edition of the series, one. The book listed in alphabetical order by VB6.0 functions, the statement, methods, properties and events, appendix portion of the ANSI character set, data types, etc. Operators of mathematical functions and conversion functions. This book is not only engaged in the development of Visual Basic 6.0 applications and the tools that can be as professional institutions related to the teachers and students, research institutes and technological personnel in learning and teaching as an important reference book. The book also provides matching e-books, for the convenience of the reader to carry, learning and the long-term preservation.
    2022-04-26 23:53:51下载
    积分:1
  • This is shopping system, the merchandise stores at selected Add to shopping cart...
    这是商店购物系统,在商店里的商品选中的放入购物车,再去售票口。-This is shopping system, the merchandise stores at selected Add to shopping cart, then the ticket booth.
    2023-03-14 08:50:03下载
    积分:1
  • 扩频通信仿真,仿真平台,仿真…
    扩频通信仿真,给出了仿真平台,通过仿真可以了解扩频通信原理-Spread spectrum communication simulation, the simulation platform, the simulation can understand the principle of spread spectrum communication
    2023-03-16 13:35:04下载
    积分:1
  • the procedures for multilateral splitting shape of the cutting, used by the cutt...
    本程序实现多边开边形的裁剪,采用逐边裁剪的思想,值得新手一看。-the procedures for multilateral splitting shape of the cutting, used by the cutting edge thinking, it is worth a look at newcomers.
    2022-02-25 13:14:17下载
    积分:1
  • jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不布 6. 日记评论 7...
    jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不发布 6. 日记评论 7. 可视化访问统计 8. 可单独跟踪某篇日记 9. 日记与评论搜索 10. 会员注册 11. 支持RSS1.0,2.0及ATOM 12. 日记排序 13. 日记可选择天气与心情指数-jDlog include these functions:1. catalog 2. short message 3.hide log 4.HTML style editor for logs and comments 5.save the log as draft 6.comment support 7.accessing Stat 8.log track 9.search support 10.user register 11.RSS1.0/2.0 and ATOM support 12 log sort 13 select weather and heart
    2022-06-02 13:01:49下载
    积分:1
  • 实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。...
    实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。-It must complete the function which guarntee that hunters,wolves and dogs can cross the river on the condition that they are safe.
    2022-06-18 13:00:49下载
    积分:1
  • 实现基于二叉树表示的算术表达式Expression的操作。 (3) 程序执行的命令为: 1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)...
    实现基于二叉树表示的算术表达式Expression的操作。 (3) 程序执行的命令为: 1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)常量合并后表达式;5)赋值后的表达式;6)表达式的复合。 -Binary tree based on the arithmetic expression Expression express operation. (3) procedures for the implementation of the command as follows: 1) input expression 2) expression of the output prefix 3) the output is made up of expressions 4) constant expression after the merger 5) after the assignment expression 6) expression type of composite.
    2022-12-31 20:00:03下载
    积分:1
  • AODV 工作源代码
    AODV 是一种按需路由协议。它从数目的路径选择最短路径。它包括三个阶段: RREQ 路由请求、 RREP 路由答复和 RRER 错误消息路由。存储节点将播出自己的 id 给邻居使用你好消息。您可以检查源代码在 ns2 文件夹 aodv.cc 和 aodv.h 来获取关于这个专题的详细信息。AODV 包含四个表,即,AODV 的邻居表、 AODV 前体列表、 AODV 广播的 ID 表和 AODV 路由表。Neighbortable 用来存储任何节点的邻居的 ID。以上就是描绘了相邻表的类,它具有公共的 andprotected 成员。在公共成员就只有一个成员函数 "AODV_Neighbour" 是实际上是一个构造函数,它 initializethe 变量 "nb_addr" 创建类实例时。它是由两个组成的 inprotected 的成员变量 1) nb_addr 和 2) nb_expire。这两个变量是商店的邻居表中。第是邻居地址,第二个是到期时间为基于。这些表或类是保持运行 AODV 协议的 thetopology 中的所有节点。Precursorlist 维护 RREQ 源和 RREQ 目的地 whilegiving 答复到源的 id。它定期删除该条目。BroadcastIdclass 是 SourceAdress(nsaddr_t src),Currentnode"Id (u_int32_t id) 的存储并使其过期时间,播出的 idrecord。在 AODV 协议源启动 RREQ 数据包时它 willbroacast 在自然和 RREQ 数据包还有一个 rq-> rq_bcast_id 的字段代表当前 RREQ 广播 id 值。所以 whileforwarding RREQ 数据包的每个节点维护此表,因此 calledBroadcastID 表的处理广播请求数据包。像所有无功的协议,在 AODV,哲学是由节点点播只传播拓扑信息。当一个节点要传输到对没有路由的主机通信时,它将生成将会被淹没一个有限的方式到其他节点的 re
    2022-05-05 17:04:43下载
    积分:1
  • 拉伸图象,如何使用图象
    拉伸图象,如何使用图象-tensile images, the use of image
    2022-02-01 17:38:31下载
    积分:1
  • evaluacion practica 2
    evaluacion practica 2
    2022-01-25 14:58:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载