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

搜索资源列表

  1. 王爽《汇编语言》高清PDF版及其习题解答CHM版

    0下载:
  2. 王爽《汇编语言》高清PDF版及其习题解答CHM版(Wang Shuang's "assembly language" high definition PDF version and its problem solution CHM Edition)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-22
    • 文件大小:32026624
    • 提供者:v5chun
  1. PianoGame_AndCommanFactor

    0下载:
  2. 采用x86汇编语言编写,用户可以点击键盘,发出对应的音调,实现类似钢琴的发音;以及实现100以内两个数的公约数的功能(A piano game written in asm, and calculate the common factors of two numbers in 100)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:haorenxinshou
  1. 汇编语言2-2-2007

    0下载:
  2. 计算机的指令系统就是指该计算机能够执行的全部指令的集合 每种计算机都有它支持的指令集合(The instruction system of a computer is the set of all instructions that the computer can execute. Each computer has a set of instructions that it supports)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:816128
    • 提供者:风在林梢
  1. 汇编语言2-3-2007

    0下载:
  2. 位操作类指令以二进制位为基本单位进行数据的操作;这是一类常用的指令,都应该特别掌握 注意这些指令对标志位的影响(Bit operation class instructions operate in binary units as basic units. This is a common instruction and should be specially mastered. Pay attention to the influence of these instructions on
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:733184
    • 提供者:风在林梢
  1. 汇编语言4-2007

    0下载:
  2. 程序从运行开始到结尾一直是按顺序逐条执行指令,且每条指令只执行一次。(The program executes instructions one by one from start to finish, and each instruction executes only once.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:288768
    • 提供者:风在林梢
  1. 汇编语言5-2007

    0下载:
  2. 把功能相对独立的程序段单独编写和调试,作为一个相对独立的模块供程序调用,就形成子程序 子程序可以实现源程序的模块化,可简化源程序结构,可以提高编程效率(A relatively independent program segment is written and debugged separately. As a relatively independent module for program calls, a subroutine is formed. Subroutine can mo
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:275456
    • 提供者:风在林梢
  1. 汇编语言7-2007-1

    0下载:
  2. 计算机系统通过硬件接口以及I/O控制程序对输入输出设备进行控制,使其有效地完成输入输出工作。(The computer system controls the input and output devices through the hardware interface and the I/O control program, so that it can accomplish the input and output effectively.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:169984
    • 提供者:风在林梢
  1. Software package -32 bit assembly 2 edition

    1下载:
  2. 汇编语言源文件与软件包,可以辅助学习,软件包-32位汇编2版(assembly language Software package -32 bit assembly 2 edition)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:9883648
    • 提供者:W_James
  1. Software package -32 bit microcomputer

    0下载:
  2. 汇编语言源文件与软件包,可以辅助学习,软件包-32位微机2版(assembly language Software package -32 bit microcomputer 5 edition)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-04
    • 文件大小:3073024
    • 提供者:W_James
  1. ARM GNU常用汇编语言

    0下载:
  2. 介绍GUN平台汇编语言的常用语法和标识符,便于进行汇编语言的阅读,编写和分析(introduce GUN Assemble language grammer and symbol.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-06
    • 文件大小:12288
    • 提供者:yulong1985
  1. STM32F407_ASM_FMZ_tab (3)

    1下载:
  2. STM32F407纯汇编语言框架原代码,实测通过,两个CAN口通讯网桥功能。(STM32F407 assembler language; assembly language; assemble language frame; framing; shell frame; skeleton frame primary code communication; correspondence; news report; news dispatch; message bridge function
  3. 所属分类:通讯编程

    • 发布日期:2018-12-27
    • 文件大小:497664
    • 提供者:FUMZH
  1. Introduction_to_computing_systems

    1下载:
  2. 关于汇编语言基础书籍,本书是从计算机底层数据处理入手的,能够了解计算机底层数据处理方式(Introduction to assembly language book)
  3. 所属分类:其他

    • 发布日期:2020-09-14
    • 文件大小:12980224
    • 提供者:Mr.Learn
  1. 汉诺塔

    1下载:
  2. 汉诺塔递归算法,用汇编语言实现,自己的实验,希望给大家能有一些帮助(Hanoi Tower Recursive Algorithms)
  3. 所属分类:汇编语言

    • 发布日期:2019-12-24
    • 文件大小:1024
    • 提供者:晨风@
  1. x86汇编语言-从实模式到保护模式

    1下载:
  2. x86汇编语言——从实模式到保护模式书籍及相关代码(X86 assembly language -- from real mode to protected mode books and related codes)
  3. 所属分类:汇编语言

    • 发布日期:2020-12-07
    • 文件大小:7347200
    • 提供者:Besos
  1. 汇编语言学习资料

    0下载:
  2. 学习的时候一些源码和资料,里面有的可能存在以下不足,也有和别人学习的方法,上传分享以下。
  3. 所属分类:编程文档

  1. 单片机课程设计_频率计_汇编语言

    1下载:
  2. T0用来定时,T1用来对1s内外来高电平计数(T0 is used for timing and T1 is used for high level counting within 1s)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-11-10
    • 文件大小:72704
    • 提供者:闲人_98
  1. 王爽汇编课件

    0下载:
  2. 汇编语言的ppt,有兴趣可观看,非诚勿扰(Assembly language ppt, interesting to watch, if you are the one)
  3. 所属分类:其他

    • 发布日期:2021-03-20
    • 文件大小:3422208
    • 提供者:luobbbbbb
  1. 汇编语言指令大全(详解版)

    0下载:
  2. 汇编语言指令大全,最详细的汇编指令大全很方便。。。
  3. 所属分类:编程文档

  1. 12864显示程序(汇编语言).txt

    0下载:
  2. 12864显示程序(汇编语言).txt
  3. 所属分类:汇编语言

    • 发布日期:2022-06-01
    • 文件大小:10055
    • 提供者:coolhandy
  1. 《8086 汇编语言》 王爽著

    1下载:
  2. 《8086 汇编语言》 王爽著
  3. 所属分类:编程文档

    • 发布日期:2023-01-14
    • 文件大小:66072204
    • 提供者:OldLiu
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com