-
传统的通信系统仿真课件,基于MATLAB平台的C.
经典的通信系统仿真课件,基于Matlab平台实现通信系统各个环节的仿真-Classical communication system simulation courseware, based on Matlab platform communication system simulation of all aspects of
- 2022-03-29 17:15:25下载
- 积分:1
-
This is the DWT and IDWT source. Discrete wavelet of the original program.
这是DWT和IDWT的源码.
离散小波的原始程式。-This is the DWT and IDWT source. Discrete wavelet of the original program.
- 2022-02-20 01:11:34下载
- 积分: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
-
自己写的一个 用 CSpreadsheet 类操作Excel的小报表处理程序
自己写的一个 用 CSpreadsheet 类操作Excel的小报表处理程序-Wrote it myself, a class action with CSpreadsheet report processing procedures for small-Excel
- 2023-04-08 17:05:04下载
- 积分:1
-
Finite
有限差分二阶二维声波方程加吸收边界变速剖面研究.c++实现!-Finite-difference second-order two-dimensional acoustic wave equation absorbing boundary increases speed profile study. C++ Achieve!
- 2022-05-23 10:14:15下载
- 积分:1
-
yuan dai ma
yuan dai ma
- 2022-06-11 21:09:17下载
- 积分:1
-
memcard是multiplaform卡片上写一个单词学习Python软件..
memcard is a multiplaform flashcard word learning software written on a python language.
(tested on RHEL5 and MS Vista)
- 2022-08-20 21:05:11下载
- 积分:1
-
Gray model forecast MALAB program, would like to predict a few years, simply ent...
灰色模型的预测的MALAB程序,想预测几年,只需将运行界面上输入几-Gray model forecast MALAB program, would like to predict a few years, simply enter a few runs the interface. . .
- 2022-07-09 00:59:23下载
- 积分:1
-
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!...
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
- 2022-05-08 03:24:52下载
- 积分:1
-
扫雷游戏gui图形代码,包含很多重要的算法
扫雷游戏gui图形代码,包含很多重要的算法-Mine game gui graphics code
- 2022-02-15 16:47:26下载
- 积分:1