# erpc_matrix **Repository Path**: thewon/erpc_matrix ## Basic Information - **Project Name**: erpc_matrix - **Description**: 基于 erpc 的矩阵乘运算 - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-02 - **Last Updated**: 2022-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # erpc_matrix #### 介绍 基于 erpc 的矩阵乘运算 #### 使用说明 1. 执行 `erpcgen matrix.erpc`,生成 "matrix.h" "matrix_client.cpp" "matrix_server.cpp" "matrix_server.h" 四个文件。 2. 添加编辑 "client.cpp" "server.cpp" 3. 添加 "build.sh" 脚本文件,编译出 'server' 'client' 两个程序。 4. 分别运行 'server' 'client'。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request