CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - assembly compiler

搜索资源列表

  1. avr_LED_dimmer_B

    1下载:
  2. 类似LED手电筒的三档调光带记忆程序源码(汇编),编译环境:AVR Studio 4,调试通过。电源为6v铅酸蓄电池(也可以用锂电池,但要修改相应参数),设欠压保护5.25v,低于此值则进入休眠状态,主频通过熔丝位设为4.8MHz,电源开关作为开关和换档,快速连续按键视为换档操作,慢速只有开关功能,类似于手电筒调光。-Similar LED flashlight Three dimming with memory program source code (assembly), the compi
  3. 所属分类:assembly language

    • 发布日期:2016-05-12
    • 文件大小:10240
    • 提供者:zwx
  1. 56702-Blink

    0下载:
  2. DS1 blinks at a rate of approximately 1.5 seconds. * One way to create a delay is to spend time decrementing a value. In assembly, the timing * can be accurately programmed since the user will have direct control on how the * code is d. I
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:17043
    • 提供者:SPF
  1. PC_start

    0下载:
  2. 最简单的PC启动程序,中文汇编编写,用习语言中汇.exe编译。包内以附汇编器,执行批处理即可编译,生成软盘映像文件,随便找个虚拟机就可启动。内有详细说明,是学习x86汇编的入门好资料.-The most simple PC start procedures, written in assembly Chinese, compiled with.Exe language learning in the. The bag attached to the assembler, compiler can
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:462186
    • 提供者:zzz
  1. cminus

    1下载:
  2. 简化C编译器的程序示例,该程序采取了最简单的实现方法,用lex&yacc工具的辅助,实现一个C编译器的框架,省略了中间代码生成部分和代码优化,直接生成汇编代码,实现了while语句、加法运算符等的翻译。-Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:73691
    • 提供者:棚贺
  1. huibian

    0下载:
  2. 在bcb里嵌入汇编,网上没有的代码,我是从vc里转移过来,然后在游戏里编译通过的,适合新手学习-In bcb in embedded assembly, no code online, I was transferred vc, and then adopted by the compiler in the game, suitable for novice learning
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6216
    • 提供者:郭海涛
  1. HuiBian

    0下载:
  2. 汇编语言实验的编译程序,汇编语言的示例源程序,对于汇编语言学习者很有用。-Experimental assembly language compiler, assembler language, sample source code, useful for assembly language learners.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:332544
    • 提供者:唐永康
  1. 51mcu-motor-PWM

    0下载:
  2. 单片机直流电机PWM源码与工程(基于KEIL编译器)C与汇编-Microcontroller PWM DC source and Engineering (based KEIL compiler) C and Assembly
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:454512
    • 提供者:星空
  1. CudaPad

    0下载:
  2. CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels -CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels Introduction CudaPAD is software that aids in the optimizing and understanding of NVidia’s Cuda kernels by displaying an on-the-fly vi
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1528153
    • 提供者:MahdiAttar
  1. Flashing-Light-Experiment

    0下载:
  2. 这是运用C语言和汇编语言编译设计的51单片机小实验。-This is the use of C and assembly language compiler design of microcontroller 51 small experiment.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:32644
    • 提供者:王逍遥
  1. Analog-Switches-lights

    0下载:
  2. 这是运用C语言和汇编语言编译的模拟开关灯程序,适合初学者学习。-This is the use of C and assembly language compiler analog switch lights program, suitable for beginners to learn.
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:34949
    • 提供者:王逍遥
  1. Multiple-switch-status-indicator

    0下载:
  2. 这是运用C语言和汇编语言编译的多路开关状态指示实验。-This is the use of C and assembly language compiler multiplex switch status indicator experiments.
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:45774
    • 提供者:王逍遥
  1. Alarm-generator

    0下载:
  2. 这是运用C语言和汇编语言编译的报警产生器学习资料。-This is the use of C and assembly language compiler alarm generator learning materials.
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:40340
    • 提供者:王逍遥
  1. LED-display

    0下载:
  2. 这是利用汇编语言和c语言编译的I/O并行口直接驱动LED显示实验。-This is the use of assembly language and c language compiler of I/O parallel port directly drive LED display experiment.
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:44619
    • 提供者:王逍遥
  1. 1.leds_s

    0下载:
  2. Tiny6410 点灯汇编代码。。 Linux平台下的gcc编译工具编译。 裸机程序, 运行时,boot要先起来, 把bin文件烧到0x50000000内存起始地址执行-Tiny6410 lighting assembly code. . gcc compiler tool to compile the Linux platform. Bare metal program, running, boot up first, burn the bin file memory starting add
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:871
    • 提供者:zhang
  1. ADS-Assembler-Guide

    0下载:
  2. 本文件是arm公司为使用ADS编译器的编程者写的,是关于汇编语言的入门指南-This document is the arm of the company using ADS compiler written by programmers, it is about assembly language Getting Started Guide
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:942287
    • 提供者:wzm
  1. Android_wyfy

    0下载:
  2. 维语词典源码是一个词典翻译项目,测试运行以后我就惊呆,界面都是蝌蚪文,一开始我以为是阿拉伯语,搞了好久才发现是维语(维吾尔族语言) !,不得不说这个项目很逗,虽然strings.xml文件里面配置的字符串都是维语,但是源码里面的注释是用的中文简体,class是用汉语拼音命名的。从项目整体的架构上目测应该是学生作品,一开始项目缺少jsoup-1.6.0.jar和ksoap2-android-assembly-2.4-jar-with-dependencies.jar这两个jar包,都已经找齐了放进
  3. 所属分类:android

    • 发布日期:2017-05-30
    • 文件大小:12302705
    • 提供者:李伟林
  1. LED

    0下载:
  2. 在51单片机上实现跑马灯,利用汇编语言,在Keil环境中编译通过。-Marquee realized on 51 microcontroller, the use of assembly language, Keil compiler environment.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2207
    • 提供者:xyu
  1. qeduution

    0下载:
  2. 在Visual C++中使用内联汇编不需要额外的编译器和联接器,很好-Using inline assembly in Visual c++ does not need additional compiler and coupling, is very good
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:208896
    • 提供者:Lbpnfy
  1. 使用特性

    0下载:
  2. 使用.NET框架编写Windows程序,在很多方面已经变得很简单。在许多情况下,.NET框架使用,.NET编译器在编译时绑定到程序集的元数据,.使灵活的程序设计变得更容易。事实上,对于.NET而言,使用内嵌的元数据把我们从DLL地狱解脱出来是可能的。(Writing Windows programs using the.NET framework has become very simple in many ways. In many cases, the.NET framework uses
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:77824
    • 提供者:panjaf
  1. 52835521

    0下载:
  2. 在Visual C++中使用内联汇编不需要额外的编译器和联接器,很好(Using inline assembly in Visual c + + does not need additional compiler and coupling, is very good)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:207872
    • 提供者:jxclusive
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com