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

搜索资源列表

  1. Nice_text4progress

    0下载:
  2. 本程序实现 在4位数码管显示器上依次显示当天日期和时间,显示格式如下: yyyy (年份) mm.dd(月份.日) hh.mm(小时.分钟) -The program in four digital tube display on display today' s date and time display format is as follows: yyyy (year) mm.dd (month. Days) hh.mm (hours. Minutes)
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1165
    • 提供者:贺程序
  1. ds1302-(4)

    0下载:
  2. 通过DS1302时钟芯片产生时钟信号在1602液晶上显示。可以自动校时。-It use a clock chip ds1302 and a lcd 1602 .it can fix its time by itself.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1319
    • 提供者:杨皮
  1. 4_leg_motion

    0下载:
  2. A 4 legged robot controlled by PIC16F877A. The robot was connected to servo motors and its moving sequences were implemented by using PWM to determine the degree of freedom of the robot.-A 4 legged robot controlled by PIC16F877A. The robot was connec
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:87523
    • 提供者:kkddaa
  1. asm-xml-1.4

    0下载:
  2. 用汇编语言来解析XML,要求效率和性能的场合使用-a asm source for paring xml.you can use it in some contidion asking for high efficience
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:127530
    • 提供者:drinker
  1. qhpxxh

    0下载:
  2. 1.从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;2.求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;3.将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。4.编一跳转表,按键1,2,3,4分别执行上述三种操作和实现退出功能。 -1 ten random input data from the keyboard, statistics on the number of negative and displayed on the
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1588
    • 提供者:童嘉
  1. wenjian

    1下载:
  2. 1.编一名为delblank.asm的汇编程序存盘。 2.把文件delblank.asm从盘中读出。 3.把其中的空格删除,存入文ourfile.txt。 4.在屏幕上显示ourfile.txt文件。 5.把文件中的小写字母改为大写字母。 -1. Compiled an assembler for the delblank.asm save. 2. Delblank.asm read from the document tray. 3. The space in which
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:723
    • 提供者:童嘉
  1. renjiduihua

    0下载:
  2. 学习和熟悉dos的功能调用,实现人机对话。 1.程序执行后,首先询问名字; 2.要求用户键入回答; 3.询问班级; 4.要求用户再次键入回答; 5.回车换行; 6.显示名字和班级; 7.如果回答y,退出程序;否则,返回1。 -Learn and become familiar with dos function calls to achieve human-computer dialogue. 1 After the procedures, first as
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:769
    • 提供者:童嘉
  1. 16to10

    0下载:
  2. 将键盘输入的4位十六进制数转换成等值的十进制数送屏幕显示。对不合理的输入不进行显示但可以继续输入。-Converting four hexadecimal keyboard input into the equivalent decimal number to send the screen. Not unreasonable input display but you can continue typing.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:989
    • 提供者:童嘉
  1. Sierpinski

    0下载:
  2. 在下图四个三角形中,着色三角形的个数依次构成一个数列的前4项,着色三角形的个数依次为1,3,9,27.则数列前4项都是3的指数幂,指数为序号减1。   通项公式是:An=3的N-1次方 -Four triangles in the figure below, the number of colored triangles in turn constitute a former four columns, the number of colored triangles were 1,3
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2886
    • 提供者:zhurongyan
  1. LIAN

    0下载:
  2. 用P2口高4位开关的状态控制对应的低4位发光二极管亮灭,程序采用汇编语言写成,带有protues已联调成功-P2 mouth with a high 4 switch state control corresponding low 4 LED lights off, the program is written in assembly language, the FBI has been successful with protues
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:16801
    • 提供者:王晓米
  1. 4

    0下载:
  2. 在屏幕上设计一个图案,白色背景上绘制黄色横线,屏幕中间为一红色矩形-Design a pattern on the screen, the yellow horizontal line drawn on a white background in the middle of the screen as a red rectangle
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:523
    • 提供者:fish
  1. mov

    0下载:
  2. 计算(x+125-x*y)/z,设x、y、z 为16位有符号的字变量,计算后将商存入x,余数 存入y中。假设x=3、y=4、z=10-Computing (x+125-x* y)/z, set x, y, z 16-bit signed word variable, calculated after the trader deposited x, y in the remainder deposited. Assuming x = 3, y = 4, z = 10
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:926
    • 提供者:隆会
  1. student-system

    0下载:
  2. 1)系统以菜单方式工作 2)系统数据录入功能 3)系统数据查询功能 4)系统删除功能 5)系统排序功能 6)系统其他功能模块-1) menu system to work the way 2) system data entry functions 3) System Data Query function 4) System delete function 5) sorting system function 6) Additional functional modules
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5583
    • 提供者:胡汉民
  1. cm-EA-4.5

    2下载:
  2. CM的较新版本 适合欧美镑美多个直盘货币对 相对较稳定-Newer versions of CM Europe fit multiple straight plate Pound U.S. currency relatively stable
  3. 所属分类:assembly language

    • 发布日期:2017-03-07
    • 文件大小:360448
    • 提供者:井泉
  1. control-systerm-ASM

    0下载:
  2. 基于AT89C51的交通控制系统,以ASM为开发环境。 1.AB方向亮绿灯60s,然后黄灯闪烁3次,每次一秒(亮灭各40ms),红灯40s,同时CD方向红灯65s,绿灯35s,黄灯闪烁3s 2.各路灯用LED模拟显示,同时用七段数码管显示两路的倒计时时间 3.利用键盘可修改灯亮时间 4.PC机设置灯亮时间,利用PC与单片机串口通信实现 -AT89C51-based traffic control system to ASM for the development envi
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:12568
    • 提供者:宋雪涛
  1. asm

    1下载:
  2. 键盘输入4位十进制数,转化为二进制数,从屏幕输出它的二进制形式和十六进制形式。-Keyboard input of a decimal number 4, into a binary number, the output of its binary form and sixteen hexadecimal form from the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1178
    • 提供者:Amanda
  1. 5

    0下载:
  2. 1、一个判素数的函数,在主函数输入一个整数,输出是否为素数的信息。 2、输出杨辉三角前十行 3、十十五个数由大到小的顺序存放在一个数组,输入一个数,折半法找出该数是数组中的第几个,若不在,输出“无此数” 4、输出所有水仙花数(各位数字立方和等于本身) 5输出100以内的完数(一个数等于其因子之和) -1, a function of the number of sub-prime, an integer in the main function of the input, t
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2043
    • 提供者:步旸旸
  1. Small-alarm-clock

    0下载:
  2. 使用WIN32 ASM编程,设计实现一个小闹钟。 程序功能: 1. 能显示系统当前时间,显示到秒级,并随时间刷新。 2. 采用数字电子表和模拟钟表两种方式显示。 3. 钟表每走一小时自动报时。 4. 按“Q”键退出程序。 -Use WIN32 ASM programming, design and implementation of a small alarm clock. Program features: 1. Can display the curren
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:54282
    • 提供者:张鹏飞
  1. tuxingbiajiqi

    0下载:
  2. (1)文件功能 (2)有鼠标,键盘输入(可以画直线,折线,矩形,圆 ,三角形) (3)具有选择图形,移动,删除功能 (4) 菜单功能 (5)可以选择线形,线宽,颜色 (6)具有坐标显示功能 文件功能,图形移动删除功能等局部功能没实现,大部分都可以实现,如果机器不支持全屏显示,可下个DosBox,在DosBox中运行-(1) File feature (2) there is a mouse, keyboard input (you can draw a straigh
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6124
    • 提供者:
  1. LEUP1

    0下载:
  2. 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:36774
    • 提供者:乐永青
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com