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

算法书籍

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

代码说明:

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

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

发表评论

0 个回复

  • قاموس اكثر من4000 كلمة
    更新此文件。它在 Excel 文件作为数据库设计的。此文件包括约 4000 字。用户可以访问它,搜索任何单词含义。它包括阿拉伯语-英语单词。
    2022-01-26 04:44:39下载
    积分:1
  • 以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等....
    以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等.-to List in the form of cargo management, including Chain create, insert, delete, query, update, etc..
    2022-09-07 05:55:02下载
    积分:1
  • 用c写的链表的操作,包括关于链表的系列操作
    用c写的数据结构链表的操作,包括关于链表的系列操作-used to write the data structure Chain operations, including a series of Chain Operation
    2022-02-03 17:38:30下载
    积分:1
  • 利用Excel进行读写操作,很方便,很实用,可以试一试
    利用Excel进行读写操作,很方便,很实用,可以试一试-Use Excel to read and write operation, it is convenient and very practical, you can try
    2022-01-26 17:16:57下载
    积分:1
  • 主要涉及ADO编程模型中的记录集。
    主要涉及ADO编程模型中的记录集。-mainly involve ADO programming model of the records set.
    2023-07-05 03:15:04下载
    积分:1
  • 实例有关说明: 源:本实例使用的源在本章实例MyOdbcSmpl目录中,源为ACCESS源, 文件为Mydb.mdb。请根本章2.4.1...
    实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数 据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据 源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的 列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果, 缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显 示执行的查询。-Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the imp
    2022-11-01 23:00:03下载
    积分:1
  • 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把...
    此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols s
    2022-05-09 09:48:32下载
    积分:1
  • 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
    用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
    2023-03-26 11:35:03下载
    积分:1
  • 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题...
    算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constraints which each job can be in the same amount of time to complete the job-scheduling problem
    2023-06-07 17:40:03下载
    积分:1
  • 仿windows优化大师界面(源码)123456
    仿windows优化大师界面(源码)123456-imitation windows optimization master interface (OSS) 123456
    2022-05-29 20:00:33下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载