搜索资源列表

  1. 英文阅读器

    0下载:
  2. 英文阅读器,在visual studio 2002平台下运行。导入英文文本格式就可以实现阅读。-English readers, visual studio 2002 platforms. Into English text format can be achieved reading.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:52857
    • 提供者:张思发
  1. 英文文本信息量的统计

    0下载:
  2. 基于Matlab的信息量的统计,统计给定英语文本中的信息量
  3. 所属分类:报告论文

  1. 英文阅读器

    0下载:
  2. 英文阅读器,在visual studio 2002平台下运行。导入英文文本格式就可以实现阅读。-English readers, visual studio 2002 platforms. Into English text format can be achieved reading.
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:62464
    • 提供者:张思发
  1. analy3

    0下载:
  2. 编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。 提示:对文件的分析可以使用StreamTokenizer类-prepared a text file analysis program, read an English text files, statistics words, numbers, punctuation and other elements of the nu
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:
  1. texttoaudio

    0下载:
  2. 将英文文本转换为语音的简单小程序. 只实现了最简单的功能.-English text converted to voice a simple small programs. Most were only a simple function.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:381952
    • 提供者:
  1. word_freq

    0下载:
  2. 此程序完 成任意一个英文文本文件中英文单词的统 计工作。要求:把英文单词出现频率次数 由高到低打印出来;只要英文单词形式不 一样就算两个词,不考虑词语的复数时 态。-this procedure completed an arbitrary text in English English word document statistics. Requirements : English word frequency f
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Bob
  1. huffman(c++)

    0下载:
  2. 这是我们的课程设计,采用了7位压缩,可压缩英文 文本。功能蛮强的。-This is our curriculum design, using a seven compression, compressible and English texts. Function pretty strong.
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:jiaquan
  1. HuffmanCode_java

    0下载:
  2. huffman字符编码的java实现,可将英文文本压缩为huffman编码,也可将压缩后的huffman编码解压缩为英文文本-Huffman coding characters java realized, English text can be compressed to Huffman coding, can also be compressed Huffman coding compression solutions for th
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:吴俊杰
  1. Exer8_5

    0下载:
  2. 该程序运行时能通过命令行“encrypt 文件名” 将文件名指定的英文文本文件以读/写模式打开,并通过输入的密钥单词建立正方形 密钥矩阵,再使用该密钥矩阵该将文件中的文本加密后,生成一个加密文本文件。 -The program runs through the command line encrypt filename will be the file name specified in English text fil
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:281600
    • 提供者:liu
  1. ArithemeticCoding

    0下载:
  2. 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:17408
    • 提供者:倪广波
  1. HuffmanCoding

    0下载:
  2. 根据信源压缩编码——Huffman编码的原理,用VC++语言实现对英文文本的压缩。-According to source coding- Huffman coding theory, using VC++ language implementation of the English text compression.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:清风细雨
  1. wordcounter

    0下载:
  2. C++ 程序,此程序完成任意一个英文文本文件中英文单词的统计工作-C++ program, this process is complete the English version of any document, the statistical work of the English word
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:413696
    • 提供者:sacool
  1. CountWords

    0下载:
  2. 实现英文文本出现英文单词的频率的统计,十分好用-jlsjlfff
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:1
  1. Bayes_1

    0下载:
  2. 首先,对CATEGORY中的txt文件分类; 其次,对多个txt文件中的英文文本进行分词; 最后,通过贝叶斯公式进行分类;-First, in the txt file CATEGORY classification Secondly, multiple txt files in English text word Finally, by Bayes formula to be classified
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:411648
    • 提供者:guangyu
  1. Frequencydistribution

    0下载:
  2. /*功能:从纯英文文本中统计出现频率最高的前十个单词(采用双向列表) */- Frequency distribution of the vowels and consonants used in the sample.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:972800
    • 提供者:son koukan
  1. PrivacyAndSecurity

    0下载:
  2. 毕业设计的外文文献翻译,4800中文字。 (翻译含原英文文本和翻译文本;还有PDF格式的原文献文档)-Graduation literature in foreign languages translation, 4800 Chinese characters. (Translation with the original English text and translation of the text have the o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1436672
    • 提供者:
  1. Wordfrequencystatistics

    0下载:
  2. 对英文文章的单词进行统计词频 并输出 主要应用文本分类中的对文章的处理-Word article on the English word frequency and the output of the main statistical application of text categorization of the articles deal with
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:575488
    • 提供者:feifei
  1. 基于熵理论的英文文本信息量统计

    0下载:
  2. 进行文章里的字母实验,统计了文章中的26个英文字母的熵,联合熵和条件熵。利用matlab的统计工具进行了联合熵和条件熵的简单计算,得出26个字母在《圣经》中的概率分布直方图。 关键词:熵;信息量;统计理论;联合概率;条件概率(Carry on the letter experiment in the article, count the entropy of the 26 English letters in the article,
  3. 所属分类:数学计算/工程计算

  1. 基于特征匹配的英文印刷字符识别

    0下载:
  2. 对英文文本进行提取和识别,用到特征匹配等算法,可以运行。(The English text is extracted and identified, and features matching algorithms can be used.)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-16
    • 文件大小:260096
    • 提供者:SIYEAIQIANQIAN
  1. sentiwordnet

    0下载:
  2. python3.6下英文文本预处理和情感分析(English text preprocessing and emotional analysis under python3.6)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:4467712
    • 提供者:andyporter
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org