登录
首页 » 软件系统 » 长沙市公交车查询系统可行性研究报告 从工程的角度对其可行性进行分析...

长沙市公交车查询系统可行性研究报告 从工程的角度对其可行性进行分析...

于 2022-09-23 发布 文件大小:26.87 kB
0 207
下载积分: 2 下载次数: 1

代码说明:

长沙市公交车查询系统可行性研究报告 从工程的角度对其可行性进行分析-Changsha city bus system for the feasibility study report from an engineering point of view of its feasibility analysis

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

发表评论

0 个回复

  • 这是一些省市高等教育自学考试工程试题,相信帮助那些参加这方面考试的人会有不少的帮助.每套卷子后都有详细的答案....
    这是一些省市高等教育自学考试软件工程试题,相信帮助那些参加这方面考试的人会有不少的帮助.每套卷子后都有详细的答案.-some provinces higher education self-study examination of software engineering questions, I believe that to help those involved in this examination will have a lot of input. After testing each have a detailed answer.
    2023-05-10 05:40:03下载
    积分:1
  • 麻省理工学院(MIT)的《算法导论》课程讲义。 配套教材算法导论(Introduction to Algorithms)一书,全面地介绍了计算机算法。对每一...
    麻省理工学院(MIT)的《算法导论》课程讲义。 配套教材算法导论(Introduction to Algorithms)一书,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。该书提供了900多个练习题和思考题以及叙述较为详细的实例研究。 本讲义可以作为原书的参考资料使用,使得您学习《算法导论》之过程如鱼得水。
    2023-06-23 23:45:05下载
    积分:1
  • 第二十一世纪是知识的时代
    21世纪是知识经济的时代,组织和利用知识信息的有力武器――数据库将继续得到广泛应用。数据库(Database,即DB)是存储在一起的相关数据的集合,是存储数据的“仓库”。其名词源于20世纪50年代,美国为战争的需要,把各种情报案中在一起,存入计算机。60年代数据库帮助设计了阿波罗登月火箭,推动了数据库技术的产生。70年代,数据库蓬勃发展,网状系统和层次系统占领了市场,并且关系数据库理论也日趋完善。80年代起,关系数据库产品已相当成熟,后来有了分布式数据库系统(Distributed Database Systems)、数据库机(Datsbase Machines)、知识库(Knowledge Base)系统相知识机。现在,数据库技术已成为计算机领域最重要的技术之一,它是软件学科中一个独立分支(即研究数据库的结构、存储、设计和使用的一门软件学科)。-The 21st century is the era of knowledge-based economy, organization and use of knowledge and information of a powerful weapon- the database will continue to be widely applied. Database (Database, or DB) is stored together a collection of related data is stored data "warehouse." The term originated from the 20th century, 50 s, the United States for the war needs, the case of the various information together into a computer. 60 s database to help design the Apollo moon rocket to promote the generation of database technology. 70 years, vigorous development of the database, network systems, and levels of the system o
    2023-01-10 20:55:03下载
    积分:1
  • Case: library management system project development plan document software engin...
    案例:图书管理系统项目开发计划 软件工程课程设计文档-Case: library management system project development plan document software engineering course design
    2022-09-18 04:05:03下载
    积分:1
  • ITU656介绍,提供使用者了解ITU
    ITU656介绍,提供使用者了解ITU-R BT.601规范-ITU656 introduction to provide the user understand the specification ITU-R BT.601
    2023-06-09 21:30:03下载
    积分:1
  • TCL编程。很有用的
    tcl programming. very useful-tcl programming
    2023-06-10 10:55:03下载
    积分:1
  • TH温湿度传感器的通信协议说明,modbus协议的
    TH温湿度传感器的通信协议说明,modbus协议的-the discription of the humitural sensor that is based on modbus protocol
    2022-06-01 03:29:20下载
    积分:1
  • 2 自由机器人手臂运动范围检查
    这是 2 自由机器人手臂运动范围检查。公共类 TDraw {私人 PictureBox picbox = null ; 私人位图位图 = null ; 私人图形 = null ; 私人双 xmin,xmax,ymin,ymax ; 논리좌표최소최대 / / 논리좌표를좌표로public 浮球的 xpixelpos (双 xpo) {返回 Convert.ToSingle (picbox。ClientSize.Width/(xmax-xmin) * (xpos-xmin)) ;}公众持股量 ypixelpos (双 ypos) {返回 Convert.ToSingle(-picbox.ClientSize.Height / (ymax-ymin) * (ypos-ymin) + picbox。ClientSize.Height) ;}公众持股量 xpixelsize(double xsize) {返回 Convert.ToSingle (picbox。ClientSize.Width * xsize/(xmax-xmin)) ;}公众持股量 ypixelsize(double ysize) {返回 Convert.ToSingle (picbox。ClientSize.Height * ysize/(ymax-ymin)) ;}pixel좌표를논리좌표로public 双 xposD (浮法 xpixel) {返回 Convert.ToDouble ((xmax-xmin) / picbox。ClientSize.Width * xpixel + xmin);}公共双 yposD (浮法 ypixel) {返回 Convert.ToDouble ((ymax-ymin) / (-picbox。ClientSize.Height) * (ypixel-picbox。ClientSize.Height) + ymin) ;}公共双 xsizeD (浮法 xpixelsize) {返回 Convert.ToDouble (xpixelsize/picbox。ClientSize.Width * (xmax-xmin)) ;}公共双 ysizeD (浮法 ypixelsize) {返回 Convert.ToDouble (ypixelsize/picbox。Clie
    2022-10-29 14:20:03下载
    积分:1
  • 详细介绍了数据结构的知识,给出了很多具体的实例参考。
    详细介绍了数据结构的知识,给出了很多具体的实例参考。-Detailed data structure of knowledge, given a lot of reference to specific examples.
    2022-05-10 20:31:24下载
    积分:1
  • Grapheur java sur axe x et y
    2022-08-17 23:30:12下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载