搜索资源列表
Binary-Search
- function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
div
- 双字节二进制有符号数除法(补码)汇编程序(51)
汇编
- 题目二:学生名次计算程序设计 基本功能:设学生姓名及成绩已分别存入指定数据存储单元,计算所有学生在全班的排名,并按顺序显示全班成绩及名次。要求界面友好。 增强功能:学生姓名及成绩根据屏幕提示由键盘录入再存入数据存储单元。
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
汇编版:判断闰年
- 判断闰年 根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息
BIOS
- BIOS的中断以及功能说明.内容是英文的. ----------------------------------------------------------- INT 00 - DIVIDE ERROR (internal interrupt) Automatically called at end of DIV or IDIV operation that results in error. Normally set by DOS to display an er
easy
- 实现除法,并在屏幕上显示,用8086的汇编编写,是王爽老师上的设计题目中的综合实现-make div yushuan and str display to you,use 8086 asm to do,hope help you,thanks pudn!
1
- 红色设计惊艳女性div+css模板非常实用。www.guangjun.com.cn-红色设计惊艳女性div+css模板
div
- 32除24位整数结果保留8bit小数,简介利用移位相减-jgh
calculadora_ensamblador
- calculator in assembly language do all the basic operations add sub div product
DIV
- TWO 8 BIT DIVISION PROGRAM
BCD
- 按键显示不同的显示变化 需要配置成独立按键 LED1 EQU 21H LED2 EQU 22H LED3 EQU 23H ORG 00H JMP START START:MOV DPTR,#TABLE MOV LED3,#10H 显示 H 符号 MAIN: MOV A,P3 MOV B,#10H DIV AB MOV LED1,A MOV LED2,B- 按键显示不同的显示变化 需要配置成独立按键 LED1 EQU 21H
div
- TMS320C54X DSP的源码以及工程文件都在里面,实现定点小数的除法,适合入门者-The TMS320C54X DSP source code and project files are on the inside, the fixed-point decimal division, suitable for beginners
div
- basic masm program to use beginners of embedded c