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

搜索资源列表

  1. LIONSKY.NET

    0下载:
  2. “电脑朗读”(英文)一个很好的触发点,通过它可以实现电子小说阅读、英文听力测试、英文单词学习
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:54885
    • 提供者:zhangy
  1. new310

    0下载:
  2. 英文文章中单词拼写检查,并推荐可能存在的正确单词示例源码 -Article in the English word spelling checker, and recommend the correct word there may be an example source code
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1391300
    • 提供者:Yu transfer
  1. game_Src

    0下载:
  2. 大家好,今天还是继续给大家带来C#的编程,利用C#写一个打字游戏,美化下 功能多增加点,也许还可以骗骗女孩子的欢心呢。哈哈!不说废话了 先看看程序如何 ,然后我们在分析,分析好了在开始设计,最后写代码。一步一步来。由于语音教程,就不多打字了! 由一个时钟来控制字母掉下来的状态。timer 97 ascii码 对应小写字母a 英文单词26字母 97+26=123 a-z-Hello, everyone, today or continue to give us C
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:59762
    • 提供者:张秀川
  1. c

    0下载:
  2. 英文单词拼写检查,并推荐正确单词示例源码-English word spelling checker, and recommend the correct word in the sample source
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2303
    • 提供者:wonder
  1. dancitongji

    0下载:
  2. 从磁盘文件中读一段英文(单词用空格分隔),统计其单词的个数,输出结果。找出最长的单词输出并输出其长度。-Read from a disk file in English (words separated by spaces), statistics the number of its words, the output results. Find the longest word in the output and output its length.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:948
    • 提供者:liulisha
  1. Look-up-words

    0下载:
  2. 实现输入一串英文,统计其中各单词出现的个数(不区分大小写字母),以“000”作为字符串输入结束标志,-The input string of English, statistics on the number of words appear (not case-sensitive) to " 000" as the input end of the string sign,
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:148254
    • 提供者:tip tip
  1. CSharp-word-several-procedures

    0下载:
  2. C#界面化好,统计英文单词个数且功能强大!-C#very high
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1089854
    • 提供者:zhang
  1. dancitiqu

    0下载:
  2. 提取txt英文文档的单词,把输出的每个单词显示在界面上-Get word from English documents
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:738
    • 提供者:陈西安
  1. length-of-word-histogranm

    0下载:
  2. 单词长度直方图。通过检索英文文本中的内容,给出单词的长度,并给出直方图-Word length histogram. English text by searching the contents of the given word length, and gives the histogram
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:598
    • 提供者:梁勃
  1. No-way-dictionary

    0下载:
  2. 一个本地查询的词典,中文翻英文,英文翻中文,用户注册,用户单词本-A local query dictionary, Chinese translation, English translation Chinese, user registration, user Words
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3842083
    • 提供者:彭木
  1. Trie

    0下载:
  2. 用字典树的方法高效地对英文文章的单词进行词频统计,并输出统计结果(词频由小到大)-To count the word frequency for an english artical efficiently, using the algorithm of trie, and output the statistic result(word frequency from low to high)
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6051790
    • 提供者:wmy
  1. 3

    0下载:
  2. 设集合S由若干单词(英文)组成,给定字符串K,在S中查找与K最佳匹配的结果。最佳匹配的结果定义为:与K有最长共同前缀的字符串。 例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。 -Set the set S consists of several words (in English), with the given strin
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:jiegenghua
  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. 2

    0下载:
  2. 从键盘输入两个小于100的整数A和B,计算A与B两数的基本算数运算。需要注意的是:A和B的每一位数位上的数字由对应的英文单词给出。 系统要求: (1)系统由菜单做导航,给出输入数据功能、退出程序功能、数据输入功能并能够循环输入执行运算等。 (2)在数据运算输入功能菜单下分别给出A与B的相加运算、A与B的相乘运算、A与B的相减运算、A与B的相除运算、A与B的相除取于运算等功能。 (3)当A输入为zero,同时B输入为zero时自动返回菜单上一级。(From the keyboard inp
  3. 所属分类:C#编程

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:Fafnir
  1. huiwen

    0下载:
  2. 给出某个英文单词,验证英文单词是否是回文(Verify that the English word is palindrome)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:22528
    • 提供者:ashur0925
搜珍网 www.dssz.com