CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 输出文字

搜索资源列表

  1. Literature

    1下载:
  2. 文学助手的课程设计 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1733
    • 提供者:李遥
  1. StatisticsCharacters

    0下载:
  2. 可以统计出该文章中的文字、字母、数字、空格的个数。 输入的文章存储状态为静态存储,每行最多不超过80个字符,可自由定义行数N。输入的文字以文本文件的格式保存在磁盘文件中。输入的数据形式可以是大、小写英文字母,任何数字及标点符号。分四行分别输出总字数、字母数、数字个数、空格数。 -May be the statistics in the article text, letters, numbers, the number of spaces. Enter the article is s
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:662
    • 提供者:常非
  1. exercise4

    0下载:
  2. 通过构造树,实现对hospital各部分之间数目关系的表示。通过在part类里定义子类实现part之间的关联,从而最终实现通过读取相应文字而输出相对应的结果。-By constructing a tree, to realize the number of relationships between the various parts of hosptal representation. By the definition of sub-part class where the associat
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1111283
    • 提供者:lavender
  1. huffmantree6_12

    0下载:
  2. huffmantree 哈弗曼树编码、解码的C程序。输入一段文字(英文),统计这些字符出现的频率作为权值,进行哈弗曼编码,然后再进行解码,输出到屏幕上。-huffmantree Havermann tree encoding and decoding of the C program. Enter a text (in English), statistical frequency of these characters appear as the weights for Havermann e
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1522
    • 提供者:董金勇
  1. Ex1

    0下载:
  2. 输入数字,就按从小到大排序,输入文字,就反序输出-ORDER
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4806
    • 提供者:赵楠
  1. 5091209073_2

    0下载:
  2. 编写一个程序要求用户输入一段文字,然后按照每个单词的开头字母对这段文字分类统计单词的数量并排序输出。(sjtu 二专 作业2)-Write a program that requires the user to input a paragraph of text, and then follow the first letter of each word on the statistics of this text and sort out the number of words. (Sjtu
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:564054
    • 提供者:
  1. MMS

    0下载:
  2. 给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。 -Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:52320
    • 提供者:zeng jiabei
  1. huofumanbianma

    0下载:
  2. 对一段文字实现霍夫曼编码,并输出编码后的数据段,也可恢复至未编码的文字-Huffman code for a text to achieve, and output the encoded data segment, can be restored to not encoded text
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:554057
    • 提供者:kjh
  1. student-data

    0下载:
  2. 本系统地最大需求是管理学生个体的成绩,因为目标简单而明确所以设计起来并没有出现多大问题。 我主要想了一下两点。 (1) 学生信息我主要考虑了学号,姓名等最基本的问题,并且修改此类数据的方法。 (2) 成绩方面我因为面对着高中生的评分问题而设计的,所以设计上没有想很多,就是按照高三的理科生的成绩单制作了分数类的数据。 并且因为要管理这些数据并且反复使用,所以我想到了要输出到文件中保管个体的数据。 由此设计了本系统用来,实现数据储存的读取,信息显示,查找,修
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3342073
    • 提供者:李荣郁
  1. huffmanencode

    0下载:
  2. 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:38002
    • 提供者:jygb007
  1. Huffmana-tree

    0下载:
  2. 从终端输入字母和相应的频率 在内存中构造Huffman树 从终端输入任意的单词 以二进制形式输出编码后的文字(在屏幕上显示0或1表示相应的位) -Huffman tree constructed in memory from the terminal enter the letters and the corresponding frequency from the terminal to enter any word on the screen text to binary f
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:21117
    • 提供者:
  1. WordCount

    0下载:
  2. 文字转换--将输入的文字转换成相应的输出文字,可实现文件加密-Text conversion- the input text into the corresponding output text file encryption can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1568637
    • 提供者:Andy
  1. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8512
    • 提供者:江鹏源
  1. juzhenzhuanzhi

    0下载:
  2. 有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出-Input interface (graphical or text interfaces are available), can distinguish addition, subtraction, multiplication and transpositio
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1679
    • 提供者:闫铭浩
搜珍网 www.dssz.com