-
Masters wrote classic second generation wavelet, we may as well take a look at,...
大师写的二代小波经典之作,大家不妨看看,也许有用-Masters wrote classic second generation wavelet, we may as well take a look at, perhaps useful
- 2022-05-21 04:06:15下载
- 积分:1
-
Pipe类 Pipe类 Pipe类
Pipe类 Pipe类 Pipe类-Pipe-type Pipe type Pipe type Pipe type Pipe type
- 2022-01-31 07:47:51下载
- 积分:1
-
能完全格式化U盘里的文件,比一般的格式化完整
能完全格式化U盘里的文件,比一般的格式化完整-U fully formatted documents like the more than most of the formatting integrity
- 2023-02-28 17:50:03下载
- 积分:1
-
建筑物防雷相关软件
计算建筑物雷击等效面积
建筑物防雷相关软件
计算建筑物雷击等效面积-Building lightning protection software calculate the equivalent area of the building struck by lightning
- 2023-08-29 21:00:04下载
- 积分:1
-
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的...
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的-Altera Corporation contents of the training, we look at, especially to participate in the contest SOPC
- 2022-02-26 13:26:44下载
- 积分:1
-
C 中的指针
指针变量往往是说是变量这点到另一个对象 .在一些 C 与指针和其他任务更容易执行编程任务。 A指针变量声明为 如下所示:
类型 * variable_name
- 2023-03-01 20:40:04下载
- 积分:1
-
nachos的使用文档,含操作系统的几个实验说明
nachos的使用文档,含操作系统的几个实验说明-nachos use files, the operating system containing several experimental note
- 2022-02-07 01:54:12下载
- 积分:1
-
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错...
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错
- 2022-03-14 06:50:28下载
- 积分: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
-
Array for the longest increasing subsequence algorithm. An array of input and ou...
求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列-Array for the longest increasing subsequence algorithm. An array of input and output its maximum incremental sequence
- 2022-12-09 14:40:02下载
- 积分:1