CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - function a

搜索资源列表

  1. S-Lang

    0下载:
  2. 一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件- A C form scr ipt processing function storehouse source code, may let your C procedure have carries out the C form scr ipt document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:958575
    • 提供者:小草
  1. DrakeCompiler

    0下载:
  2. 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91071
    • 提供者:中国
  1. 词法分析编译原理实验c++

    2下载:
  2. 一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2101
    • 提供者:kang
  1. redown

    0下载:
  2. 在编译原理词法实现中的一个递归下降分析程序,将无左递归的文法符号对应一个函数.-in compiler theory of morphology achieve a recursive analysis program fell to the left - recursive grammar symbols of a corresponding function.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1085
    • 提供者:魏平
  1. keil_c51_maule

    0下载:
  2. 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16418
    • 提供者:王克敏
  1. 1111111111111111111111111111111111

    0下载:
  2. 一个语法分析程序,通过C++编译,功能还不完善-a syntax analysis procedure for the adoption of the C compiler, function is not perfect
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1358
    • 提供者:李向向
  1. ll1yufa

    0下载:
  2. 编译原理的实验,是LL(1)文法做的,可以实现基本功能-compiler principle experiments is LL (1) grammar do, can achieve a basic function
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:89114
    • 提供者:ninglei
  1. parsermain

    0下载:
  2. 该文件主要是一个编译原理函数语言绘图器,可以利用起来翻译图象代码-the document is mainly a function of compiler theory language mapping device that can use up images code translation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3844
    • 提供者:石影
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:383061
    • 提供者:mayfar
  1. 12334577

    0下载:
  2. VC引用matlab6.5函数库中mlfGamma函数的方法,已经拷贝到文本里,文本内有详细的解说、讨论和代码。-VC quoted matlab6.5 function library mlfGamma function, has been copied to the text, the text of a detailed explanation, discussion and code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3748
    • 提供者:严倾
  1. tcforwin70

    0下载:
  2. 一个C++函数解释器,很好用。-a C function interpreter, a good use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:19969479
    • 提供者:weiwei
  1. compilier

    0下载:
  2. C编译器,在VC6.0环境下开发,是C的一个简单编译器,但可以运行任何C程序,可以函数嵌套-C compiler, the environment VC6.0 development is a simple C compiler, But can run any C program can be nested function
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1092198
    • 提供者:师小姐
  1. exelmp

    0下载:
  2. 一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。 -a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:46159
    • 提供者:jhghgh
  1. 110100

    0下载:
  2. 这是以纯汇编编写的正则表达式引擎库,与通用的正则表达式略有不同,加了几个很有特色的功能,能实现非常复杂的查找.所有符号除特别说明均可随意组合.所有符号均支持*与+.均可设置条件.(*/+)-<>/[]与|的组合能实现很复杂的多条件复合查询式查找.只要是文本,就可以按自己的意思进行查找.具体,需要你仔细的使用才能体会到它的强大。 -This is purely a compilation prepared by the regular expression engine base
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13405
    • 提供者:江洪洪
  1. hanzishibie_c

    0下载:
  2. mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved automatic keyboard characters,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83204
    • 提供者:zhouwei
  1. cifayufa2003

    0下载:
  2. 这是一个使用MFC编成的词法语法分析器,它实现的界面及功能良好.-It is a monument of the MFC grammar lexical analyzer, it implements the interface and function well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:96299
    • 提供者:lizi
  1. YuFaBY

    0下载:
  2. 这是一个功能比较完善的词法分析器,使用C语言编写,上传文件中已存在dsw文件及测试文件,下载无须配置环境即可运行。-This is a function of a relatively perfect lexical analyzer, the use of C language, Upload file has existed dsw documents and test documents, download configuration environment will not run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18684
    • 提供者:lpz
  1. TEST_compiler

    0下载:
  2. 开发环境:VC6.0 语言:C++ 功能:一个简单的TEST语言的编译器程序-Development Environment: VC6.0 Language: C++ function: a simple language compiler program TEST
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:716558
    • 提供者:高苏波
  1. sizeyunsuan

    0下载:
  2. 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:1179
    • 提供者:ck
  1. A-simple-complier-

    0下载:
  2. 一个简单的基于pl0语言的编译器 实现简单的语义 文法 语法等的检测功能-A simple based on pl0 language compiler simple semantic grammar syntax detection function
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:819930
    • 提供者:小李
« 12 3 4 5 6 »
搜珍网 www.dssz.com