-
1
说明: 编写实现C=A+B操作的函数。其中,矩阵A、矩阵B和矩阵C均采用压缩存储方式存储,矩阵元素均为int类型。并设计一个测试主函数,要求按矩阵方式输出矩阵C的数值。设矩阵A和矩阵B为如下所示的矩阵:
A=[█(1 2 3@2 4 5@3 5 6)] B=[█(10 20 30@20 40 50@30 50 60)]
(Prepared to achieve C = function A+B operation. Among them, the matrix A, the matrix B and C matrices are stored in compressed storage, the matrix elements are of type int. The main function and design a test that requires the matrix output matrix C values. Let matrix A and matrix B is a matrix as follows: A = [█ (1 2 3 @ 2 4 5 @ 3 5 6)] B = [█ (10 20 30 @ 20 40 50 @ 30 50 60)])
- 2014-06-05 17:10:29下载
- 积分:1
-
small-True
最小生成树C语言代码 最小生成树C语言代码(small tree small tree small tree)
- 2012-11-24 22:55:00下载
- 积分:1
-
NfcHAL_SDKv22_Setup_227122
PN512 PC机源代码库文件,读卡模式,P2P通讯模式,卡模拟模式(PN512 souce code for libarary, reader writer mode, p2p communication mode, and card simulate mode)
- 2015-08-17 14:59:08下载
- 积分:1
-
u disk file protection can be set for u file encryption to ensure safe u disk
u盘文件保护,可以为u盘文件加密,保证u盘安全-u disk file protection can be set for u file encryption to ensure safe u disk
- 2022-03-16 08:59:23下载
- 积分:1
-
HyperLink
VC网络通讯编程实用案例精选chap4HyperLink.rar(VC network communications programming practical cases Featured chap4HyperLink.rar)
- 2008-01-20 20:12:03下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1
-
提供一个将rgb转hsi color model的函式库
提供一个将rgb转hsi color model的函式库-To provide a switch to the rgb to hsi color model library
- 2022-03-02 13:43:12下载
- 积分:1
-
四舍五入C++程序
#include
using namespace std;
void fun(float a)
void main()
- 2023-05-08 06:00:02下载
- 积分:1
-
1
说明: DOS命令下的串口文件传输程序 基于API函数(DOS command under the serial file transfer program is based on API functions)
- 2010-08-07 19:19:37下载
- 积分:1
-
15.【对视频进行快速角点检测】video_homography
利用OpenCV和VS对视频进行快速角点检测(Fast corner detection of video using OpenCV and VS)
- 2021-03-01 14:49:35下载
- 积分:1