CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 英文 单词

搜索资源列表

  1. phonenumber-vs-words

    0下载:
  2. 电话号码对应的英文单词,递归与非递归 ,-Telephone number corresponding English words, recursive and non-recursive, recursive and non-recursive
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:949
    • 提供者:李成
  1. Access

    0下载:
  2. vba常用英文单词,多学多记我练,会进步的!-VBA commonly used English words, learn more to remember me to practice, will progress!
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5859
    • 提供者:fjmqfsl
  1. AVL

    0下载:
  2. 平衡二叉树,实现从文件中读取英文单词然后插入到二叉树中,可以查找,并打印出来-Balanced binary tree to achieve two, remove the word read from the file TXT, inserted into the two fork tree, you can find, and print them out
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1916
    • 提供者:lucky
  1. erlang3

    0下载:
  2. 1.Erlang二分搜索 从一个已排好序的列表中寻找是否包含某元素,返回true/false 2.为文本建立索引 给定一个由英文单词构成的文件,为文件中所有单词建立索引,记录每个单词出现的行号和每行出现的次数,并将索引存入一个文件。 -1.Erlang binary search from an already sorted list to find if a certain element, returns true/false 2. Establish a file inde
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1389
    • 提供者:肖捷
  1. zhongwenld

    0下载:
  2. vb语音朗读源码,对英文的支持良好,虽然支持中文,但好像读取不出中文发言,你可以试着输入一些英文单词或句子,点击“朗读”按钮,程序就能读出这些句子或单词,发单还凑合哦。-vb voice reading the source code, support for English is good, although support for Chinese, speak Chinese but it seems not to read, you can try to enter some Englis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2132
    • 提供者:wpudn16
  1. pincheck

    0下载:
  2. Visual C++单词拼写检查器,以命令提示符窗口的形式运行,运行后你可以根据提示输入一段英文字母,本程序会检查你输入的单词拼写是否正确,暂时只支持英文单词的检查,不支持中文拼写检查。-Visual C++ word spelling checker to a command prompt window in the form of running, running after you can be prompted to enter some letters, the program wil
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1987138
    • 提供者:kpudn16
  1. hw23

    0下载:
  2. 读电话号码,输入是英文单词形式,输出数字形式的号码-Read phone number, enter the English word forms, output in digital form number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:684
    • 提供者:zhangyuming
  1. CountEnglishWords

    0下载:
  2. 统计指定文件中的英文单词数量,并且按照字母表的顺序进行处理-count the amount of english
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:665
    • 提供者:twocucao
  1. sort

    0下载:
  2. 利用插入排序和首字母归类统计英文单词的词频,经过一些优化-Use insertion sort and classify the first letter of the English word word frequency statistics, after some optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1344
    • 提供者:李季
  1. Word-processing

    2下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 例如文本文件input.txt为: Hello world. Hello every one. Let us go. 则输
  3. 所属分类:File Operate

    • 发布日期:2016-12-09
    • 文件大小:22528
    • 提供者:东东摩
  1. c-code

    0下载:
  2. 输入一个英文单词,判断该英文单词是否为对称的-Enter an English word, it is determined whether or not the English word for the symmetrical
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:38662
    • 提供者:
  1. words_statitstics

    0下载:
  2. 统计某.txt文件中出现的所有英文单词并进行排序,把结果输出到另一个.txt文档中-calculate how many times the words appearing in the document
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:113696
    • 提供者:zhizhizhi
  1. yingwenpaiban

    0下载:
  2. 给定一篇包含 N 个单词的诗,每个单词的物理长度依次为 a[0],a[1],...,a[N-1]。欲将诗分成两个段落,每个段落至少有一个单词,每个段落的排版应遵循以下规则: 每行可容纳的总字符数为 M; 每个单词必须在同一行,不得断开换行; 同一行的每两个单词之间有且仅有一个空格,不考虑其他标点符号; 采用左对齐的方式排版,即每行的第一个单词排在该行最左侧; 假设排版之后共有 m 行,每行末端没有英文单词的空档长度记作 s[0],s[1],...,s[m-1]。 不
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:22791
    • 提供者:wendy
  1. D3

    0下载:
  2. 一个简单的Java程序,输入英文单词前两个字母判断星期几-A simple Java program, input the first two letters of English word to judgment the day
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:57196
    • 提供者:
  1. a

    0下载:
  2. 用来把英文单词词干化,从而节省内存,减小空间-Used the English word stemming, thus saving memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7370
    • 提供者:ba310isn
  1. a

    0下载:
  2. 用来把英文单词词干化,从而节省内存,减小空间-Used the English word stemming, thus saving memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7621
    • 提供者:n0luancu
  1. SearchFromDict

    0下载:
  2. 遍历目录中提供的字典文件,并找出含有特定字母组合的英文单词。-Traverse the dict txt file and find the words which contain specific letter combinations
  3. 所属分类:CSharp

    • 发布日期:2017-06-16
    • 文件大小:24639488
    • 提供者:龚世泽
  1. inxeryreter

    0下载:
  2. 本程序利用java语言,实现了对英文单词的模拟识别-This procedure using the Java language, realizes simulation of the English word recognition
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-14
    • 文件大小:50176
    • 提供者:rtgvest
  1. tqaq

    0下载:
  2. 本程序利用java语言,实现了对英文单词的模拟识别-This procedure using the Java language, realizes simulation of the English word recognition
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:35599
    • 提供者:suark
  1. English-itd-Engavsh

    0下载:
  2. 在鼠标位置范围内查找离它最近的英文单词,并将其中文意思显示出来,,(Within the scope of the mouse position is to find the nearest English words, and to display its meaning in Chinese,,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-23
    • 文件大小:92160
    • 提供者:tyifxqrs
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com