汇编语言,assembly language
1)assembly language汇编语言
1.Design and development of the management system of the examination question bank of assembly language;汇编语言题库管理系统的设计与开发
2.Mixed Programming with C Language and Assembly Language;C语言与汇编语言混合编程的实现
英文短句/例句

1.The Interface between Assembly Language and Turbo C;汇编语言与Turbo C语言的混合编程方法
2.Computer Principles and Assembly Language微机原理与汇编语言
3.assembly language graphics programmer汇编语言图形学程序员
4.assembly language programing vs high level高级汇编语言程序设计
5.Microcomputer Programming in Assembly Languages微机汇编语言程序设计
6.Z-80 Pragramming in Assembly LanguagesZ-80汇编语言程序设计
7.general electric symbolic assembly language通用电气符号汇编语言
8.Applications to instructions of assemble language 8086/8088;活用8086/8088汇编语言指令
9.COMPARATIVE STUDY on the TEACHING SUBJECT of ASSEMBLE LANGUAGE BETWEEN 8086 and MCS518086汇编语言和MCS51汇编语言教学内容对比初探
10.a program to translate assembly language into computer language.把汇编语言翻译成计算机语言的程序。
11.Method and Implementation about Combined Programming of Turbo C Language and Assembly Language;Turbo C语言和汇编语言混合编程的方法和实现
12.Investigeation and Practice for C and Assembly Language;C语言与汇编语言混合编程的研究与实践
13.A technical analysis to the commix programmer of advanced language and assemble language;高级语言与汇编语言混合编程技术浅析
14.The Mutual Transfer Realizes the Mix Programming of C and Assembly LanguageC语言与汇编语言相互调用实现混合编程
15.Quick BASIC and Mixed Programme of Assembler LanguageQuick BASIC与汇编语言的混合编程
16.An option is writing instructions in an assembler language;用汇编语言编程是一种选择。
17.The Study of Mixed Programming with Turbo C and Compile Language;Turbo C与汇编语言混合编程研究
18.assembler language coding form汇编程序语言编码形式
相关短句/例句

Assemble language汇编语言
1.The integrated development environment and the intelligent tutorship system of the assemble language;汇编语言集成开发环境与智能上机辅导系统的开发
2.Mixed programming TMS320LF240xDSP with C language and assemble language;TMS320LF240xDSP汇编语言与C语言的混合编程
3.Reseach on MultiMedia Teaching Courseware of Assemble Language;汇编语言多媒体教学课件的研制
3)assembler language汇编语言
1.The confirmation of overflow about the sign number in assembler language;汇编语言中有符号数溢出的证明
2.Design of structural assembler language system;结构化汇编语言系统的设计
3.Computer often break due to error instructs in assembler language programming, This paper will introduce a few method to go back to DOS correctly by some example for reference.利用汇编语言编程时, 由于指令使用的不正确常常造成死机现象- 本文通过实例介绍几种正确返回DOS的方法仅供参
4)assembler[英][?'sembl?][美][?'s?mbl?]汇编语言
1.Development of single chip computer program always uses the assembler and the Franklin C 51 tools,the flaw is that it is very difficult to achieve the involved computation of maths.开发单片机程序常用汇编语言及其编译工具FranklinC51,汇编语言的缺点是不易实现较复杂的数学计算。
5)assembling language汇编语言
1.The assembling language based on its specific bottom control potentiality can meet the needs of various complicated engineering with the realization of mixed programming with VC++ through resource sharing and complementary advantage.而汇编语言以其特有的底层控制潜力 ,与VC+ +实现资源共享、优势互补混合编程 ,可以满足许多复杂的实际工程的需要。
2.To solve experimentation-teaching problems in the universities, this paper illustrates an experimentation-simulating model with the Model/View/Controller design pattern, and implements a web-based experimentation simulating system of assembling language based on J2EE development platform.针对实验教学中存在的问题,基于模型/视图/控制器(MVC)设计模式建立实验仿真模型,并在J2EE开发平台上实现基于Web的汇编语言实验仿真系统。
6)80x86 assembly language80x86汇编语言
延伸阅读

汇编语言汇编语言assembly language huibian yuyan汇编语言《a义祀mbly .anguage)机器语言中地址部分符号化的结果或进一步包括宏机构。 汇编语言由汇编指令和汇编伪指令两部分组成。汇编指令是机器指令的地址部分符号化表示,其操作码采用易记的操作符表示,而地址码则采用标号、变量名字、常数等直观的表示形式。汇编指令基本上与机器指令保持一一对应的关系。在汇编过程中,它将被翻译成对应的机器指令;运行时,它将执行相应机器指令所规定的功能。汇编伪指令又称作汇编指示,其作用是指示汇编程序如何进行汇编,用于向汇编程序提供用户自定义的符号、数据类型、数据空间长度、目标程序格式、数据或指令的存放位置等提示信息。采用汇编语言编写程序虽不如高级语言简单、直观,而且必须对机器内部结构和特性有较多的了解;但它占用内存少,运行效率高,且能直接控制各种设备资源。因此,汇编语言经常用于编写大型软件系统的核心部分程序,或者用于编写运行时间长或实时性要求高的程序部分。 在不断吸收先进编程思想和相关软件优点的基础上,发展、演变出各具特色的汇编语言。模块汇编语言是在模块程序设计思想指导下,以模块作为编程基本单位而设计的汇编语言,它支持单个模块独立汇编和多个模块联合汇编的功能。宏汇编语言是在汇编语言的基础上,增加宏定义和宏调用功能而形成的汇编语言,它将为用户提供自定义指令的功能。高级汇编语言是在汇编语言的基础上,增加高级语言中控制语句成分(如条件语句,循环语句,函数和过程等)而成的汇编语言,它既保持汇编语言的有效性和灵活性,又充分发挥了高级语言简单、直观、易于编写等优点。条件汇编语言是在汇编语言中引进“条件转移”和“无条件转移”等汇编指示。这将为用户提供一种简便、灵活的剪裁(选择或跳过源程序)的手段。(曹东启)