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

搜索资源列表

  1. 超级玛利源代码

    0下载:
  2. 汇编语言编写一个以前在八位机上运行的一款任天堂经典游戏-Assembly language to prepare a previous eight machines running on a classic Nintendo game
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:99238
    • 提供者:beggarlee
  1. 2006zitisheji

    0下载:
  2. 这个是一个汇编语言编写的课程设计,主要实现显示一个五彩的2006,还有设计报告哦。-This is a compilation of language curriculum design, the main achievement of the 2006 shows a colorful, as well as design report Oh.
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:8095
    • 提供者:xuefeng
  1. time

    0下载:
  2. 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:1564
    • 提供者:陈林波
  1. anli

    0下载:
  2. 多种汇编语言程序设计案例,包括学生管理、时钟显示等。 -Assembly language programming a variety of cases, including student management, the clock display.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-27
    • 文件大小:252451
    • 提供者:王一
  1. ASM_Score

    0下载:
  2. 用汇编语言实现的程序: 每名学生需要如下描述:班级、学号、姓名、期末成绩、期中成绩、实验成绩、平时成绩。成绩可以有小数,如果有小数只能是点5,班级、学号、姓名格式自定。试编制一程序完成学生的录入和输出,输出的格式为:“班级、学号、姓名、总评成绩”,按照班级、学号进行排序,每人一行;最后再输出60以下、60-70、70-80、80-90、90-100分段内的人数。总评成绩的计算方法是:期末成绩×0.6+期中成绩×0.2+实验成绩*0.1+平时成绩*0.1。-Using assembly lan
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:31572
    • 提供者:Tony Yau
  1. udisk

    0下载:
  2. windows上实现U盘功能,采用汇编语言-windows to achieve U disk function, the use of assembly language
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:15557
    • 提供者:leaway
  1. assembly

    0下载:
  2. 汇编语言复习资料,有讲解,有题目,题目有答案-Review information on assembly language, there are explanations, there is the subject of the topic is the answer
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:546284
    • 提供者:李芳
  1. sheji

    0下载:
  2. 提供汇编语言课程设计的模板,有详细的说明-Assembler language courses designed to provide the template, is described in detail
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:170956
    • 提供者:荆棘鸟
  1. huibian

    0下载:
  2. 《汇编语言课程设计案例精编》源代码 判断闰年程序 ,加减乘除四则运算, 代码转换程序- Assembly language curriculum design sperm made the case, the source code to determine leap year process, Math
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:257863
    • 提供者:mr gao
  1. CL

    0下载:
  2. 数字时钟程序 DOS ASM 汇编语言-Digital Clock procedures DOS ASM assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1319
    • 提供者:ashu
  1. sy33

    1下载:
  2. 用汇编语言实现除法功能,简单,方便,易懂,-Using assembly language to achieve division function, simple, convenient, easy-to-understand,
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:875
    • 提供者:唐世兴
  1. proteusofwaterheater

    0下载:
  2. proteus热水器仿真,包含电路硬件图及汇编语言,并在keil2中源代码通过-Proteus water simulation, including the hardware circuit diagram and assembly language, and in the source code through keil2
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:61746
    • 提供者:王横
  1. main

    0下载:
  2. 汇编语言课程设计 学生成绩查询系统-Assembly language curriculum design student achievement Inquiry System
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2834
    • 提供者:王朗
  1. huibian

    0下载:
  2. 汇编语言课程设计 设计题目:在显示器上显示九九表 设计目的: 1. 巩固和加深课堂所学知识; 2. 将课本上的理论知识和实际应用有机的结合起来,培养同学们分析和解决实际问题的能力; 3. 通过对汇编语言程序代码的阅读、修改、设计,理解和掌握复杂的汇编语言应用程序的编程,提高实践编程能力。 设计任务:(在规定的时间内完成下列任务) 功能与要求: 二进制转换十进制的显示子程序能自动消除高位的0。 能180度旋转方向显示两张九九表。 按1键和2键手动切换显
  3. 所属分类:assembly language

    • 发布日期:2017-05-25
    • 文件大小:8246797
    • 提供者:wangjun
  1. asm-lib1

    1下载:
  2. 51单片机语言库,非常经典的汇编语言程序库-51 Singlechip language library, a very classic assembly language library
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4115
    • 提供者:sunke
  1. asm1

    0下载:
  2. 汇编语言视频教程.rar黑客基地汇编特训班(免费的)-Assembly language video tutorial. Rar hackers base specially compiled classes free)
  3. 所属分类:assembly language

    • 发布日期:2017-06-01
    • 文件大小:13522656
    • 提供者:name
  1. jiekou

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

    • 发布日期:2017-04-03
    • 文件大小:43350
    • 提供者:215465
  1. IBMhuibian

    0下载:
  2. 汇编语言入门经典开发实例详细讲解汇编的有关知识-Assembly Language Introduction to Classical
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2145640
    • 提供者:liujinjun
  1. huibianyuyan

    0下载:
  2. 汇编语言程序及报告,学生成绩统计等源程序。-Assembly language procedures and reports, students score statistics source.
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:343851
    • 提供者:郑伟
  1. alarmclock

    1下载:
  2. 利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。 到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间; 实物演示时要求讲出程序原理和设计思想; 程序运行良好、界面清晰。 -The use of assembly language implementation on a show in the display hours, minutes and seconds of elect
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3614
    • 提供者:sunyuancheng
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com