资源列表
[微处理器(ARM/PowerPC等)] LCD
说明:使用三星ARM7芯片S3C44B0,通过显示接口芯片RA8822,控制LCD完成显示功能的源码。-Samsung ARM7 chips use S3C44B0, through the display interface chip RA8822, control the LCD display to complete the source code.<SouthSand> 在 2025-11-23 上传 | 大小:599kb | 下载:0
[微处理器(ARM/PowerPC等)] Flash
说明:通过三星ARM7芯片S3C44B0,将RAM数据烧写到Flash的源码,RAM数据可通过串口从主机下载。-Samsung ARM7 chip through S3C44B0, the programmer RAM data to the Flash source code, RAM data can be downloaded from the host through the serial port.<SouthSand> 在 2025-11-23 上传 | 大小:96kb | 下载:0
[微处理器(ARM/PowerPC等)] showfonts
说明:我在S3C2440的Qt应用平台开发中编写的,用于测试各种字体效果的小程序。-I S3C2440 s Qt application platform development, prepared for testing the effectiveness of a variety of fonts applet.<SouthSand> 在 2025-11-23 上传 | 大小:285kb | 下载:0
[微处理器(ARM/PowerPC等)] IO
说明:用于S3C2440的Linux平台的通用IO驱动程序,以及相应的测试应用程序。-For the Linux platform S3C2440 generic IO driver, and the corresponding test application.<SouthSand> 在 2025-11-23 上传 | 大小:10kb | 下载:0
[微处理器(ARM/PowerPC等)] S3C3410X-ucos-ii
说明:44b0x ucos 原版官方移植程序S3C3410X-ucos-ii.zip-Original official 44b0x ucos transplantation procedures S3C3410X-ucos-ii.zip<xiaowei> 在 2025-11-23 上传 | 大小:30kb | 下载:0
[Windows编程] cshixian
说明:问题描述:6×9=42对于十进制来说是错误的,但是对于十三进制来说是正确的。即6(13)×9(13)=42(13),而42(13)=54(10)。你的任务是写一个程序读入3个整数p、q、r,然后确定一个进制B(2<=B<=16)使得p×q=r。如果B有很多选择,输出最小的一个。例如:p=11,q==11,r=121。则有11(3)×11(3)=121(3),因为11(3)=4(10)和121(3)=16(10)。这种情况下,应该输出3。如果没有合适的进制,则输出0. -Prob<jiangyi> 在 2025-11-23 上传 | 大小:1kb | 下载:0