-
Database system concepts fifth edition of the courseware and the answer _PPTNote...
数据库系统概念第五版课件及习题答案_PPTNotes-Database system concepts fifth edition of the courseware and the answer _PPTNotes Exercises
- 2022-04-19 07:22:26下载
- 积分:1
-
邻接表,邻接矩阵的创建以及对它的一些操作等
邻接表,邻接矩阵的创建以及对它的一些操作等-Adjacency list, adjacency matrix, as well as the creation of some of its operations
- 2023-08-30 01:40:03下载
- 积分:1
-
Tab4.rarC语言的实习作业:管理系统
Tab4.rarC语言的实习作业:管理系统-Tab4.rarC language training operations : Management System
- 2022-08-25 01:43:41下载
- 积分:1
-
数据结构 课件 东软内部资料!! 给需要的人
数据结构 课件 东软内部资料!! 给需要的人-Neusoft courseware data structure internal information! ! To those who need it
- 2022-08-08 07:28:26下载
- 积分:1
-
大型数据库,最基本的PL/SQL语句,及其基础编程。
大型数据库,最基本的PL/SQL语句,及其基础编程。-Large databases, the basic PL/SQL statement, and its basic programming.
- 2022-10-06 17:45:02下载
- 积分:1
-
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
- 2022-02-05 19:24:52下载
- 积分:1
-
Based on Visual C++ Developed in the course of its work on the elevator simulati...
基于Visual C++开发的,关于电梯工作过程的模拟的程序源代码。电梯模拟-Based on Visual C++ Developed in the course of its work on the elevator simulation program source code. Elevator Simulation
- 2022-03-06 16:08:13下载
- 积分: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
-
平衡支架
读取的字符一一 ;
忽略任何不是支架的一些种类;
所有左括号内推入堆栈 ;
为每一个右括号,请确保位于堆栈中的类型相匹配的左的括号和弹出 ;
可能会出现三种错误:
到达最后一步输入的现在还有 (左) 括号在堆栈上 ;
你找到一个右括号中输入,但在堆栈的顶部左的一个不匹配 (即,它不是同一种) ;
您尝试匹配一个右括号与左一个从堆栈,但在堆栈为空 ;
- 2023-07-15 21:35:03下载
- 积分:1
-
dbf操作软件
利用C#语言操作dbf数据库,改程序采用VFPODBC类库,利用类库提供的接口对dbf数据库进行读写删改等操作。比较少见哦,当前的数据库操作主要针对sql server、oracle等主流数据库,对dbf数据库非常少见,但是在shapefile等文件操作时非常有用。
- 2022-03-23 14:54:42下载
- 积分:1