资源列表

« 1 2 ... .77 .78 .79 .80 .81 20582.83 .84 .85 .86 .87 ... 28522 »

[数学计算/工程计算FFT

说明:使用FFT实现的两个多项式相乘的算法。 输入文件: 第一行为(n-1) 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result5.txt 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同)-Implementation of both the use of FFT polynomial multiplicatio
<ZhouJk> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程5

说明:一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次
<蜗蜗牛> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[压缩解压huffman5

说明:huffman编码源程序之五,适合《信息与编码》课程初学者使用-huffman
<村姑2> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程MATLAB_FIR_IIR

说明:matlab FIR 底通和带通滤波器和IIR 底通和带通滤波器完整程序,本人花了好多时间自己写的,有滤波前后图形对比!-matlab FIR at the end of pass and band-pass IIR filters and the end of pass and band-pass filter the full process, I spent a lot of time to write your own, there is before and after the gra
<Gerry_song> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[数值算法/人工智能kalmanc

说明:这个是用c实现的kalman滤波算法的源程序,可以方便调用。-This is c implementation of kalman filtering algorithm of source code, it will be convenient to call.
<李贤> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[数值算法/人工智能sorce

说明:Fortran语言,求解方腔流动的CFD(计算流体动力学)代码-code to solve caivty flow
<冯军> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[数学计算/工程计算mean_shift

说明:this mean shift one of image processing famous segmentation techniques, it is programmed in matlab-this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab
<me> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Optimization_procedures

说明:本程序是单纯形法,参考书目:河海大学<吴凤平>运筹学方法与应用-This procedure is a simplex method, bibliography: Hohai University < WU Feng-ping> Operations Research Methods and Applications
<tudan> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程ARIMA

说明:
<花花> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程PSO

说明:改进粒子群聚类,通过粒子群寻优算法完成聚类过程,提高聚类精度。-improved pos
<杨心微> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程rayleighchannel

说明:delta modulation source code
<sudhanshu shekhar> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[matlab例程basebandPAM

说明:BASEBAND PAM MODULATION
<sudhanshu shekhar> 在 2025-06-29 上传 | 大小:2kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 20582.83 .84 .85 .86 .87 ... 28522 »

源码中国 www.ymcn.org