-
多维傅里叶变换,二维DFT快速算法,共分五部
多维傅里叶变换,二维DFT快速算法,共分五部--三:二维实序2D-DFT列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 3: two-dimensional real column ordinal ranks of 2D-DFT algorithm for
- 2022-02-12 22:45:21下载
- 积分:1
-
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!...
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
- 2022-08-14 07:55:35下载
- 积分:1
-
ColorStatistics
ColorStatistics 可以统计图像中的颜色数和百分比,对于图像统计分析很有意义。而且计算速度非常快,700多的图像几个毫秒吧。
- 2022-03-07 14:08:29下载
- 积分:1
-
用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法...
用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
- 2022-08-17 05:05:25下载
- 积分:1
-
乔姆斯基文法判定
此程序是用C语言写的一个编译原理实验,用数组来存储。通过对数组的操作,以及文法规则来对文法进行判断。最终判断是属于哪一类文法。
- 2022-03-13 13:18:36下载
- 积分:1
-
深度学习工具箱
深度学习matlab工具箱,包括 Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets。
- 2022-05-25 20:49:52下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
公有继承举例
公有继承的举例,派生类的声明,通过派生类对象访问基类的公有成员。
- 2022-02-16 04:06:40下载
- 积分:1
-
大地坐标到平面坐标的转换――高斯
大地坐标到平面坐标的转换――高斯-格吕特变换-geodetic coordinates to the coordinates of the plane conversion-- Gaussian- Gruetter Transform
- 2023-05-02 13:40:03下载
- 积分:1
-
用C语言实现大整数相乘问题
用C语言实现大整数相乘问题-C Language large integer multiplication problems
- 2022-05-26 22:27:39下载
- 积分:1