资源列表
[汇编语言] chaoshenbo
说明:超声波传感器超声波测距8051汇编源程序 晶振采用6M,P1口为数码管段输出口,P3.0~P3.2为数码管位输出口,P3.5超声波发送输出,P3.7超声波接收。 -Ultrasonic Sensor Ultrasonic Ranging crystal 8051 compilation of source code using 6M, P1 mouth tube sections as a digital output, P<linannan321> 在 2025-01-22 上传 | 大小:1kb | 下载:0
[汇编语言] print_word
说明:用汇编语言编写的打字游戏,适合汇编的初学者和爱好者学习(此游戏是在文本状态下运行的)-Language used to compile the typing games, suitable for beginners and enthusiasts compiled learning (this game is run under a state in the text of the)<冯香智> 在 2025-01-22 上传 | 大小:3kb | 下载:0
[汇编语言] searchphonen
说明:汇编实验里查找电话号码的源代码,可以直接编译通过得出结果-Find a compilation of telephone numbers experiment source code, you can directly compile the results through<Lehonp> 在 2025-01-22 上传 | 大小:1kb | 下载:0
[汇编语言] LL(1)suanfa
说明:LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar algorit<伟> 在 2025-01-22 上传 | 大小:32kb | 下载:0