搜索资源列表
BottomUpParser
- (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb 文件/noun” 这样的例子时结果就不同: -(1)
DifferenceEngine
- Diff引擎,可以比较文本文件和二进制文件-Diff engines can compare text files and binary files
textcompare
- 两个文本文件的比较 并把两个文本的变更找出来-two text files and compare the two texts to find out the changes
FileCmpr
- File Compare . This program is typically used to compare two text files—drag files to the Left and Right drop zones in the Compare Files window, and FileMerge will put up a comparison page that shows the differences between the two files
huibian
- 这是汇编语言的一些学习程序,包括了许多的东西分支程序设计: 1、编写程序,键入学生成绩(百分制),按A、B、C、D显示在屏幕上。 2、编写一程序,比较两个字符串所含字符是否相等,如果相等,在屏幕 上显示“Y”,反之显示“N”。 循环程序设计: 1、设有一段文字,编写一段程序查找字母a出现的次数,并显示在屏幕上。 2、编写程序,求出100以内既能被2整除又能被3整除的数,并显示在屏 幕上。 子程序设计: 1、编写子程序,分别计算100以内所有奇数之和与所有偶数之和,
Untitled
- 可以识别文字,先计算梯度,比较梯度差,用一定阈值分隔出文字区域-Can identify the text, first calculate the gradient, gradient difference to compare with a certain threshold separates the text area
Textdiff
- 好用的文本比较工具,可比较两份文档不同地方-Good use of text comparison tool, can be in different places to compare two documents
SentimentClassification
- 任务描述:本实验要求对文本的情感态度进行二元分类(P/N)。这首先要求通过读入训 练数据并学习来建立一个文本模型,然后通过这一模型来判断测试文本的情感态度,并且与 所持有的标签进行对比,从而得到对该模型的评价。-Task Descr iption: This experiment requires emotional attitude text will be binary classification (P/N). This requires training data by read
