240 私信
这个人很懒,暂无签名信息
0

DSP混合编程3

自己写的代码,还请大家指教! #include extern int asmfunc(int *a,int *b);   //调用时要调用数组的地址 extern int a[2] = {1,2};extern int b[2] = {1,2}; void main(){int result; result = asmfunc(a,b);printf(sum is %d/n,result); }...

个人介绍
暂无介绍