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

搜索资源列表

  1. TinyBASIC

    3下载:
  2. 一款小巧的 BASIC 解释器,可以执行简单的 BASIC 语言,您可以扩充更多的语言指令。-A small BASIC interpreter, you can perform a simple BASIC language, you can expand more language instructions.
  3. 所属分类:Compiler program

    • 发布日期:2014-11-23
    • 文件大小:57418
    • 提供者:YangTze
  1. prefuse.flare-alpha-20090124

    0下载:
  2. 用于flash/flex的 as3的 2D图形图像图表的动态生成-Flare is a collection of Actionscr ipt 3 classes for building a wide variety of interactive visualizations. For example, flare can be used to build basic charts, complex animations, network diagrams, treemaps, and mor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1307635
    • 提供者:含影
  1. aspluntan

    0下载:
  2. 做的是个论坛的系统,可以大家进行发表谈论,是个简介的基本功能都实现的论坛-To do is a forum system that can be released we talk about is a profile of the basic functions are realized Forum
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-29
    • 文件大小:108470
    • 提供者:
  1. wordanalysiis

    0下载:
  2. 一个简单的词法分析器,能够识别基本的单词符号串-A simple lexical analyzer can identify the basic symbol string of words
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-30
    • 文件大小:193191
    • 提供者:jiang
  1. cifafenxi

    0下载:
  2. 通过本实验的编程实践,使学生了解词法分析的任务,掌握词法分析程序设计的原理和构造方法,使学生对编译的基本概念、原理和方法有完整的和清楚的理解,并能正确地、熟练地运用-Through the experimental programming practice, so that students understand the task of lexical analysis, to grasp the principle of lexical analysis program design and
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1177600
    • 提供者:孙辰
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1826
    • 提供者:chenxia
  1. compile-homework

    0下载:
  2. 这份文档专为想通过编译原理考试并了解其基本功能的人而备,共有8个经典的章节总结,并且经过严格验证,不会错的-This document is designed for people want to understand the basic functions and compiler theory exam and prepare a total of eight classic chapter summarizes and rigorous verification, can not be w
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:41666
    • 提供者:码王
  1. FAScanner

    0下载:
  2. 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:27025
    • 提供者:朱东
  1. Testcases

    0下载:
  2. 测试Tiger语言编译器的官方测试案例,如果能全部通过,则说明编译器编写基本成功。-The test the Tiger compiler of official test case, if they can all pass, then the write basic compiler success.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:25446
    • 提供者:ericxing
  1. texturing

    0下载:
  2. This an application of texturing in opengl. By using the visual basic c++ environment, you have to deliberately to understand the coding and the usage. so that you can manipulate it like a magic. however, some of the include file are not exist in you
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:2118
    • 提供者:shane
  1. VB6-Clipboard-Fix-Patch

    0下载:
  2. it`s for Visual Basic 6 Fix Clipboard if you Open VB6 and can`t find your Clipboard this code will help you )-it`s for Visual Basic 6 Fix Clipboard if you Open VB6 and can`t find your Clipboard this code will help you )
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:2846
    • 提供者:Noob13
  1. Tutorial.tar

    1下载:
  2. CMake 入门实例教程,适合初学者,可下载后按照Step1-7逐步练习,了解CMake的基本语法-CMake Getting Started tutorial examples, suitable for beginners, you can download and follow Step1-7 step exercises to understand the basic syntax CMake
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:4099
    • 提供者:jfq
  1. Disassembler

    0下载:
  2. 使用Power Basic语言实现的32位可执行程序的反汇编工具,可以解析绝大多数常见指令。编译后将生成DLL。-Use Power Basic language to achieve 32-bit executable programs disassembly tool, you can resolve most common commands. Compiler will generate DLL.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:6099
    • 提供者:tbc
  1. vb_Disassembler

    0下载:
  2. Visual Basic实现的反汇编工具,图形化操作界面,可以正常使用。-Visual Basic implementation disassembly tool, a graphical user interface, can be used normally.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:15292
    • 提供者:tbc
  1. CMMComplier

    0下载:
  2. CMM语言的编译器,支持基本的数据类型,数学运算操作,函数定义,而且可以进行编辑,编译,运行,并有错误处理-CMM language compiler supports basic data types, arithmetic operations, function definitions, but also can edit, compile, run, and error handling
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:94071
    • 提供者:任涛
  1. yufafenxi

    0下载:
  2. 用java实现的语法分析器,可以实现语法分析的基本功能。-Realization of java parser, you can achieve the basic functions of grammatical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:35326
    • 提供者:xiebiwei
  1. jisuanqi

    0下载:
  2. (1).本程序是用powerbuilder语言编写的,运行环境是powerbuilder9.0。 (2).本程序能实现基本的四则运算,平方运算,阶乘运算,开方运算,自然对数运算, 求正弦、余弦,N与∏的乘积运,本程序能显示17位整数,超过17位则自动转换成 科学计数法形式,并保留15位小数。 (3).出现计算器页面后点击on/off后方可运行。 (4).本程序提供键盘和按钮输入两种方法。-(1) This procedure is used powerbuilder la
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:335655
    • 提供者: 徐强
  1. 51c_language

    0下载:
  2. 这是一个51芯片源码锦集,基本要用的源码都有,可用Keil uVision4编译-This is a set of 51 chip source kam, basic source has to be used, can use Keil uVision4 compilation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-14
    • 文件大小:1929216
    • 提供者:张宁
  1. MapInfo

    0下载:
  2. mapinfo切图工具 一个关于 mapinfo的 图形切割工具集的一个小文件-image cuting about mapinfo tools so you know you can why cuting Visual Basic Write at least 150 words about the following topic. You should write your essay according to the outline given below
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1202
    • 提供者:k
  1. pl0

    0下载:
  2. pl0 基础功能,源代码,有Makefile文件,可直接使用gcc编译。-pl0 basic functions, source code, there is the Makefile, you can directly use the gcc compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:9038
    • 提供者:hz
« 12 »
搜珍网 www.dssz.com