-
数据结构基本算法实现 用C++实现理发馆防真功能
数据结构基本算法实现 用C++实现理发馆防真功能-basic data structure algorithm in C-achieving barber"s shop really function
- 2022-12-10 19:25: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
-
Unix下Oracle数据库开发必备资料
Unix下Oracle数据库开发必备资料-Unix under the essential information on Oracle database development
- 2023-08-22 06:10:03下载
- 积分:1
-
学习数据结构写的排序代码,有冒泡排序、直接插入、希尔排序、简单选择排序、快速排序、堆排序...
学习数据结构写的排序代码,有冒泡排序、直接插入、希尔排序、简单选择排序、快速排序、堆排序-study data structure was sort of code, Bubble Sort directly inserted, Hill, in order of simple choice, in order of Quick Sort, Heap Sort
- 2022-06-27 11:18:18下载
- 积分:1
-
人力资源管理系统
人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势
- 2022-03-06 07:32:11下载
- 积分:1
-
circular linked list node wait
环形链表结点出排-circular linked list node wait-
- 2022-02-27 07:00:39下载
- 积分:1
-
医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统,以病人就诊的流程中的站点为基本要素,使数据信息一体化、统一化的一个门诊管理系统。...
医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统,以病人就诊的流程中的站点为基本要素,使数据信息一体化、统一化的一个门诊管理系统。-it is by any Tianhua hospitalcompletely self-developed databasemanagementsystem for patients in the treatment processas the basic elements of the site to make data integration, unified management system of a patient.
- 2022-03-01 09:16:25下载
- 积分:1
-
数据统计
对给定书的总页码,计算出书的全部页码中分别用到多少次数字0,1,2,3...9.-DataStatistics
- 2023-02-19 09:55:03下载
- 积分:1
-
There are binary search, binary conversion, data structure, traveling salesman a...
这里面有二分查找、进制转换、数据结构、货郎担算法、动态网络最短路线等等很多很多的程序-There are binary search, binary conversion, data structure, traveling salesman algorithm, dynamic shortest route network and so on many, many procedures
- 2023-02-21 00:15:04下载
- 积分:1
-
动态规划的石子问题算法下载压缩包后,解压,使用vc
动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
- 2022-07-18 16:07:24下载
- 积分:1