登录
首页 » Windows开发 » a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树...

a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树...

于 2022-12-20 发布 文件大小:2.62 kB
0 227
下载积分: 2 下载次数: 1

代码说明:

a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations, is the best car lines and interchange locations. B) Summary of design : the procedures used by the data structure is linear tree and table, the algorithm used by the main sculpture, in order Huffman algorithm.

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

发表评论

0 个回复

  • MFC 计算文件MD5码 VC++
    一直找不到MD5在MFC上的源代码,从网上下载了一个C语言写的,加工了一下,改造成MFC的了,新手可以下载看看,主要的代码都在mfc_md5Dlg.cpp里,编译时,要打开 工程→设置→C/C++→分类:预编译的头文件→不使用预补偿页眉
    2022-04-17 02:02:56下载
    积分:1
  • 很多漏洞。我也不知道是什么
    很多漏洞。我也不知道是什么-many loopholes. I do not know what it is
    2023-07-17 11:15:02下载
    积分:1
  • 管理航空公司的信息. vb数据库编程练习,请大家多多指教.
    管理航空公司的信息. vb数据库编程练习,请大家多多指教.-This program can manage information of air company based on VB and SQL Server.
    2022-05-16 14:09:55下载
    积分:1
  • OpenSceneGraph中文帮助文档
    OpenSceneGraph中文帮助文档,OpenSceneGraphReferenceDocs-3.4.0.chm主要讲的是3.40版开源osg类库帮助文档。对正在进行osg开发的人非常的时候。遗憾的是帮助文档是英文版并非中文版。
    2022-08-18 10:51:18下载
    积分:1
  • 通讯录管理程序
    通讯录管理程序-Address books management program
    2022-01-26 00:17:02下载
    积分:1
  • 用c++实现 词法分析器
    用c++实现 词法分析器-used to achieve lexical analyzer
    2022-08-09 08:34:12下载
    积分:1
  • vc项目全程实录 的源代码,书上的第二个例子都有哦
    vc项目开发全程实录 的源代码,书上的第二个例子都有哦-Record vc project development throughout the source code, books, examples of both Oh ...
    2022-06-01 14:39:26下载
    积分:1
  • This Calculator S/W In C++
    This Calculator S/W In C-This Calculator S/W In C++
    2022-02-24 15:47:47下载
    积分:1
  • s3c2440bootloader STEPLDR修改版,在广告投放
    s3c2440bootloader的stepldr修改版,在ads下运行-stepldr modified version of s3c2440bootloader, in ads running
    2022-08-08 05:44:25下载
    积分:1
  • 在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
    在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。 对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。 每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。 在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求: 若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求; 一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放; 如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求; 如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
    2022-07-12 16:39:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载