登录
首页 » 数据结构 » 算法书籍

算法书籍

于 2023-03-31 发布 文件大小:5.27 MB
0 167
下载积分: 2 下载次数: 1

代码说明:

算法书籍---一本很好的算法书,希望大家喜欢-Algorithm

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

发表评论

0 个回复

  • 停车场管理系统的源代码
    由于停车场是一个狭窄通道,而且只有一个大门可供汽车进出,问题要求汽车停车场内按车辆到达时间的先后顺序,依次由北向南排列。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,我设计用顺序存储结构来存储停车场内的车辆信息,并给车辆按进栈顺序编号,当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是个一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车。当停车场满后,继续进来的汽车需要停放在停车场旁边的便道上等候,若停车场有汽车开走,则按排队的先后顺序依次进站,最先进入便道的汽车将会最先进入停车场,这完全是一个先进先出模型,因此可设计一个队列来模拟便道,队列中的数据元素设计成汽车的车牌号,并以链表的形式存储。另外,停车场根据汽车在停车场内停放的总时长来收费的,在便道上的时间不计费,因此必须记录车辆进入停车场时的时间和车辆离开停车场时的时间,然后计算、显示费用情况。
    2023-04-01 23:20:03下载
    积分:1
  • SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.-SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image/video applications.
    2022-07-04 13:52:17下载
    积分:1
  • 税率倒算,把原来计算好额倒算回来。帐号有两种,一种是只查看的,一种是只计算的。...
    税率倒算,把原来计算好数额倒算回来。帐号有两种,一种是只查看的,一种是只计算的。-倒算rate, a good amount of the original calculation倒算back. Account there are two types of view only, and one is the only calculation.
    2022-03-21 19:13:27下载
    积分:1
  • floyd,求最短路径的算法。。求任意两点间的最短距离
    floyd,求最短路径的算法。。求任意两点间的最短距离-floyd, seeking the shortest path algorithms. . Arbitrary order of the shortest distance between two points
    2022-07-13 09:49:18下载
    积分:1
  • SSD9课程的exercise的最终版本源代码,包括库的脚本文件
    SSD9课程的exercise的最终版本源代码,包括数据库的脚本文件-SSD9 the final version of the exercise program source code, including database script files
    2023-07-11 14:05:05下载
    积分:1
  • 北京yd大学软件工程研究生的课程
    北京yd大学软件工程研究生的课程---数据库设计开发,,ppt格式-Beijing yd University Software Engineering postgraduate courses--- database design and development,, ppt format
    2023-08-27 08:00:04下载
    积分:1
  • Manager: In this system there is only one administrator, that is, the system adm...
    管理员:在此系统中只有一个管理员,即系统管理员。具有一般用户所没有的权限,即具有管理一般用户、试题管理功能。 管理员可以向题库中添加各种类型且符合要求的试题,也可以对它们进行修改和删除。同时,管理员也能对科目、用户、考试记录等数据进行管理。 试题管理-Manager: In this system there is only one administrator, that is, the system administrator. General users do not have permission, that is, with the management of general users, test management capabilities. Administrators can add to the questions of all types and meet the requirements of the test, can also modify and delete them. At the same time, administrators can also subjects the user, the examination of data records management. Test Management
    2022-05-17 02:44:48下载
    积分:1
  • 建立快速傅利叶变换 C 语言源代码 17K
    建立快速傅利叶变换 C 语言源代码 17K-establish Fast Fourier Transform C language source code 24K
    2022-04-20 19:23:52下载
    积分:1
  • 本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考....
    本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!-err
    2023-06-26 16:35:04下载
    积分:1
  • 通过对进行必要加工后的果判断的存储方式,即,CPU的大端,小端...
    通过对数据进行必要加工后的结果判断数据的存储方式,即,CPU的大端,小端-Through the data necessary to determine the results of processed data is stored, that is, CPU s big-endian, little-endian
    2022-09-19 01:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载