搜索资源列表

  1. hc_compiler

    0下载:
  2. 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:260096
    • 提供者:周杰
  1. EMU8086

    0下载:
  2. 汇编语言源代码!能够很好的显示汇编的执行过程!-assembly language source code! To show good compilation of the implementation process.
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:2686976
    • 提供者:沙迦
  1. asm-clock

    0下载:
  2. 汇编语言变得电子时钟程序。适合8086汇编语言的初学者使用。-assembly language becomes electronic clock procedures. 8086 assembly language suitable for beginners to use.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:142336
    • 提供者:lc
  1. Demo_asm_80x86

    0下载:
  2. 80X86的一些例子程序,对学习汇编很有帮助。-80X86 some examples of procedures, a compilation of useful learning.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:24576
    • 提供者:葛钦钦
  1. 8086masm

    0下载:
  2. 汇编小程序 多种方法解冒泡法排序 以masm 5.0以上版本编译运行 -small compilation method for a variety of procedures Bubble Act to masm ranking above version 5.0 compiler operation
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:208896
    • 提供者:张雨
  1. based_8086_adda_and_show_sin

    1下载:
  2. 基于8086的一段汇编代码,包括AD/DA转换,并实现显示正弦函数曲线-based on a 8086 compilation of the code, including AD/DA conversion, and the achievement shows sinusoidal function curve
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:19456
    • 提供者:Zhou Yaoxin
  1. Intel8086

    0下载:
  2. Intel公司的8086汇编用户说明,绝对的原汁原味-Intel s 8086 compilation of users, the absolute original
  3. 所属分类:文档资料

    • 发布日期:2024-05-08
    • 文件大小:7983104
    • 提供者:石一岳
  1. cmm

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

    • 发布日期:2024-05-08
    • 文件大小:412672
    • 提供者:Tony
  1. masm5

    0下载:
  2. 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。-Using 8086 assembly language to achieve choice of sorting algorithm, you can choose to sort the number of characters.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:林文
  1. shuangse

    0下载:
  2. 基于8086的汇编编程,实现交通灯闪烁的功能-Based on the 8086 compilation of programming, realize the function of traffic lights flashing
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:侯玉建
  1. clock

    0下载:
  2. 模拟时钟汇编语言程序设计,适合8086学习汇编语言的学生学习,可修改直接做为自己微机原理课程设计-Analog clock assembly language programming, for learning 8086 assembly language students to learn to modify their computer directly as a principle of curriculum design
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-08
    • 文件大小:115712
    • 提供者:xxq
  1. aa

    0下载:
  2. 这个时钟是用汇编语言开发的,针对8086芯片而创造的。不仅可以作为时钟,而且可以当成是定时器,具有8个不同时间的定时,在定时时间到达后,就可以给相应的端口输出高电平-This clock is the development of assembly language for 8086 chip created. Not only can serve as a clock, but also as the timer, with eigh
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:柳生
  1. yejingxianshi

    0下载:
  2. 用汇编编写的液晶显示实验代码。效果挺不错的。共享了。适用于8086。-Compilation prepared by the liquid crystal display experimental code. Very good effect. Shared. Applicable to 8086.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:chenliqin46
  1. jianpanshaomiao

    0下载:
  2. 用汇编编写的键盘扫描实验。适用于8086开发环境。-Compilation prepared by the keyboard scanning experiment. Applicable to 8086 development environment.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:chenliqin46
  1. jishuqi

    0下载:
  2. 用汇编编写的8253计数器器代码。适用于8086开发环境。里面有原理图哦。供大家参考参考。-Compilation prepared by the 8253 counter code. Applicable to 8086 development environment. Oh, there are schematic. For your information.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:24576
    • 提供者:chenliqin46
  1. terr

    0下载:
  2. 用8086汇编写的一个简单的俄罗斯方块游戏-Written in 8086 with the compilation of a simple Tetris game
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:73728
    • 提供者:keyware
  1. wangshuang8086asm

    0下载:
  2. 王爽8086汇编的参考答案,建议初学者好好看。-Wang Shuang 8086 compilation of the reference answer, it is recommended good read for beginners.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:66560
    • 提供者:asm_boot
  1. 8086AssembleLanguage

    0下载:
  2. 8086汇编语言程序设计,由南京大学软件学院提供.-8086 assembly language programming, provided by the Nanjing University School of Software.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:803840
    • 提供者:想当年
  1. jiekou

    0下载:
  2. 控制四相步进电机按双八拍的运行方式运行。按下开关SW1时启动步进电机,按ESC键停止工作。采用循环查表法,用软件来实现脉冲循环分配器的功能对步进电机绕组轮流加电。 要求对题目进行功能分析(四项功能:快速顺时针旋转,慢速顺时针旋转,快速逆时针旋转和慢速逆时针旋转),进行步进电机远程控制系统硬件电路设计,画出电路原理图、元器件布线图、实验电路图;绘制程序流程图,进行步进电机控制程序设计(采用8086汇编语言);系统调试、运行,提交一个满
  3. 所属分类:汇编语言

    • 发布日期:2024-05-08
    • 文件大小:43008
    • 提供者:215465
  1. asm

    0下载:
  2. 汇编程序 五个子程功能组合,有菜单 本人学习8086微机原理时写的,-Assembler-way function of the five sub-portfolios, I have the menu when studying 8086 Microcomputer Principle of Writing,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:95232
    • 提供者:章鱼
« 1 2 34 5 6 7 »

源码中国 www.ymcn.org