资源列表
[汇编语言] 07.jiankongliushuideng
说明:单片机的简单应用,主要是按键控制流水灯的流向-MCU simple applications, mainly keys to control the flow of light water<libangyou> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[汇编语言] C-NEW
说明:10进制转换16进制,并输出地址,短地址和段内地址-16 hex 10 decimal conversion, and output address, short address and the address in paragraph<jingwei1418> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[汇编语言] 31
说明:先在代码里输入20个数,自动计算出正数的个数和负数的个数-Enter in the code before the number 20 automatically calculates the number of positive and negative number<jingwei1418> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[汇编语言] 32
说明:检测按键类型,判断出是number,还是letter,还是other-Test button type, determine a number, or letter, or other<jingwei1418> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[汇编语言] sortstudent
说明:本程序由三部分组成:输入学生的信息(姓名和成绩);按成绩高低对学生进行排序;输出学生信息。 在输入学生的信息部分,在结构体中输入相应学生信息,输入姓名时,若输入‘!’则终止输入,转到sort排序函数;若输入超过最大数500,则也终止程序,转到sort排序函数,否则,执行循环,继续输入学生信息。 在sort排序函数部分,用到两层循环对学生进行排序。首先,拿第一个学生(i=0),用它和后面的学生进行成绩比较,如果前面的学生的分数小于<stream> 在 2025-01-12 上传 | 大小:1kb | 下载:0