资源列表
[汇编语言] juzhencheng
说明:用汇编编写的矩阵乘源代码,可以在WinDLX下运行-Matrix prepared by the compilation by the source code, you can run WinDLX<nian> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] FFTCprogramme
说明:详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure<郭营> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] GPF_DS18B20(dangezhuanhuan)
说明:用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言-Using DS18B20 to display the current temperature, low-byte r7 existence, the existence of the high-byte r6, in KEILC tested successfully by the compiler, using assembly language<贵鹏斐> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] GPF2_DS18B20(duxulie)
说明:读DS18B20的序列号,读进片内RAM里,KEILC环境下用汇编语言编译调试成功-DS18B20 Reading the serial number, read into the RAM chip in, KEILC environment using assembly language compiler debugging success<贵鹏斐> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] shengguangbaojing
说明:使用8255芯片,编写程序控制音乐发生器和LED工作使他们组成声光报警装置,自己设置按键来控制音乐发生器启-The use of 8255 chips, the preparation of program music generator and LED components work so that they sound and light alarm devices, set up their own buttons to control music generator Kai<lei> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] get_CPU_64Flag
说明:这是一段汇编代码,用来判断CPU是否为64位还是32位。-This is a compilation of code, used to determine whether the CPU for 64 or 32.<coco> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] time
说明:汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o<陈林波> 在 2025-07-15 上传 | 大小:1kb | 下载:0