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

搜索资源列表

  1. asm_tools.rar

    0下载:
  2. 汇编语言编程和调试工具。 学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。 1.1、宏汇编MASM系统 在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。 ,Assembly language programming and debugging tools. The purpose of learning assembly language is to use
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:792575
    • 提供者:草原IT人
  1. huibian

    0下载:
  2. 使用汇编语言编写程序,编写DOS下的TYPE命令,实现将磁盘中的某个已有的TXT文件的内容显示出来,要求程序在运行时先提示“Enter pathname:”,等待用户从键盘输入带路径的文件名,并在屏幕上显示此文件的内容,如没有此文件应有出错信息提示“Error”。-Assembly language programming, written under DOS TYPE command to achieve a disk in the TXT file contents have been s
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3945
    • 提供者:kelly
  1. 8086ASM

    0下载:
  2. 8086系列汇编语言命令大全及其说明,简体中文版-Intel 8086 CPU asmble language,command and ti s commentes withe simple chinese
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1535699
    • 提供者:张工程师
  1. TutorialsOfAssemblyLanguageForTMS320C2812

    0下载:
  2. TMS320C2812进行汇编语言编程的指导手册,对关键的命令进行详细的举例说明。-TMS320C2812 assembly language programming for the instruction manual, the key command to conduct a detailed example.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:588489
    • 提供者:haoz
  1. compilation-program

    0下载:
  2. 本课程的教学目的是使学生进一步了解计算机的基本组成,汇编指令的格式和使用方法,以及用汇编语言进行程序设计的基本思想和方法。于此同时,希望学生能了解用汇编语言程序来充分发挥计算机性能的基本思想。-The purpose of this course is to enable students to learn more about the computer s basic component, compile and use the format command, as well as using
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1536077
    • 提供者:马强业
  1. grademanagement

    0下载:
  2. Student学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条以内的学生记录。若记录较多,一页显示不下,可进行翻页操作。 -Student student grade management system is a MASM macro ass
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:191480
    • 提供者:王立国
  1. assemblelanguagezhiling

    0下载:
  2. 汇编语言指令集,汇编语言命令大全,mcs-51指令详解-Assembly language instruction set, assembly language command Guinness, mcs-51 Detailed instructions
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:38130
    • 提供者:sindy
  1. ELEVATOR

    0下载:
  2. 采用汇编语言实现的模拟电梯的控制和运行。该电梯除实现了普通的识别静态指令的基本电梯功能外,额外支持电梯运行过程中的动态指令识别,可随时调整电梯前进的方向与目的地。此外,该模拟电梯还配备了紧急维修、暂停行驶、贵宾直达等特殊功能,并保证了较完备的安全性与可靠性。-The use of assembly language to achieve the simulation of the control and operation of elevators. In addition to the ele
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3555
    • 提供者:Nicole
  1. 2001

    0下载:
  2. 指令功能及汇编语言程序设计时钟输出,利用了单片机-Command functions and assembly language programming
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:1017535
    • 提供者:kaka
  1. wuxin

    0下载:
  2. 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1707
    • 提供者:吴心
  1. FourArithmeticOperations

    0下载:
  2. 通过汇编语言:能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 -Through assembly language: to achieve add, subtract, multipl
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3596
    • 提供者:sizo
  1. Assembly

    0下载:
  2. 这是一个汇编语言常用汇编命令大全非常有用的资料-This is a compilation of commonly used language very useful compilation of information on the command Daquan
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:16879
    • 提供者:正气
  1. masm

    0下载:
  2. masm汇编语言编译环境介绍,寄存器介绍,命令语句介绍-masm assembly language compiler environment descr iption, register descr iption, the command statement describes
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:8718
    • 提供者:dailong
  1. Comparingstrings

    0下载:
  2. 实验题目:比较字符串 实验目的与要求 掌握用汇编语言设计、编写、调试和运行程序的方法。掌握debug程序的各种操作命令,熟悉程序的调试及其技巧。 -Experiment Title: Comparison of experimental purposes and are required to master a string in assembly language design, writing, commissioning and operation procedures. D
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:199941
    • 提供者:戴先生
  1. ARM9oderlist

    0下载:
  2. ARM9汇编语言编译指令大全,以及各种指令应用及其说明。-ARM9 assembly language compiler directive Guinness, and a variety of application and descr iption of command.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:935623
    • 提供者:luxin
  1. editor

    0下载:
  2. 用汇编语言写一个简单的文本文件编辑器。本程序可以让用户在命令窗口下创建,打开和保存一个文件,其中,保存分为直接保存和另存为功能,键盘中断方面实现End、Home、Backspace、F1、F2等-Assembly language to write a simple text file editor. This program allows users to create a command window, open and save a file, save the Save and Save
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:64288
    • 提供者:李莫愁
  1. a

    0下载:
  2. 汇编的课程设计,用汇编语言编写的一个通讯录管理系统,进入文件后,直接用命令MASM F19.ASM然后LINK F19 ,最后F19就可以运行了,里面的A.DAT是存储文件。-Compilation of curriculum design, assembly language, a contact management system into the file, and then directly with the command MASM F19.ASM LINK F19, F19 to r
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:4779
    • 提供者:afei
  1. ASM-code

    0下载:
  2. 汇编语言基本命令考试前复习挺管用的-Basic assembly language Basic assembly language commands command
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:15659
    • 提供者:tiny
  1. assembly-language-cha1

    0下载:
  2. 运用汇编语言可深入控制CPU内部运行,完成某些C都无法实现的功能。-with the assembly language, we will have a more thorough command of the CPU than with the C language. So,i think this file is useful. Share with you.
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:13521897
    • 提供者:张军
  1. TCL

    0下载:
  2. tcl脚本,TCL(Tool Command Language)是一种解释执行的脚本语言(scr ipting Language)。 它提供了通用的编程能力:支持变量、过程和控制结构;同时TCL还拥有一个功能强大的固有的核心命令集。-Tcl scr ipt, TCL (Tool Command Language) is an interpretation of the implementation of the scr ipting language (scr ipting Language).
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:88604
    • 提供者:徐伟升
« 12 »
搜珍网 www.dssz.com