CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - word C

搜索资源列表

  1. c++ notepad

    0下载:
  2. c++记事本 用于类似记事本的功能功能 能基本代替词本-c notebook for the notebook similar to the basic functional features can replace the word
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:66.97kb
    • 提供者:周颖
  1. scaner(c)

    1下载:
  2. 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology of txt. Need to build principl
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8.1kb
    • 提供者:li
  1. word-analysis

    0下载:
  2. 词法分析程序。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,是一个不错的词法分析程序。-lexical analysis procedure. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32.06kb
    • 提供者:nimeda
  1. C-Programming-of-Commonly-Used-Algorithm(Third-Edi

    1下载:
  2. 本程序为徐士良《常用算法程序集(C语言描述)》(第三版)配套程序,内容详尽,对学习很有帮助!word文档里有程序的对应说明,可以找到自己想用的程序!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:179.68kb
    • 提供者:王力宝
  1. word

    0下载:
  2. 一个简单的词法分析器,用c语言编写的,构思简单,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.01kb
    • 提供者:xiaofeng
  1. WORD

    0下载:
  2. 用c++ 编写的词法编辑器,编译原理课程中一定要编的东西。功能很强大的一个词法编译器。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:李长顺
  1. C

    0下载:
  2. 谭浩强C语言教程Word版详细介绍C编程
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:897.67kb
    • 提供者:王耀武
  1. 简易C语言词法分析程序

    0下载:
  2. c 的 词发分析程序我现在在学编译原理 想找点东西学 请多关照-c word fat analysis program at school I now depending compiler theory learning the news conference for the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:zz
  1. 词法分析小例子c

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。- And the hands of the right programming language source for the scanning process of decomposition of various word lexical analysis methods.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.91kb
    • 提供者:张明
  1. c#实现word转换txt

    0下载:
  2. WORD转换为TXT的C#功能模块
  3. 所属分类:书籍源码

  1. DTW算法C语言程序,孤立词语音识别

    0下载:
  2. DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-22
    • 文件大小:21.4kb
    • 提供者:徐振华
  1. mmseg

    0下载:
  2. 基于双数组trie的分词程序,分词速度20MB/S,能够支持GBK、UTF8编码-Double array trie-based sub-word procedure word speed 20MB/S, can support GBK, UTF8 encoding
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:170.3kb
    • 提供者:段建国
  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2.25kb
    • 提供者:lili
  1. word

    0下载:
  2. 使用C语言开发的一个简单的词法分析器。矩阵。最后生成token串。-Developed using C language with a simple lexical analyzer. Matrix. Last generated token string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:63.19kb
    • 提供者:zhangqida
  1. splitword

    0下载:
  2. 自己写的小分词程序,中文分词测试版,仅供参考,谢谢!-Writing their own small sub-term process, English sub-test version of the word, for reference purposes only, thank you!
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:5.29kb
    • 提供者:崇丽岩
  1. c

    0下载:
  2. 实现源程序输入串中注释、续行符的删除,换行符和Tab的替换,大写字母变换,得到预处理后的文本串,为单词识别做好准备。-Realization of input strings in the source notes, continued at the deleted line, newlines, and Tab replacement, capital letters transform, obtained after pretreatment of the text string, read
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1.14kb
    • 提供者:陈斌
  1. C++

    0下载:
  2. 词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:litiehui
  1. word

    0下载:
  2. 编译原理作业,一个C++的单词识别。可以识别C++大部分单词-Compiler theory work, a C++, word recognition. Can identify most of the word C++
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:maitouganlu
  1. word

    0下载:
  2. C++具有查看文本,统计文本字数,查找单词,等等功能-C++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:826.84kb
    • 提供者:youli
  1. 酷q插件c++_成语接龙助手_源码

    0下载:
  2. 酷q的qq智能问答机器人的插件,用来查询以某个字开头的成语,控制机器人向某个群或某个人发送消息(Cool Q's QQ intelligent question and answer robot plug-in is used to query idioms starting with a word, control robot to send messages to a group or a person.)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-01
    • 文件大小:7.37mb
    • 提供者:小叶子e
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com