资源列表

« 1 2 ... .14 .15 .16 .17 .18 26519.20 .21 .22 .23 .24 ... 28522 »

[数学计算/工程计算max

说明:实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers,
<tianguochao> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程minRb

说明:完成无约束多维极值问题,实用的matlab程序,具有很强的鲁棒性-Completed unconstrained multidimensional extremal problems, practical matlab program, has a strong robustness
<ww> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程minPowell

说明:无约束多维极值问题的解决方法程序,matlab程序,具有很强的鲁棒性-Unconstrained multi-dimensional extremal problem solution procedures, matlab program, which has strong robustness
<ww> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程read_ncdata

说明:matlab7.11b 读取netcdf格式文件-matlab7.11b read netcdf files
<fanny zhang> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[数值算法/人工智能find_the_marble

说明:利用动态规划算法解决猜测弹珠位置的问题Alice and Bob are playing a game. This game is played with several identical pots and one marble.-Alice and Bob are playing a game. This game is played with several identical pots and one marble. When
<曦馨> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法UserTreeMap

说明:读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader
<> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[生物技术exp1

说明:包含几个小程序,包括基音周期提取,生物医学信号压缩:DCT变换,K-L变换等-Contains several procedures, including the pitch period extraction, biomedical signal compression: DCT transform, KL transform
<liyii> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法BP

说明:用BP神经网络进行预测,误差计算,具有较好的性能-BP neural network prediction, error calculation, and has better performance
<豆豆> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程2-D-FFT

说明:2-D FFT-2-D FFT
<崔致远> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[数学计算/工程计算myfft

说明:自己编写的二维快速傅里叶变换,希望能有帮助-2-D DFTFFT
<崔致远> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[数学计算/工程计算element-rigid-matrix

说明:单元刚度矩阵,用于计算三单元刚度矩阵,输出刚度矩阵-Element stiffness matrix is ​ ​ used to calculate the three-element stiffness matrix, the output stiffness matrix
<曾庆国> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程1

说明:运用matlab计算马鞍面和四连杆,并画出相应的图形-Use of matlab to calculate the saddle and four-link, and draw the corresponding graphic
<Elena> 在 2025-02-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 26519.20 .21 .22 .23 .24 ... 28522 »

源码中国 www.ymcn.org