登录
首页 » 数据结构 » A data structure of the demo program, including the order form, the generalized...

A data structure of the demo program, including the order form, the generalized...

于 2022-07-08 发布 文件大小:1.98 MB
0 183
下载积分: 2 下载次数: 1

代码说明:

一个数据结构的演示程序,包含顺序表,广义表,顺序查找等-A data structure of the demo program, including the order form, the generalized form, the order of search, etc.

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

发表评论

0 个回复

  • 进销存管理系统
    用sql sever 编制了一个数据库,delphi编制了操作界面,比较简单,可以通过这很好的学习delphi和数据库这块的内容,如sql 查询语言。
    2022-01-25 19:24:51下载
    积分:1
  • 实现的功能是把库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作...
    实现的功能是把数据库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作-the functions of the database records to the list view and can be recorded to add, delete, modify, search operation
    2022-10-20 20:55:04下载
    积分:1
  • Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms...
    穷举密码算法 /在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 //如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is password subscript binary problems.// Another example of this statement to write a document relatively low efficiency, in order to reduce the algorithm complexity is not optimized.// If you want to improve the efficiency of writing documents, you can use the buffer, write in batches.
    2023-09-07 14:55:03下载
    积分:1
  • asp access database develepment
    asp access数据库开发实例,分后台和前台-asp access database develepment
    2022-01-28 12:05:43下载
    积分:1
  • JSP servlet Postgre MVC framework ... online library system source code. CMU Pra...
    JSP+Postgre+servlet MVC架构... 网上图书馆系统原代码. CMU课程实践课程 -JSP servlet Postgre MVC framework ... online library system source code. CMU Practice courses
    2022-03-17 10:31:32下载
    积分:1
  • 快递服务编排系统
    快递服务编排系统是捡项目从客户的跟踪和记录。
    2023-07-22 19:45:03下载
    积分:1
  • 无穷大的两个相加或相乘
    无穷大的两个数相加或相乘,利用堆栈,是数据结构中重要的一部分,代码注释清晰,利用初学者使用
    2022-11-11 13:20:04下载
    积分:1
  • 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
    由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
    2022-03-19 13:35:27下载
    积分:1
  • Matlab increase of the Matlab language, the basic format. While providing a weal...
    Matlab提高篇介绍了Matlab的语言的一些基本格式。同时提供了丰富的实例,让读者整整体会该语言。-Matlab increase of the Matlab language, the basic format. While providing a wealth of examples to enable readers to a full understanding of the language.
    2022-02-07 03:41:59下载
    积分: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
  • 696516资源总数
  • 106633会员总数
  • 4今日下载