资源列表
[汇编语言] APFunction
说明:用汇编语言实现的双递归函数 Ackerman函数 -In computability theory, the Ackermann function, named after Wilhelm Ackermann, is one of the simplest and earliest-discovered examples of a total computable function that is not primitive recur<朱大> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] bubblesort
说明:用汇编语言实现的一个冒泡排序法, 作者是Steven McC-Assembly language to achieve a bubble sort method<朱大> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] tdms_excel
说明:将labview产生的tdms格式的文件批量转换为excel格式的文件,m文件中使用用uigetdir函数,可以加入浏览要转换的tdms格式的文件夹和要保存的文件夹。-Will generate the labview TDMS format files batch convert excel format file, m file use uigetdir function, can add the browse folder to<李东> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] Judgment_palindrome
说明:编写一个函数palin()用来检查一个字符串是否正向拼写与反向拼写都一样的“回文”(palindromia)。如“MADAM”就是一个回文。若放宽要求,即忽略大小写字母的区别、忽略空格及标点符号等,则像“Madam,I m Adam.”之类的短语也可视为回文。编程要求:⑴在主函数中输入字符串。⑵将字符串首指针作为函数参数传递到函数palin()中。当字符串是回文时,要求函数palin()返回1,否则返回0。⑶若是回文,在主函数中输出"Y<陈琳> 在 2024-11-15 上传 | 大小:82kb | 下载:0