CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - compiler program

搜索资源列表

  1. 陷阱和缺陷

    0下载:
  2. 第一部分研究了当程序被划分为记号时会发生的问题。第二部分继续研究了当程序的记号被编译器组合为声明、表达式和语句时会出现的问题。第三部分研究了由多个部分组成、分别编译并绑定到一起的C程序。第四部分处理了概念上的误解:当一个程序具体执行时会发生的事情。第五部分研究了我们的程序和它们所使用的常用库之间的关系。在第六部分中,我们注意到了我们所写的程序也不并不是我们所运行的程序;预处理器将首先运行。最后,第七部分讨论了可移植性问题:一个能在一个实现中运行的程序无法在另一个实现中运行的原因。-the fir
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:62836
    • 提供者:韩文杰
  1. 8-2

    0下载:
  2. 此程序为液晶显示器的显示程序是128*64位的,经过了编译,仅供参考.-procedure for LCD display program is 128 * 64, after the compiler, for reference purposes only.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:28478
    • 提供者:shanmao
  1. zhidaofenyi

    0下载:
  2. 是计算机编译原理的课程设计 制导翻译程序用VC++编的-computer compiler theory of curriculum design guidance translation program with VC series
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3986
    • 提供者:wuyanru
  1. cpp123

    0下载:
  2. 这个是一个编译原理的词法和语法分析的程序,运行时必须输入一个小程序,即子程序,子程序的内容不受限制-this is a compiler principles of morphology and syntax analysis, the running time to allow the importation of a small program that subroutine, the unrestricted subroutine
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:温绮
  1. fx4

    0下载:
  2. 一个简单的编译原理的文法分析程序,在其中加入了不错的分析界面,使整体看起来比较工整,有待与进一步改进-a simple principle of grammar compiler analysis program, which included a good analysis interface, the overall profile in Singapore, and to be further improved
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6735
    • 提供者:姜鹏
  1. SnakeRun.rar

    0下载:
  2. 使用C#编写的贪吃蛇程序实例 对初步学习窗口游戏的朋友有点作用 在VS2005环境下编译,Prepared using the C# program examples Snake preliminary study on the Friend of the Games window a bit role in VS2005 compiler environment
  3. 所属分类:C#编程

    • 发布日期:2017-04-02
    • 文件大小:74899
    • 提供者:Vicky
  1. richtextbox

    0下载:
  2. 程式為文字編譯器,包括顏色,文字,搜尋,開檔,存檔等-Compiler program for the text, including color, text, search, open files, archive, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:33402
    • 提供者:王昭娟
  1. cpyq

    0下载:
  2. 简易c#编译器,方便在程序中动态编译,可以多进行交流-Simple c# compiler, to facilitate dynamic compilation in the program, you can be more exchanges
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:130367
    • 提供者:sr
  1. qqlike

    0下载:
  2. VC++仿QQ2009主界面及托盘菜单(基于RingSDK) VC++仿QQ2009窗口主界面及托盘处的图标右键菜单,特别是圆角窗体的实现,值得借鉴。这里请注意,本程序是基于RingSDK界面类库,编译需要此类库支持,本程序也正是RingSDK库的一个演示程序,希望通过这个演示程序让大家更熟悉RingSDK的用法、功能和新特性,运行截图如上示 -VC++ simulation QQ2009 main interface and the tray menu (based on RingSD
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:49584
    • 提供者:叶韵
  1. NewfeaturesinCSharp4.0

    0下载:
  2. The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Som
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:23024
    • 提供者:prasad
  1. FakeCoding1.1

    0下载:
  2. C#语言编写的随机生成防伪码控制台程序,VS2008下直接发开编译运行-C# language randomly generated code console program, VS2008 directly open the compiler to run
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:421148
    • 提供者:黄佩锋
  1. WindowsApplication1

    0下载:
  2. 关于课程设计的C#编译的程序,很使用很经典-About curriculum design c# compiler program, very use very classic
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:151277
    • 提供者:徐家望
  1. compiler

    1下载:
  2. 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:635875
    • 提供者:Jagtu
  1. phx

    0下载:
  2. 满足四元式输出的LR法分析的DO-WHILE循环语句的翻译程序设计,可供编译课程设计参考。-Meet four yuan output LR analysis of the DO-WHILE loop statement translation program design, available for the compiler course design reference.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:618794
    • 提供者:潘鹤翔
  1. New-features-in-CSharp-4.0

    0下载:
  2. The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program.
  3. 所属分类:CSharp

    • 发布日期:2017-11-02
    • 文件大小:22985
    • 提供者:lee
  1. EE

    0下载:
  2. 控制台下显示字符“你好”.该程序用VC2010编译器编写-Console display characters " Hello." The program prepared by the VC2010 compiler
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:23269
    • 提供者:李华
  1. EE

    0下载:
  2. 判断L1等于L2是否为真,该程序用VC2010编译器编写-Judgment L1 is equal to L2 is true, the program written in VC2010 compiler
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:22496
    • 提供者:李华
  1. load

    0下载:
  2. windows界面的登陆系统,C#编译,vs2010通过,很低级的程序,初学者学习-the windows interface landing system, the C# compiler, VS2010 by very low-level program for beginners to learn
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:48366
    • 提供者:李昊
  1. cifafenxi

    0下载:
  2. 编译原理.给出PL/0语言文法规范,编写PL/0语言的词法分析程序。词法分析器.-Compiler theory. PL/0 language grammar specification is given, write PL/0 language lexical analysis program. Lexical analyzer.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:1312
    • 提供者:qq
  1. C-program

    0下载:
  2. 大学计算机基础所有C语言编程题目的例程。里面是TXT文件,可以直接进行C语言编译。-All of C language programming of Basic Computer,can be directly compiler in C language.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6577
    • 提供者:应炅
« 12 »
搜珍网 www.dssz.com