搜索资源列表
h[1][1].asm
- 设计任务及要求 1. 以8255接八个开关K1~K8,做电子琴按键输入。 2. 以8253控制扬声器,使用简易键盘,发出相应的音阶。 要求: K1—静音 K2—发si的音493Hz K3—发la的音440Hz K4—发sol的音392Hz K5—发fa的音349Hz K6—发mi的音329Hz K7—发re的音293Hz K8—发do的音261Hz
闰年计算
- 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
clock
- THIS PROGRAMMM CONTENT 8255 8259 8253 procedures.IT SI USEFUL .I HOPE IT CAN HELP YOU . -THIS PROGRAMMM CONTENT 8255 8259 8253 procedures.IT SI USEFUL. I HOPE IT CAN HELP YOU.
Thermostat_84
- Termometru digital cu pic16f84 si ds18s20 de la dalas. afiseaza temperatura pe lcd 2x18
TireGauge
- 通过压力传感器把大气压力转化为电信号,通过单片机模数转换,判断并提示示过压还是欠压-Through the pressure sensor to atmospheric pressure into electrical signals through the microcontroller analog-digital conversion, judge and prompt show overvoltage or undervoltage
SI
- Space Invaders para principiantes
masm-query
- 汇编实现字符查找功能:data segment word1 db macth! ,0ah,0dh, $ word2 db no match! ,0ah,0dh, $ buffer1 db ? 存入关键字 buffer2 db 20h dup(?) db 0 db 20h duo(?) 存输入字符,大小可改 data ends stack1 segment stack db 200h dup(?) stack1 ends code se
masm59
- 附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,在数组中查找(AX),如果找到,则CF=0,,在SI中存放该元素在数组中的偏移地址。使用折半查找的方法-Additional paragraph, there is an already sorted array, the first element in the array store the length of the array have a unsigned number in AX, (AX) in t
Traffic
- 定义situation dw 0000_0011_0000_1100b(表示南北移动),s2 dw 0000_0110_1001_1010b(南北到东西的过渡),s3 dw 0000_1000_0110_0001b(东西移动)s4 dw 0000_0100_1101_0011b(东西到南北的过渡)。将situation的偏移地址给SI,将其从4号端口输出,让situation状态保持5秒,SI+2转到下一个状态。(基本要求流程图如图2.1)-With the definition it late
asm2
- 在字符串STRING中存在着N个字节的字符串,编写程序扫描STRING中有无空格,如果有,则将第一个空格符的地址传送到SI-N bytes in the string STRING string programming scanning String without spaces, if there is, it will send the address of the first space character to SI
p210_test
- 对功能子程序的测试和验证 名称:add128 功能:两个128位数据进行相加 参数: ds:si指向存储第一个数的内存空间,因数据为128位,所以需要8个字单元,由低地址单元到高地址单元依次存 放128位数据由低到高的各个字。运算结果存储在第一个数的存储空间中。 -For functional testing and validation routines Name: add128 Function: for adding two 12
ackermann
- algoritmo de ackerman, por si lo necesitan
e-luo-si-fang-kuai
- 实现俄罗斯方块游戏机的基本功能,同时可统计显示游戏得分-Basic functions of Tetris game, while statistics show that the game score
si
- 用汇编语言实现判断输入的两个字符串是否相等的基本功能-Achieve two strings to determine whether the input is equal to the basic functions of assembly language
2743-HT1621-LCD
- 松翰2743单片机驱动LCD-IC,HT1621-Pine si 2743 microcontroller drive LCD- IC HT1621
7
- 汇编语言实现音乐播放,1,2,3,4,5,6,7分别对应do,re,mi,fa,so,la,si-implement of keybord music
45EA
- 均线45平均线,金叉时候买入,死叉时候卖出。配合着K线形态进行。-45MA JIACHASHI BUY ,SI CHA SHI SELL, OR K XIAN XING TAI ING.
59
- 在附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,要求在数组中查找(AX),如果找到,则CF=0,在SI中存放该元素在数组中的偏移地址。本例使用折半查找的方法(In the appended segment, there is an array that has been sorted. The first element in the array holds the length of the array. There is an unsigned numb