搜索资源列表
Code_051211_0900
- 计算机语义分析之分词,能够根据文章统计分析的结果进行自适应-computer semantic analysis segmentation, according to the article statistical analysis of the results Adaptive
chinese
- 中文信息处理基础 第一讲VC环境编程简介 第二讲文件处理 第三讲字符编码 第四讲字频统计 第五讲文本断句 第六讲语料库-Basic information first deal with English-speaking environment for programming VC brief introduction stresses the second file handle character encoding the third stresses t
fenxi
- 设计并实现C语言的词法分析程序,要求如下: (1) 可以识别出用C语言编写的源程序中每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序的注释。 (3) 可以统计源程序中的预计行数,单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检察源程序中存在的错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在的错误,进行是党的恢复,使词法分析可以继续进行, 依次词法分析处理,可以检查并报告源程序中存在的所有错误。-CiFaFe
CIFAFENXI
- C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
cc
- 随机产生若干个0~100的随机数,从键盘输入待输入的随机数的个数,并求和、平均值、最大值、最小值、并统计小于60的随机数的个数,如果结果为小数,要求小数点后面保留两位有效数字。-Randomly generating a plurality of random numbers of 0 to 100, to be entered from the keyboard to enter the number of the random number, and sum, average, maximu
Huffman-coding-and-decoding
- 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
lab2
- 利用 Parser Generator 和 VC++ 6.0 完成对给定文本单词数的统计-Use Parser Generator and VC++ 6.0 to complete the given text word count statistics
lunch-system
- 餐饮系统,指导教师管理:指导教师信息的维护(研究方向、联系方式等),指导教师可查看所属毕业生的毕业设计进度,并对毕业生提交的每阶段的设计内容进行批阅,给出毕业设计成绩。 (4)查询统计:按系别、班级指导老师等统计信息(如选题情况、设计成绩等)。 (5)系统管理:权限管理、系统维护和密码管理。 7 民航售票管理系统 -lunch system
Haffuman
- 哈夫曼编码应用。随机输入一段英文,统计输出该段英文中各字母的出现频率及总的字符数,利用哈弗曼算法对各字母进行编码并输出编码结果,输出该段英文的哈弗曼编码 -Huffman encoding applications. Random inputing a section of English, statisticing and outputing the frequency of each letter in the English and the total number of chara
lexical-analysis-procedures
- 用flex工具生成一个PL/0语言的词法分析程序,对PL/0语言的源程序进行扫描,识别出单词符号的类别,统计输出各种符号的信息。-Generation tool with a flex PL/0 language lexical analysis procedures, PL/0 language source scan, identify the word symbols category, statistical output of various symbolic information.
homework
- 有一篇文章,共有三行文字,每行有80个字符,要求分别统计出其中英文字母大写字母,小写字母,数字,空格以及其他字符的个数。-There is an article, there are three lines of text, 80 characters per line, which requires a number of statistics were English uppercase letters, lowercase letters, numbers, spaces and othe
PaiLieL
- 排列数据并筛去掉头尾,用于统计离散和平均值-Arrange the data and sieve to remove the head and tail, and the average for statistical discrete
LEX1
- 编译原理程序一。编写一个LEX源程序,使之生成可统计文本文件中字符、单词和行数,并且能够报告统计结果的程序。-A program compiler theory. Write a LEX source, so that it generates statistical characters, words and lines in a text file, and to report the results of statistical procedures.
Entropy-coding
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
2-24.l
- lex输入文件,用来统计一个文件中的word、character、line的数量,并输出结果-lex input file is used to count the number of files in a word, character, line, and outputs the result