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

搜索资源列表

  1. MMA7660

    0下载:
  2. 加速度传感器MMA7660,读写程序,采用MSP430F149处理器,模拟I2C接口,调试好使,自己移植的程序-Accelerometer MMA7660, reading and writing program, using MSP430F149 processor, analog I2C interface, debugging so that their own transplant program
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-07-27
    • 文件大小:61.02kb
    • 提供者:wang hongbin
  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2.25kb
    • 提供者:lili
  1. Reflector5.1.6.0

    0下载:
  2. Reflector破解版(免费版),Reflector绿色版,Reflector特别版Tags:reflector,破解版,.net反编译器在我不能上网的地方常常因为过期自删除。破解它,不让它强制升级。附带插件:DeblectorReflexil因为,我只觉得这两个插件有用,所以加入了它们-Reflector crack Edition (free version), Reflector green version, Reflector Special Edition Tags: reflect
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.79mb
    • 提供者:soft
  1. TPaxCompilerV2_4_03

    0下载:
  2. paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:10.56mb
    • 提供者:贺达
  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. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:573.02kb
    • 提供者:陈新杰
  1. 1_GPIO

    0下载:
  2. 跑马灯都是你们要接触的第一个程序.对于STM32来说,由于有官方库这种东西的出现,使得原来很麻烦的寄存器初始化变的相对简单.本例程主要让大家感受一下最基本的库操作GPIO 的方法.-Marquees are you want to contact a program for the STM32 is the official repository, the emergence of this kind of thing makes the original a lot of trouble re
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:liu
  1. compilerWithJava.tar

    0下载:
  2. 用java实现的编译器. 包括语法分析,词法分析,生成目标代码等,代码很简单,本人已经测试过,很完美.-this is the lightweight java compiler, it contains syntactical analysis,lexer analysis and the target generate. the codes is so simply,i works so perfect...i think you can do it..
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:20.5kb
    • 提供者:wangshujing
  1. timer_system

    0下载:
  2. TurboC 提供了 time() (被定義在 <time.h> 中) 這個函式供我們取得系統時間, 當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中) 的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined in the <time.h> In) This
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:dudu
  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-26
    • 文件大小:1.12mb
    • 提供者:孙辰
  1. test-the-Member-function

    0下载:
  2. 在一般的程序开发过程中,类或者类库往往是以动态库的形式向用户发布的,所以在程序发布之前必须对程序中的所有函数进行集成测试 1 )测试头文件给出的Utility类中所有的成员函数 2 )用四种方式完成1,继承 2,友元 3,访问声明 4,using声明 -Classes or class libraries in the program development process, often based on a dynamic library released to the use
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:635byte
    • 提供者:三毛
  1. plo

    0下载:
  2. 能实现对+=、-=、*=、/=、for、else、fordownto、forto、if等的编译。-Able to achieve on+ =,- =,* =,/=, for else, and fordownto forto, if so compiled.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:10.74kb
    • 提供者:carsen
  1. pl0

    0下载:
  2. 能实现对+=、-=、*=、/=、for、else、fordownto、forto、if等的编译。-Able to achieve on+ =,- =,* =,/=, for else, and fordownto forto, if so compiled.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:15kb
    • 提供者:carsen
  1. CS2---Assignment1

    0下载:
  2. an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class: 1- string name //this member will hold the name of the student 2- string major //this member will tell the major o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:15.16kb
    • 提供者:Khalid
  1. decaf_PA3

    0下载:
  2. 关键词:清华大学计算机系 编译原理大实验第三部分,为学弟学妹造福,第四部分还没有出现,等出现了我再传-Keywords: Department of Computer Science Compiler Principle Experiment Part III, mentees for the benefit of the fourth part, has not yet appeared, and so I re-transmission
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:1.62mb
    • 提供者:jin
  1. binary-tree-in-templates

    0下载:
  2. so i want to make a code, that creates a binary tree, that holds data, for example ints like 1,6,2,10,8 and on pop i get the biggest number, and after that it gets deleted from the tree, and on push i can insert a new element. And this should be in a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:534byte
    • 提供者:Dhilip
  1. 129-586-597

    0下载:
  2. a higher dimensional surface. It is common practice to model this surface as a function of time. So as time progresses, the surface can change to take on the desired shape. 2 Medical Imaging: Segmentation Michael Wasilewski
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:325kb
    • 提供者:patel
  1. masm

    0下载:
  2. MASM是微软公司开发的汇编开发环境,拥有可视化的开发界面,使开发人员不必再使用DOS环境进行汇编的开发,编译速度快-MASM assembler development environment developed by Microsoft Corporation, visual development interface so that developers do not have to use the DOS environment for the compilation of develo
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:347.77kb
    • 提供者:周奇凡
  1. yufafenxi

    0下载:
  2. c语言的语法分析器,只提供了部分简单的功能,所以仅供大家参考!-c language parser, only simple functions, so only for your reference!
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:4.47kb
    • 提供者:张罗了
  1. New-folder-(2)

    0下载:
  2. 2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is
  3. 所属分类:Compiler program

    • 发布日期:2017-11-03
    • 文件大小:165.43kb
    • 提供者:Ravi kumar
« 12 3 4 5 »
搜珍网 www.dssz.com