资源列表
[汇编语言] Fibonacci-Sequence
说明: 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword<念迹> 在 2025-01-23 上传 | 大小:2kb | 下载:0
[汇编语言] Attiny13twopwm20ms
说明:利用Attiny13单片机来产生两路PWM信号来控制无刷电机的速度-Using Attiny13 MCU to generate two PWM signal to control the speed of the brushless motor<5566> 在 2025-01-23 上传 | 大小:2kb | 下载:0
[汇编语言] 30075831ch
说明:一个出租车计价器的汇编语言源代码 有详细的文字说明-A taxi meter assembly language source code<赵健伟> 在 2025-01-23 上传 | 大小:2kb | 下载:0
[汇编语言] runnian-panduan
说明:这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a judgment whether or not a given year is a leap year program, run executable programs Ifleap.exe enter a specific year, output is the message thi<赵健伟> 在 2025-01-23 上传 | 大小:2kb | 下载:0