-
MS-PS算法实现
MS-PS是data mining 的实用算法之一。其有多个minimum support, 对数据进行更有利的提取。得到想要的association rule 和sequential pattern.
- 2022-11-26 22:30:04下载
- 积分:1
-
此源代码(可编程中断控制器),用于…
This the source code for PIC(Programmable Interrupt Controller) which is used in computer interface-This is the source code for PIC(Programmable Interrupt Controller) which is used in computer interface
- 2022-02-01 16:07:08下载
- 积分:1
-
本程序能实现对学生成绩的管理,是一个成绩管理系统 。
本程序能实现对学生成绩的管理,是一个成绩管理系统 。-the procedures for the performance of their students achieve the management, is a performance management system.
- 2022-04-30 03:34:47下载
- 积分:1
-
Finds the polynomial p10 of degree less than or equal to 10 that interpolates...
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be Chebyshevs.
- 2022-06-21 05:46:33下载
- 积分:1
-
Torres de hanoi c#
求解河内塔的算法,基于堆栈和队列,用c编写#
- 2022-10-01 03:20:03下载
- 积分:1
-
简单的广播
这是一个小的程序在 NS2 中为简单广播数据包从服务器到客户端的无线介质中
- 2022-07-10 14:36:06下载
- 积分:1
-
Gaussian Elimination Solution equation c procedures
高斯消去解方程组c++程序-Gaussian Elimination Solution equation c procedures
- 2022-11-18 19:05:03下载
- 积分:1
-
DFA 最小化
一个简单的确定性有限自动机最小化算法的C++。它使用一个类来表示的DFA从文本文件中读取。的最小化是通过一个函数对象完成的,并且最小化该处被显示在控制台。
- 2022-03-05 04:51:12下载
- 积分:1
-
PCA用来降维的MATLAB代码,给出了程序
PCA用来降维的MATLAB代码,给出了程序,给出了具体算法的思想和过程,成功地运用于相关性的去除保留样本信息,实现样本空间的降维和去相关性
- 2023-07-07 07:00:03下载
- 积分:1
-
算符优先文法
本课程设计的题目为“FirstVT集和LastVT集生成算法模拟”,它是算符优先分析算法中判断三种优先关系的关键。算符优先分析算法是自底向上分析方法的一种。所谓自底向上分析,也称移近—规约分析,粗略地说它的实现思想是对输入符号串自左向右进行扫描,并将输入符逐个移入一个后进先出的栈中,边移进边分析,一旦栈顶符号串形成某个句型的句柄或可规约串,就用该产生式的左部非终结符代替相应右部的文法符号串,这称为一部规约。重复这一过程直到规约到栈中只剩文法的开始符号则为分析成功,也就确认输入串是该文法的句子。而算符优先分析算法的基本思想只是规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。
本课程设计的要求就是根据文法构造FirstVT集和LastVT集,为以后扩充建造算符优先分析表打好基础。
- 2023-05-23 11:25:04下载
- 积分:1