资源列表
08
- comparador y salida por PB
06
- comparador de registros
汇编唱歌程序
- 一个简单的汇编唱歌程序,just for fun(a singing program with assembly language)
dosbox
- 搭建汇编环境的小程序,初学者会需要。一般32位的windows系统有自带,但64位系统下并没有(Set up a small program for assembly environment)
ks0108 test
- Avr assembly instruction set example codes for drive ks0108 Graphic lcd with 8bit uC atmega328p . Clear function included. It's working checking busy register with timing control. Delay routines in delay.asm. character sets in fonts.asm . Isis simul
sort
- 输入: 第一行读入一个 n ( 0<n<=1000000) 第二行读入n个整数k (-2^31 <= k < 2^31 ) 输出: 按从大到小的顺序输出出现的数字,数字之间用一个空格分开(Input: The first line reads a n (0<n<=1000000) second line reads n integer k (-2^31 < K < 2^31) Output: Outpu
test_2veryzhogyao
- 画三维图,通过matlab,画出三维作表图(Draw a three-dimensional map, through MATLAB, draw a three-dimensional map)
KMP算法
- KMP算法,例如输入s,t,p三个字符串,实现将s串中所有t替换成p(KMP algorithms, such as three strings of S, T, and P, are implemented to replace all the T in the S string to P)
stack
- 数据结构:用栈的思想实现公式运算,符号@标志结束(Using the idea of stack to implement the formula operation, the sign @ sign is over)
Merge
- 1、分别用顺序表和链表实现 2、利用菜单选择相应功能 3、能连续执行两表合并(1. The implementation of the sequence table and the chain table 2. Use the menu to select the corresponding function 3. Continuous execution of two table merging)
pascal_traingle
- drawing pascal triangle using assembly
Drawing-a-Diamond-2
- drawing a diamond using assembly