搜索资源列表

  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. 1-词频统计_code

    0下载:
  2. c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27924
    • 提供者:11
  1. 单词统计o

    0下载:
  2. WINDOWS编程,单词统计程序 使用: 运行程序后,选择菜单“文件”/“打开” 打开“Word.dat”或“数单词调入.txt”.将显 示文本并统计单词数目。也可自己编辑英文文本 文档调入。-Windows programming, statistical procedures for the use of the word : operational procedures, select menu "d
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36720
    • 提供者:王明
  1. 单词查找及统计系统

    0下载:
  2. 该程序由键盘输入一个符合上述约定的文本文件名和一个单词,计算该单词在该文件中出现的次数,并输出包含该单词的所有句子(按句子在文件中的先后次序,依次输出)。-the program by a keyboard above the agreed text file name and a word, the calculation of the word in the document the number of occurrences o
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:47493
    • 提供者:宁夏
  1. 6_7

    0下载:
  2. 简单的C++下的一些数学代码百马百担+判素数+统计单词+裴波那斯等-C simple mathematical code some 100 Ma said 100-words - a few statistics it is so Peibei
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:zw
  1. jeromel

    0下载:
  2. 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table stora
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21297
    • 提供者:芦林飞
  1. 文字处理带哈弗曼树统计

    0下载:
  2. windows界面文字统计 单词数量 画树等等
  3. 所属分类:编辑框

  1. 单词统计

    0下载:
  2. 这是简单的单词统计程序,大家多多指教- This is the simple word statistics procedure, everybody many advises
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-03
    • 文件大小:3072
    • 提供者:张叶
  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-03
    • 文件大小:5120
    • 提供者:米子
  1. 1-词频统计_code

    0下载:
  2. c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:40960
    • 提供者:11
  1. 单词统计o

    0下载:
  2. WINDOWS编程,单词统计程序 使用: 运行程序后,选择菜单“文件”/“打开” 打开“Word.dat”或“数单词调入.txt”.将显 示文本并统计单词数目。也可自己编辑英文文本 文档调入。-Windows programming, statistical procedures for the use of the word : operational procedures, select menu "d
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:36864
    • 提供者:王明
  1. 单词查找及统计系统

    0下载:
  2. 该程序由键盘输入一个符合上述约定的文本文件名和一个单词,计算该单词在该文件中出现的次数,并输出包含该单词的所有句子(按句子在文件中的先后次序,依次输出)。-the program by a keyboard above the agreed text file name and a word, the calculation of the word in the document the number of occurrences o
  3. 所属分类:文件操作

    • 发布日期:2024-06-03
    • 文件大小:61440
    • 提供者:宁夏
  1. WordCount

    0下载:
  2. 单词统计 一个个人用Java 写的小程序-a personal word with Java write small programs
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-03
    • 文件大小:6144
    • 提供者:王小明
  1. WordSelect

    0下载:
  2. 很多人都熟悉的单词统计程序,声明是同学编的。就说这些吧。-many people are familiar with the word statistical procedures, the statement was addendum to the students. These say it.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-03
    • 文件大小:209920
    • 提供者:孙一
  1. CountWord

    0下载:
  2. 一个统计英语单词出现频率的软件源程序,结果按频率从大到小排列,并给出频率.该软件将统计结果存于记事本中.-an English word frequency source software, according to the results with the smallest frequency, given frequency. The software will be stored in statistical results we
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-06-03
    • 文件大小:33792
    • 提供者:李真
  1. 统计单词数

    0下载:
  2. 一个统计单词个数的c语言小程序,通过英语的语法特征进行单词的个数统计,简单实用(A small number of statistical words, simple and practical.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:192512
    • 提供者:lamcr
  1. 词频统计

    0下载:
  2. 进行词频统计,将不同的单词存入堆中,建立相应的索引表确定各单词在堆中存储的位置及出现的次数。(Will different words in the heap, establish the corresponding index table to determine the position of each word in the heap storage and the number of occurrences of.)
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:13312
    • 提供者:露露和
  1. 字符串综合

    0下载:
  2. 素数对 统计单词数 反正很简单也很容易学 信息竞赛入门水题(A prime number is simple to count the number of words, and it's easy to learn the entry of information competition.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:994304
    • 提供者:tanxys
  1. str终版

    0下载:
  2. 统计单词出现的次数,并按照出现的次数排序(The number of occurrences of statistical words)
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:漏油QAQ
  1. 统计单词频率

    0下载:
  2. 统计文件中单词个数以及各大写、小写字符,数字、空格数目。(The number of words in a statistical file and the number of capitals, lowercase characters, numbers, and spaces.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:kelvin zhang
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org