ubuntu 10.04 LTS desktop 安装 ubuntu10.10 Alpha 2 Alt+F2输入 update-manager -d点击 New distribution release '10.10' is available官方教程在http://www.ubuntu.com/testing/maverick/alpha2 Ubuntu 2023-10-17 170 点赞 2 评论 257 浏览
DSP实验二 main(){ int i; unsigned int *px; unsigned int *py; unsigned int *pz; px=(unsigned int *)0x4080; py=(unsigned int *)0x4100; for(i=0,pz=px;i<16;i++,pz++) (*pz)=i; for(i=0,pz=py;i<16;i++,pz++) DSP 2023-10-07 157 点赞 2 评论 237 浏览