-
running document addresses the need to change, we must pay attention, otherwise...
运行时需要更改文件地址,一定要注意,否则运行不了-running document addresses the need to change, we must pay attention, otherwise not running
- 2022-01-31 18:33:59下载
- 积分:1
-
该文件包含RS码编译码的相关资料和两个版本的C源码,对进行RS编码和译码的同仁希望有帮助...
该文件包含RS码编译码的相关资料和两个版本的C源码,对进行RS编码和译码的同仁希望有帮助
- 2022-02-11 20:39:44下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
分治法求大数乘法的问题 等等一些算法分析
分治法求大数乘法的问题 等等一些算法分析-datastructure
- 2023-08-22 14:40:03下载
- 积分:1
-
通过该程序可以计算前缀、中缀和后缀表达式的值…
通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
- 2023-02-05 00:25:03下载
- 积分:1
-
进行波动方程正演模拟的程序,在C++中编译通过,可以得到加吸收边界的模拟剖面...
进行波动方程正演模拟的程序,在C++中编译通过,可以得到加吸收边界的模拟剖面-Wave equation for forward modeling procedure, in C++ In the compiler is passed, plus absorbing boundary can be simulated profile
- 2023-02-18 06:10:03下载
- 积分:1
-
内存中断向量物理地址排序
内存中断向量物理地址排序-memory physical address Ranking
- 2022-02-25 10:56:45下载
- 积分:1
-
用户通过这个程序可以方便的进行星期的查询。
用户通过这个程序可以方便的进行星期的查询。-users can facilitate this process for the week of inquiries.
- 2022-03-18 14:58:37下载
- 积分:1
-
line detection of the article, we hope to help, learn together!
关于直线检测的文章,希望对大家有所帮助,共同学习!-line detection of the article, we hope to help, learn together!
- 2022-04-01 21:03:24下载
- 积分:1
-
This is a small version of the maze to improve the game. Which spent a boolean v...
这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
- 2022-01-25 16:11:09下载
- 积分:1