搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
decisionBoundaryPlot
- 采用matlab编写的,采用二进制进行模式分类的程序,-prepared using Matlab, using binary for pattern classification procedures,
词法分析器11
- 词法分析,对所给定的程序,进行符合条件的词法分析。结果分类输出!-lexical analysis, the right to have the procedure conducted in accordance with the conditions of lexical analysis. The results of the output!
k-search2
- 一个功能强大的搜索系统,具有无限级的分类功能,对每一个分类生成静态分类目录,大大减轻了服务器负担 v2.1版本重新编写了程序代码,优化了程序结构,增强了多个功能,使系统更稳定、速度更快,添加了静态目录的分页功能、相关搜索功能(关键词统计)、批量删除分类、网站功能 -a powerful search system with unlimited levels of functional classification, a classification of each generation
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
WNN_algorithm1
- 小波神经网络程序,收敛性比BP神经网络好,可用于分类,函数逼近等-wavelet neural network program, convergence than BP neural network, and can be used for classification, function approximation etc.
模式识别分类器
- 本程序用来实现模式识别中二维线性变换的分类其设计-the procedures used for pattern recognition of two-dimensional linear transform its design classification
BayesClassifier
- 一个用c#写的贝叶斯分类程序源代码,带图形界面!-c # using a Bayesian classification write source code, with a graphical interface!
patternRecognition1
- 《图像模式识别之VC++技术实现》的附带光盘(上篇:分类程序)
用C语言编写的一个编译器小程序
- 用C语言编写的一个编译器小程序 可以读出输入的字符串并把他按照字母,符号,数字等分类,希望给初学编译原理的网友有帮助。
classify
- 文本分类程序,一个文本文件通常要根据某些关键词将文本内容分开来,可以输入多个关键词,文本中的任一行含有其中一个关键词就会被分离出来
PL0词法分析程序
- 这是一个PL0编译系统的词法分析程序 能识别出所有的单词并分类-PL0 This is a compiler of lexical analysis procedure to identify all the words and classification
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
textcatagoly
- 此为文本分类程序, 属于自然语言理解,通过对给定数量文本进行训练,可以达到对未知文本进行自动分类的目的-This is the text categorization process, belonging to natural language understanding, through a given number of training text, the text of the unknown can be achieved for the purpose of automatic cl
fenlei
- 可以对编辑好的文件库进行文件分类程序源代码,此程序简单易懂-Classification of a file source code
pattenrecongition
- 通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the judge, which is known to identify
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too
matlab-SVM
- SVM分类程序,可进行多分类,可直接在MATLAB平台上运行,已试过-SVM classification procedure, the multi-classification
Classification
- 一个C++程序能够实现对车辆图片的分类代码(To achieve the classification of vehicle picture code)
VaR的HS方法前期程序
- 对输入数据进行排序,按照区间进行分类并计算概率,然后画图