用签名void multiScalar写一个C函数(int A [6] [6],int factor);将6×6矩阵A乘以标量因子。 [英] Write a C function with signature void multiScalar(int A[6][6], int factor); that multiplies a 6 × 6 matrix A by a scalar factor.

查看:66
本文介绍了用签名void multiScalar写一个C函数(int A [6] [6],int factor);将6×6矩阵A乘以标量因子。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计



我不确定如何处理这个问题。是否有人能够编写完整的代码以帮助将来的任务。



谢谢

Hey Guys

I am unsure how to approach this question. Would somebody be able to write the entirety of the code to aid in future tasks.

Thanks

推荐答案

引用:

我不确定如何处理这个问题。

I am unsure how to approach this question.



在这种情况下,第一个合理的方法是学习你的课程材料,仔细阅读,并找到它的关系有这个练习。


The first reasonable approach in this case is to take your course material, read it carefully, and find the relation it has with the exercise.


我不确定有人为你写作将帮助你完成未来的任务,如果你有什么要求我们为你做的功课。



这是一个让你入门的shell:



Im not sure someone writing for you will aid you in future tasks, if anything you want us to do your homework for you.

Here is a shell to get you started:

void multiScalar(int A[6][6], int factor)
{
// Do stuff here
}


这篇关于用签名void multiScalar写一个C函数(int A [6] [6],int factor);将6×6矩阵A乘以标量因子。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆