搜索资源列表

  1. wordMapSearch

    0下载:
  2. 在词典中找出给定的字符串的所有变位词 Find all anagram groups in a ictionary, and print them to standard output stream
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.74kb
    • 提供者:陈扬扬
  1. 231

    0下载:
  2. 读入词典文件,构造词典模型.在词典中找出给定的字符串的所有变位词.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6.74kb
    • 提供者:ye jue
  1. wordMapSearch

    0下载:
  2. 在词典中找出给定的字符串的所有变位词 Find all anagram groups in a ictionary, and print them to standard output stream-In the dictionary to find the given string to all mutase word Find all anagram groups in a ictionary, and print them t
  3. 所属分类:其他小程序

    • 发布日期:2024-11-09
    • 文件大小:6kb
    • 提供者:陈扬扬
  1. 231

    0下载:
  2. 读入词典文件,构造词典模型.在词典中找出给定的字符串的所有变位词.-Read into the dictionary file, construct the dictionary model. In the dictionary to find the given string to all variable-bit word.
  3. 所属分类:汇编语言

    • 发布日期:2024-11-09
    • 文件大小:6kb
    • 提供者:ye jue
  1. FindAnagramDoubleSum

    0下载:
  2. 用netbean编写的变位词检测程序实验和计算多个实数的和实验-Netbean prepared with variable-bit word detection procedure and calculation of a number of experiments and real experiments
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-09
    • 文件大小:1kb
    • 提供者:qianlixian
  1. Question3

    0下载:
  2. 《编程珠玑》第二章 变位词程序的实现 可更新词典 签名单词 排序单词 然后查找变位词 文本文件存储单词-" Programming Pearls" Chapter II of the implementation process variable bit word dictionary can be updated signature word sort words and then look for variable
  3. 所属分类:Windows编程

    • 发布日期:2024-11-09
    • 文件大小:1.03mb
    • 提供者:wu yunze
  1. Anagram

    0下载:
  2. 如果两个单词的组成字母完全相同,只是字母的排列顺序不一样,则它们就是变位词,两个单词相同也被认为是变位词。如tea 与eat , nic 与cin, ddc与dcd, abc与abc 等。你的任务就是判断它们是否是变位词。-If the composition of two letters the same word, just not the same as the sequence of letters, these are the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-09
    • 文件大小:204kb
    • 提供者:张杨
  1. cidianbianweicijiansuoxitong

    0下载:
  2. 词典变位词检索系统就是从词典中查找输入单词的变位词中的合法单词的系统。(扩充) 根据课程设计任务书要求,本系统开发主要完成以下功能和性能。 (1) 处理词典文件:从用户给出的词典文件中读取单词进线性表。 (2) 求出变位词并输出合法单词:输入单词后输出单词字母所有可能形成的变位词,即单词的全排列,然后从词典中检索出生成的全排列中的合法单词。 (3) 循环输入单词:系统可以循环输入单词进行检索。 -gu ge fan
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-09
    • 文件大小:557kb
    • 提供者:灵瞳之殇
  1. bianweici

    0下载:
  2. 如果两个单词的组成字母完全相同,只是字母的排列顺序不一样,则它们就是变位词,两个单词相同也被认为是变位词。如tea 与eat , nic 与cin, ddc与dcd, abc与abc 等。你的任务就是判断它们是否是变位词。 -If the composition of letters of two words is identical, just not the same as the order of the letters, i
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-09
    • 文件大小:1kb
    • 提供者:张一
  1. Lab8-3

    0下载:
  2. 编写程序,判断两个单词是否为变位词,即单词长度相同,使用字母相同,只是出现位置不同的一对词。例如:smartest 和 sttesmar。-Write a program, it is determined whether the two words for variable-bit word, i.e. the same as the length of the word, using the same letter, but dif
  3. 所属分类:其他小程序

    • 发布日期:2024-11-09
    • 文件大小:1kb
    • 提供者:zlj
  1. variant-word

    0下载:
  2. 这个程序是查找变位词的程序,适合初学者学习,里面有详细的说明-this is a program of search of variant word
  3. 所属分类:C#编程

    • 发布日期:2024-11-09
    • 文件大小:56kb
    • 提供者:xu
  1. avl_Tree

    0下载:
  2. 平衡二叉搜索树AVL的插入,并用于在 “词典(每行一个单词)”搜索变位词(例如 abc,acb互为变位词)-AVL balanced binary search tree insertion, and is used in the " Dictionary (one word per line)" Search anagram (eg abc, acb mutually anagram)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-09
    • 文件大小:184kb
    • 提供者:LIU Y
  1. bianweici

    0下载:
  2. 从文本中读取所有的单词,手动输入单词,输出文件中该单词所有的变位词-Read all the words, manually enter the word, the word to all the output file anagram the text
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-09
    • 文件大小:18kb
    • 提供者:崔一
  1. 1120 变位词

    0下载:
  2. acm 变位词 算法比较简单 是比较入门的acm题(ACM Anagram The algorithm is simple Entry is relatively acm title)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-09
    • 文件大小:6.83mb
    • 提供者:觇苂

源码中国 www.ymcn.org