CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - pc

搜索资源列表

  1. SC 22

    0下载:
  2. The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of thes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:131086
    • 提供者:张先生
  1. DSPMP3uiamcjembap

    0下载:
  2. mp3解码算法 ,能够在 个人 pc机上成功地 解码 播放 mp3文件 -mp3 decoding algorithm, to the individual pc crew successfully decode mp3 players document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37983
    • 提供者:谢敏
  1. IR_detect

    0下载:
  2. Infra red dectect, only dectect a signal it will pass to pc-Infra red dectect. only dectect a signal it will pass to pc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:790
    • 提供者:Kevin
  1. cmm

    1下载:
  2. 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:412642
    • 提供者:Tony
  1. adc

    0下载:
  2. adc检测串口反馈到PC上,数据不断发送,以显示电压变化
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:30416
    • 提供者:kiss
  1. digui

    1下载:
  2. 【实验名称】递归子程序分析器的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对如下的递归子程序语法的分析,进一步掌握常用的语法分析方法。 【实验内容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 针对上述文法编写一递归子程序分析程序,该程序的输入是任意符号串,输出是本次输入
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:317750
    • 提供者:洪成前
  1. pc-lint

    0下载:
  2. Gimpel Software. Reference Manual for PC-lint/FlexeLint. July,2001
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1823043
    • 提供者:zmuying
  1. C_COMP

    0下载:
  2. PC机上小型的C语言文本编译器-small PC version of the C compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29044
    • 提供者:dyy
  1. options

    0下载:
  2. PC LINT规则文件,是一个级别较高的规则。并且对一些用途较小的规则做了删减,以优化检查效率-PC LINT rules documents, is a high-level rules. And for some purposes the rules have done a smaller cut in order to optimize the efficiency of inspection
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1784
    • 提供者:pubibuo
  1. dfafdf

    0下载:
  2. 单片机与PC机通信的程序,pc机程序用c语言来编写,单片机程序用汇编语言来编写-dfafdfa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:唐廷仁
  1. PC_Fan_Control_using_ATtiny13

    0下载:
  2. 使用ATtiny13控制PC风扇 本篇应用文档介绍使用ATtiny13控制12V直流冷却风扇为电子设备散热的典型应用。-This application note describes the operation of 12 volt DC cooling fans typically used to supply cooling air to electronic equipment, and controlling them with the ATtiny13.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:306793
    • 提供者:ECN
  1. 122

    0下载:
  2. 利用VB实现PC机与多单片机通讯,非常值得大家借鉴,学习!-The use of VB to achieve PC-and multi-Single-Chip Communication
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7086
    • 提供者:wei
  1. DualPlatformKeyboardPuzzle

    0下载:
  2. This an enhanced version of the example Keyboard Puzzle Game.vi. It now has different colored game blocks, runs on dual platforms (standard LabVIEW and Pocket PC/PDA). This VI gives an example of how to write a program using the LabVIEW keyboard vi s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:295937
    • 提供者:wlg
  1. PL0

    1下载:
  2. PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类
  3. 所属分类:Compiler program

    • 发布日期:2016-01-19
    • 文件大小:476531
    • 提供者:dslh
  1. communitation

    0下载:
  2. hi i am presting communication to your pc. you can control your robot by your pc. I am using at mega16 microcontroller.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:85850
    • 提供者:abhishek
  1. pckey

    0下载:
  2. for pc key board comunication
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:86776
    • 提供者:kartal
  1. 32x8Ledmatrix_PC

    0下载:
  2. MSC51 - 32x8 led matrix driver by PC
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:5970
    • 提供者:meo
  1. MyGVM

    0下载:
  2. LavaX1.0的PC端模拟器,目前尚有BUG,运行某些lava程序时贴图有问题。原作者为acme-LavaX1.0 the PC terminal emulator, there are BUG, run the program in some lava texture in question. Original author for the acme
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:329527
    • 提供者:amlo
  1. Keylogger

    0下载:
  2. keylogger system for delphi 7 with ny system you cant capture key of the pc real time-keylogger system for delphi 7 with ny system you cant capture key of the pc real time
  3. 所属分类:Compiler program

    • 发布日期:2016-01-01
    • 文件大小:210944
    • 提供者:Josimar
  1. pcemu-1.2.tar

    0下载:
  2. 这个是英特尔的高级项目经理自己开发的CPU模拟软件,被我从他的个人主页淘来和大家分享!这款仿真器,仿真PC指令运行机制,可以从中学习指令调度以及如何写汇编器。-This is a senior project manager of Intel' s own CPU simulation software developed by my Amoy from his personal home page to share with you! The simulation, simulation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:325073
    • 提供者:挑灯看剑
« 12 »
搜珍网 www.dssz.com