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

搜索资源列表

  1. shh120b2src

    0下载:
  2. Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行Web服务器上运行。它支持 MySQL 和ODBC,以便用最普通的数据格式化。-Shorthand is a powerful scr ipting language that is specifically for Web-based application design. Its syntax is simple and intuit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:492933
    • 提供者:斯蒂芬
  1. SC 22

    0下载:
  2. The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of thes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:131086
    • 提供者:张先生
  1. c++词法分析程序

    1下载:
  2. 一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9952
    • 提供者:何福康
  1. ddddd

    0下载:
  2. 词法分析器,用于输入表达式后输出单个独立的数据项-lexical analyzer for the importation of expression output of a single independent data item
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10686
    • 提供者:sun
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. 操作模块

    0下载:
  2. ns2的tcl脚本的解析器,能够解析简单的有限网络下的tcl脚本,并保存为.data文件-NS2 scr ipt parser parses a simple limited network of peers scr ipt, and to preserve. data document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15842
    • 提供者:李艳萍
  1. c语言词法分析器

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2270
    • 提供者:唯一
  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. Language863

    0下载:
  2. 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论文附录,刘颖博士的博士论文为: 刘颖,规则方法和统计方
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97889
    • 提供者:凡小川
  1. PLx_Compiler

    0下载:
  2. PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-06-29
    • 文件大小:30156
    • 提供者:ioncannon
  1. WiseFox

    0下载:
  2. 一个类似Microsoft Access的小型数据库管理系统,提供全部VC源码,涉及界面设计、数据存储、页面调度、语法分析、报表设计等多项技术,对数据库学习、研究以及企业应用都有极高的价值。 -similar to a small Microsoft Access database management system full source VC, involving interface design, data storage, scheduling pages, syntax analysi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:415137
    • 提供者:shahai
  1. getitem

    0下载:
  2. 从各种控件中获得数据 自动生成XML文档 并通过XSLT转换为其他形式的XML文档-from a variety of data access controls which automatically generate XML and XSLT through conversion to other forms of XM L Documents
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:89390
    • 提供者:刘行
  1. hafumanbianyiqi

    0下载:
  2. 这是一个哈夫曼编译器,是我学数据结构的时候老师要求做的一个作业-This is a compiler Huffman, I studied the data structure when the teacher demanded an operations
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2286
    • 提供者:rong
  1. bianyicifa

    0下载:
  2. 自己编的词法分析程序,含有实验报告,有详细的数据结构和程序流程说明。-own addendum to the lexical analysis procedures, experimental report containing a detailed data structure and program flow note.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17946
    • 提供者:陈子
  1. rs-codec-8-4

    0下载:
  2. encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:44917
    • 提供者:zs8292
  1. pccode_20073691110785

    0下载:
  2. .4新版介绍: 新功能: 无限分类功能能采集多层分类的信息 自定义添加连接 快速的添加链接 无须采集过程 可以采集UTF-8编码的网页 正则替换可以替换更多项 链接列表 入库列表 添加管理项 可以删除不需要的信息 导出数据时 MYSQL4.0可以转换编码 修复错误: 完善添加导出规则 服务器环境 : PHP 4 MYSQL 安装: /config.php 属性为777 运行 目录下 /install.p
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:350881
    • 提供者:linfeng
  1. source.tar

    0下载:
  2. 关于迭代器、构造器,还有一些图等复杂数据结构的JAVA源程序-iteration of the device, the device structure, there are some plans, such as complex data structure of the Java source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:93711
    • 提供者:xm
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:熊杰
  1. data

    0下载:
  2. data for sauth of mcs51 controller for winxp
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:904
    • 提供者:Sergei
  1. Process-data-from-sensor-SHT10-out-data-to-ALCD-1

    0下载:
  2. Read data from humidity sensor SHT10 with MCU ATMEGA16A - codevisionAVR
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:95068
    • 提供者:hugo
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com