-
数据结构算法集锦,采用vb语言编写,集多种常见的数据结构算法。...
数据结构算法集锦,采用vb语言编写,集多种常见的数据结构算法。-Collection algorithm data structure used vb language, multi common data structure algorithms.
- 2023-06-19 16:00:04下载
- 积分:1
-
计算行列式。完成矩阵的计算
关于行列式的计算.可以完成矩阵的有关计算-determinant of the calculation. To complete the calculation of the matrix
- 2022-03-05 21:39:00下载
- 积分:1
-
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
-
网站,主要应用学校外语系的组织机构,党团组织,学生生活,学习情况等...
网站,主要应用学校外语系的组织机构,党团组织,学生生活,学习情况等-Web site, the main application of the school foreign language department of the organization, party organizations, student life, learning, etc.
- 2022-07-07 13:50:08下载
- 积分:1
-
数据结构 严蔚敏 用到的实验代码
迷宫探险,多多分享了啊
数据结构 严蔚敏 用到的实验代码
迷宫探险,多多分享了啊-YAN Wei-min data structure used in the experiment code maze adventure, shared a lot of ah
- 2023-05-22 04:45:03下载
- 积分:1
-
这是数据结构的四则运算的c语言程序,只要编译就能运行呀!...
这是数据结构的四则运算的c语言程序,只要编译就能运行呀!-This is the data structure of the four operations c language program, as long as the compiler can run!
- 2022-01-21 01:27:28下载
- 积分:1
-
JAVA数据结构与算法的二叉树用小应用程序实现
JAVA数据结构与算法的二叉树用小应用程序实现-Java data structures and algorithms with small Application Binary Tree Program
- 2023-04-01 20:25:04下载
- 积分:1
-
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)...
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)-a VB prepared by the very representative of the database search (though not impressive interface)
- 2022-02-26 20:18:39下载
- 积分:1
-
多挖掘推特框架
应用背景从推特挖掘社交数据框架。利用推特流API,允许听多流一次。 ; ; ; ; ; ; ; ;关键技术miltiprocessing和代理允许创建多个同步流没有达到的速率限制。框架处理线程安全的SQL存储& nbsp;
- 2022-06-29 05:19:35下载
- 积分: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