-
人事管理系统VC源码
登录的用户和密码均为RSK
人事管理系统VC源码
登录的用户和密码均为RSK-Personnel Management System VC FOSS users and login passwords are RSK
- 2023-08-16 14:00:03下载
- 积分:1
-
编译原理中在自下而上分析和优先分析方法中使用的Washall算法...
编译原理中在自下而上分析和优先分析方法中使用的Washall算法-Compilation Principle of priority in the bottom-up analysis and analytical methods used in Washall algorithm
- 2022-08-18 08:36:23下载
- 积分:1
-
数据库模式读取delphi源程序,可以读取多种关系数据库
数据库模式读取delphi源程序,可以读取多种关系数据库-Delphi source code to read the database model, which can be read by a variety of relational database
- 2023-02-17 16:40:03下载
- 积分:1
-
图论常用算法的C语言程序,对于图论的一些应用有很大的指导作用!...
图论常用算法的C语言程序,对于图论的一些应用有很大的指导作用!-Graph theory algorithm commonly used C-language program, for some applications of graph theory has a great guide!
- 2022-08-21 07:03:36下载
- 积分:1
-
数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用...
数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用-Data structure based on the learning process, in the TURBO C++ Integrated environment, in particular data structure suitable for use and reference for beginners
- 2022-03-13 21:38:26下载
- 积分:1
-
经典八数码问题,回溯法的解决
经典八数码问题,回溯法的解决-eight digital classic, backtracking solution
- 2022-05-21 06:51:41下载
- 积分:1
-
程序设计:哈希表1应用程序
程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
- 2022-02-10 12:51:13下载
- 积分:1
-
A used c++ Realize the minimum spanning tree of the source code, and they hope t...
一个用c++实现的最小生成树的源代码,希望对大家有所帮助哈-A used c++ Realize the minimum spanning tree of the source code, and they hope to help everyone Kazakhstan
- 2023-07-08 02:10:03下载
- 积分:1
-
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
- 2022-02-05 19:24:52下载
- 积分: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