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

搜索资源列表

  1. WordCheckver1.00

    0下载:
  2. 检查单词拼写的小程序,需要字典,字典请自己下载-check the spelling of the word small procedures, require dictionaries, dictionaries please download their own
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5184
    • 提供者:qianwn
  1. zidingxiangxiashiyan

    0下载:
  2. 自顶向下语法分析 实验报告 对于给定的源程序(如C语言或Pascal等),要求从组成源程序的字符行中寻找出单词,并给出它们的种别和属性——输出二元组序列。以便提供给语法分析的时候使用。要求能识别所有的关键字,标志符等,并且能够对出先的一些词法规则的错误进行必要的处理。-top-down syntax analysis report for the experiment to the source (such as C or Pascal, and other languages), reques
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:55611
    • 提供者:余琨
  1. cifafengxi

    0下载:
  2. 程序中先判断这个句语句中每个单元为关键字、常数、运算符、界符,对与不同的单词符号给出不同编码形式的编码,用以区分之。-proceedings of the first judgment of sentence statement, the keyword for each of the modules, constant, Operators, the industry website. pairs with different words are given different symbols
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5258
    • 提供者:李小名
  1. engxx

    1下载:
  2. 查字典背单词系统,系统虽小,设计系统使用的知识点很多。 从结构化程序设计的角度来说,使用了结构化程序设计的三种基本结构:顺序结构,分支结构(简单分支、多分支、IF语句的嵌套调用),循环结构(步长型循环、扫描循环)。 从面向对象程序设计的角度来说,用到了各种对象:表单、表单集、标签控件、文本框控件、命令按钮控件、编辑框控件、选项按钮组控件、复选框控件、列表框控件、组合框控件、图象控件、计时器控件、表格控件。用到了以上控件的常用事件、属性和方法。多处用到了自定义属性和自定义方法,使用了表单参
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:499830
    • 提供者:李顺
  1. dictionary-code

    0下载:
  2. 一个字典的c小程序,基于命令行界面,可以添加,查找,删除单词。-a small dictionary c procedures, command-line interface can be added, locate, delete the word.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2858
    • 提供者:风雷
  1. CountTheNumberOfTheWord

    0下载:
  2. 这个程序可以统计一个文本文件中的英文单词的个数,用了SPI中的MAP-this procedure can be a text file statistics of the number of English words with the SPI the MAP
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:chenjing
  1. chf

    0下载:
  2. 递归的字符串逆序,将带有空格的一行字符串按照单词的顺序逆序排列.例如:this is a string. 转化为string a is this.-recursive string reversal, with his string of blanks in accordance with the order of words printed in reverse chronological order. For example : this is a string. into a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:837207
    • 提供者:成心
  1. WordBox

    0下载:
  2. 单词查询系统 用java实现 界面美观大方 可以进行存取 查询等功能 -word query system with java interface to achieve pleasing to the eye can access search function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:59493
    • 提供者:hbtlx
  1. QueryTextLanguageSystemInCSharp

    0下载:
  2. 本系统支持文本的单个单词查询和多个单词的逻辑综合查询。可以使用逻辑运算符进行与,或,非的逻辑运算,可以判断括号优先级。具体使用说明见压缩包里的说明文件-version of the system to support a single word queries and the number of words logic synthesis inquiries. Can be used for logic Operators with, or, in the non-logic operation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:101552
    • 提供者:zy
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. GUESSWORDS

    0下载:
  2. 猜字的经典游戏,2种方法。可存可不存单词入库。-guess characters of the classic games, two methods. Cun Cun may not be the word storage.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1113
    • 提供者:wesley
  1. byyl_cffxq

    0下载:
  2. 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the int
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10643
    • 提供者:Snake
  1. scanner22

    0下载:
  2. 编译原理词法分析器,进行预处理,及单词的规约-compiler theory lexical analyzer, pretreatment, and the words of the Statute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4866
    • 提供者:nannan
  1. DictFrame

    0下载:
  2. 简单的英汉词典 用三层结构(界面层、事务处理层、数据层)编辑,实现了字典的添加、查找、背单词功能。关键在于三层结构的理解。-simple English-Chinese dictionary with the three-tier structure (the interface layer, business layer, data layer) editing, Implementation of the dictionary to add that you back the word
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6763
    • 提供者:白峰
  1. awlsublists

    1下载:
  2. 这是雅思核心词汇部分,对学习英语有显著的帮助可以提高单词的水平-This is part of the core vocabulary of English learning is significantly help to increase the level of words
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79980
    • 提供者:鼎鼎
  1. TextTool

    0下载:
  2. 自定义多目录替换字符工具 使用说明 1.要输入:替换对照文件 原文件目录 可以有子目录 保存文件目录 按原文件目录存放,会彼动建子目录 文件类型过滤 如*.sr* 2. 原文件目录和保存文件目录不能是在同一目录或子目录. 3.对替换对照文件 可以有分号 注释 查换文字与替换文字以逗号 , 分开 一个替换一行 行中无逗号或逗号前后有一方无文字也不会替换 查换文字与替换文字中的空
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:86512
    • 提供者:郑汉武
  1. PL0hhh

    0下载:
  2. 编译原理的课程设计,对PL0进行扩充完成内容如下:1. 基本内容: (1)增加单词:保留字;运算符 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)扩充赋值运算:+= 和 -= (5)扩充语句(Pascal的FOR语句) 2. 选做内容: (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)增加一维数组类型(可增加指令)。 (4)其他典型语言设施:case语句;repeat语句。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:106768
    • 提供者:胡海洪
  1. BDC_English

    0下载:
  2. 背单词 BDC English ACCE-back BDC English words ACCE
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38692
    • 提供者:hzfcok
  1. wordsum

    0下载:
  2. 可以用来查找一篇文章中指定单词的个数的查找-can be used to search for a specific word article, the number of search
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4331
    • 提供者:dfa
  1. sanliebiao

    0下载:
  2. 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of the DOE document, the text word
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12894
    • 提供者:dfa
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com