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

搜索资源列表

  1. crt0

    0下载:
  2. 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:157.88kb
    • 提供者:netsky
  1. GrammarAnalysis

    0下载:
  2. 一个很不错的C++语法分析器,主要使用的是LL1文法,可以自动判断是否为LL1文法,若是,可以对例句进行语法分析-A very good C++ parser, the main use of the LL1 grammar, can automatically determine whether the LL1 grammar, and if so, can listen to parse
  3. 所属分类:Compiler program

    • 发布日期:2016-05-22
    • 文件大小:200.97kb
    • 提供者:ma xiaolong
  1. BBS

    1下载:
  2. 主要功能:1 完全兼容现在流行的 WEB 方式 BBS论坛的界面风格和操作风格。 2支持用户发表投票 (板主以上才可以修改投票)。 3平板式列出BBS主题及跟贴内容。 4站长可开板/修改/删除、设BBS分类、任命板主。 5 板主以上权限可以主题进行 标置精华、置顶、设为公告、、锁定、删除。 6文章作者或板主以上权限者可编辑/删除某篇贴子。 7支持主题快速回复、单篇引用回复。 -Main functions: 1 is now fully compatible with
  3. 所属分类:SCSI-ASPI

    • 发布日期:2015-08-26
    • 文件大小:20.9kb
    • 提供者:张朝辉
  1. 1138RTC

    0下载:
  2. 关于lm3s1138RTC实时时钟的主函数-About the main function of the real-time clock of the lm3s1138RTC
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:81.73kb
    • 提供者:蔡建
  1. zxfbxt

    0下载:
  2. 在线发布系统 本系统有两大功能模块:用户模块和后台管理模块。用户模块模块主要实现的主要功能有:文章浏览功能、用户注册登陆能、文章发布功能、用户管理修改文章功能、文章搜索功能。后台管理模块模块主要实现的主要功能有:所有文章管理功能、用户管理功能、发布公告功能。-Online Publishing System This system has two major functional modules: the user module and back-office management modu
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-05
    • 文件大小:473.37kb
    • 提供者:lina
  1. main

    0下载:
  2. 编译原理的作业,计算算术表达式,四则运算-The job of the compiler theory to calculate the arithmetic expression, four operations
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:866.77kb
    • 提供者:郭峰
  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
    • 文件大小:26.39kb
    • 提供者:朱东
  1. LL1Parsing

    0下载:
  2. 语法分析阶段的主要任务是组词成句。每一种语言都有一组文法。按照这些文法,可以由单词组成语法单位,如短语、语句、过程和程序。语法分析就是通过语法分解,确定整个输入串能否构成语法上正确的句子和程序等。-The main task of the parsing stage is a group of words into a sentence. Each language has a set of grammar. These grammars can be composed by the word
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:13.18kb
    • 提供者:朱东
  1. fsk

    0下载:
  2. 改程序的主要功能,是实现fsk的相关解调,通过该程序可以从总体上聊天fsk调制。-Change the program' s main function is to achieve fsk demodulator fsk modulation through the program from the general chat.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:1.47kb
    • 提供者:wanghengyong
  1. DelphiUnitAnalysis

    0下载:
  2. Delphi的代码复杂度分析 代码复杂度分析的主要方面有: 1) 一个类的公开的操作成员数 2) 一个类的公开的操作属性数 3) 类实现代码的行数 4) 继承的层数据 -Delphi code complexity analysis of code complexity analysis of the main aspects: 1) a class member of the open operation 2) a number of open operat
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:435.75kb
    • 提供者:allen
  1. Minijava-MIPS

    0下载:
  2. 一个Minijava编译器,主要实现是先将Minijava翻译成Piglet,再翻译成Spiglet,接着翻译成Kanga,最后翻译成能够在spim模拟器上运行的MIPS代码。-A Minijava compiler, the main achievement is the first Minijava translated into the Piglet then translated into Spiglet, then translated into Kanga, finally tran
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:582.92kb
    • 提供者:skc
  1. test_ledmatrix8x8

    0下载:
  2. File list(time 2002041614~2009101810)(Click to check if it s the file you need, and recomment it at the bottom): C52_RAM .......\Last Loaded RAM.DBK .......\main.c .......\main.LST .......\main.OBJ .......\ram .......\RAM.DSN
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:19.73kb
    • 提供者:huu ai
  1. main

    0下载:
  2. Test Hello word. Just a self training test from beginners. Take a look
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:666byte
    • 提供者:hki75
  1. CyDown

    0下载:
  2. USB固件程序开发的主程序。各种生成文件-USB firmware development of the main program. Various generated files
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:131.62kb
    • 提供者:肖刚
  1. triangular

    0下载:
  2. making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:937.54kb
    • 提供者:thongthong
  1. CiFa

    0下载:
  2. 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序-Preparation of an ability to analyze three kinds of integer identifier, the main operator and main keywords of lexical analysis procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:46.23kb
    • 提供者:
  1. main

    0下载:
  2. 设计实现一个词法分析程序,加深对词法分析原理的理解-Design and Implementation of a lexical analysis program to deepen the understanding of the principles of lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:993byte
    • 提供者:张三
  1. LR1

    1下载:
  2. 编译原理中的lr1分析程序, 主要实现功能:自动生成项目集族, 自动生成lr1分析表(action表和goto表), 对输入的句型进行分析-Compiler Principle lr1 analysis program, the main functions: automatic generation of item sets, which automatically generates lr1 analysis table (action table and goto tables), the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.7mb
    • 提供者:gan
  1. most-recent-main-board-code-revision_v10

    0下载:
  2. most recent main board code revision_v10
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:81.06kb
    • 提供者:keyvan
  1. main

    0下载:
  2. Main file of MP3 program in C
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:PRagpot
« 12 3 4 »
搜珍网 www.dssz.com