搜索资源列表

  1. C++与Java比较

    0下载:
  2. “作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”-"as a C programmers, we have already mastered the design of object-oriented programming to the basic concept, but Java syntax is very famili
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9106
    • 提供者:lee
  1. MOMOMAN搜索第一版

    0下载:
  2. 本搜索利用了基本的几个ASP语法写成; 我已经做了简单的美化,包括CSS,JS。-use the basic syntax written several ASP; I have done a simple landscaping, including CSS, JS.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23660
    • 提供者:cp
  1. 编译作业

    0下载:
  2. 这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24215
    • 提供者:刘亮
  1. GrammarTest直接读

    0下载:
  2. 本程序实现pascal语言的语法分析,采用递归向下的分析方法。值得新手一看。-the program pascal language syntax analysis, the use of recursive downward analysis method. Newcomers worth a look.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13508
    • 提供者:yszhang
  1. ansi_yacc

    0下载:
  2. 标准C的语法分析的yacc文件,可以用bison 等语法分析生成器编译,生成标准C的语法 分析部分,可以和前面的Lex部分组成C编译 器的前端-standard C syntax analysis generates a file that can be used, such as bison syntax analysis compiler generator, generate standard C syntax ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2227
    • 提供者:yyf
  1. flex_bingle

    0下载:
  2. 编译原理(Flex):生成词法和语法分析程序的源代码的程序。-Compiler Principle (Flex) : Generation morphology and syntax analysis of a program's source code procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:402446
    • 提供者:
  1. 03055114

    0下载:
  2. 编译课程设计,自己编的一个词法分析器,功能还算强大,只要自己再在上面加些代码可以构成语法分析,(包括与处理程序).-compiler curriculum design, own a series of the lexical analyzer, functions fairly strong, as long as the above again add some code may constitute syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14897
    • 提供者:王海军
  1. dirtndex

    0下载:
  2. 根据文件自动生成带有完整网页的工具,让没有服务器程序支持的你,迅速建立属于你自己的站点。本工具自带语法,可以让你灵活运用。 直接把 html代码转换成 js代码的好工具,是作导航条信息嵌入的好工具。作下载站点一直很麻烦,因为每次都要重复手工去改一些页面,就算是使用save as ,也够烦的。现在你可以省下心来了,因为只要选定两个模版,就可以帮你做出新的一页,连索引都生成了,所有以前 烦琐的事情现在只要粘贴和复制代码就ok~。另外软件连下
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:468989
    • 提供者:陈国炎
  1. VC语法编辑器

    0下载:
  2. CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力。-CSynEditView a syntax editing category, as long as you simple introduction of this type of project you can be easily obtained if the VC and VB programmi
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:474520
    • 提供者:王小波
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. dg.java

    0下载:
  2. 这是一个用java做的编译原理重要的语法分析,是用递归做,-This is a java do with the important principle of compiler syntax analysis is done using recursive,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2400
    • 提供者:dsa
  1. 操作系统语法分析

    0下载:
  2. 操作系统中的语法分析,主要是判断语言是否合乎语言规范-operating system syntax analysis, the main language of judgment whether the language norms
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7097
    • 提供者:万杰
  1. tiger

    0下载:
  2. Tiger语言的一种编译器,在大学CS课程必做的,不过可惜的是没有完全完成,做好了词法语法分析,以及IR树的生成.-a language compiler, CS courses at the university will do, but it is a pity not to be completed, well, syntax analysis, and IR tree generation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:36299
    • 提供者:侯锐
  1. SQL语法大全中文版(.DOC格式)

    0下载:
  2. 包含常用SQL语法,并有实例,是学习SQL的较好资料库-contains common SQL syntax and examples, is a better learning SQL database
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:77669
    • 提供者:
  1. MyPascal 1[1].01

    0下载:
  2. 一个语法分析程序,图形化界面功能十分强大-a syntax analysis procedures, functional graphical interface is very powerful
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:117407
    • 提供者:黎明
  1. finc-0.2-20020408.tar

    0下载:
  2. FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.-FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:87439
    • 提供者:神仙哥哥
  1. lr分析

    0下载:
  2. lr分析语法c语言实现,一种至上而下的 分析方法-lr syntax analysis c language, a primacy of analysis method
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:129794
    • 提供者:tgy
  1. 编译原理语法分析图片

    2下载:
  2. 编译原理语法分析图片,形象的表示了编译原理语法分析的步骤-compiler theory syntax analysis pictures, image editing, said the principle of syntax analysis steps
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:287043
    • 提供者:
  1. ASN.1 Complete

    0下载:
  2. 全面介绍ASN.1的书记(英文),系统地介绍了抽象语法标记,各种编解码规则:BER/CER/DER/PER,对从事ASN.1的朋友很有用处.-comprehensive introduction to the secretary of the ASN.1 (English), a systematic introduction to the abstract syntax markings, various codecs rules :
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1168996
    • 提供者:奚良海
  1. 强大的语法编辑控件PfxEditCtrl

    0下载:
  2. 1、文本编辑 2、打印 3、可通过语法配置文件定制的语法高亮显示 4、自动换行 5、支持非等宽字体 6、列块选择/复制/删除/粘贴等列块方式编辑操作 7、支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,转换。 8、支持拆份成双窗口并列编辑。-1, 2 text editor, print 3, through grammar customized configur
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:311148
    • 提供者:王小丰
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org