搜索资源列表
111
- 1 .手机屏幕尺寸为 w = 240 h = 320,现提供LCD BUF(type:unsigned short)的起始地址为lcdbuff。要求从坐标(100,10)处开始绘制一条长度为300的黑色(颜色值为0)垂直线。 参考代码: 2 .在第1题的基础上封装一个画垂直线的函数,不考虑颜色。 参考代码: 3 .在第1题的基础上封装一个画水平线的函数,颜色可不考虑。 参考代码: -The start address of a mobile phone scr
Desktop
- 已知从buf单元开始存放个10个8位无符号数,要求编写汇编语言程序,将这10个数去掉一个最大的和最小的,求其余的平均值。-Known storage from buf unit start a 10-bit unsigned number, write assembly language program to eliminate one of the largest and the smallest, the average for the rest of these 10 numbers.