-
Meshless method: RKPM, calculating plate bending
无网格法:RKPM,计算平板弯曲-Meshless method: RKPM, calculating plate bending
- 2023-01-07 00:10:04下载
- 积分:1
-
mfcc经典代码
mfcc,最全面的,非网上流传的,首先对输入数据采取加窗分帧,对于每帧的语音,进行SFFT,求得功率谱,送mel滤波器组,经对数变换,DCT变换求得压缩的最终MFCC特征参数
- 2022-03-04 11:23:13下载
- 积分:1
-
智能计算的实现和/或操作
应用背景本程序是用PHP编程语言开发。它的简单程序和逻辑从神经网络。和/或操作算法只是关于如何显示逻辑的基本算法。当系统得到的值,如何最好的结果的算法。该系统的描述,和/或操作有2个输入形式(*输入),在内部系统中,给定的权重值,每一个点,在最后一点,它的最佳值的结果。x值的输入可以给[ 0 ],[ 1 ],[ 0,1 ],[ 1 ]。结果值为0或1。关键技术智能计算,操作,或操作,*值,值,权重值,神经网络。
- 2022-10-15 07:10:03下载
- 积分:1
-
FORTRAN visualfortran numerical algorithm commonly used to collect and FOSS
FORTRANvisualfortran常用数值算法集及源码-FORTRAN visualfortran numerical algorithm commonly used to collect and FOSS
- 2022-04-11 02:09:08下载
- 积分:1
-
计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC....
计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC.-calculations of 32 of CRC. Relatively simple and practical, Demo one time reading the entire document is undesirable, You need to make some changes to apply to all size of the CRC document.
- 2022-02-07 20:22:45下载
- 积分:1
-
新型GA算法
一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum 迭代的次数(代数)% psize 种群的规模大小%输出参数:% opy 最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置 newg
- 2022-03-18 14:25:18下载
- 积分:1
-
Matlab calculations prepared by the fluid and heat transfer procedures
matlab编写的流体计算和传热程序-Matlab calculations prepared by the fluid and heat transfer procedures
- 2022-03-04 01:58:33下载
- 积分:1
-
Biblioteca
#包括;
- 2023-07-07 23:10:03下载
- 积分:1
-
Towers of Hanoi
实现汉诺塔的搬移问题,实现了最著名的汉诺塔的搬移问题。-Towers of Hanoi
- 2022-03-18 14:41:07下载
- 积分:1
-
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。-MATLAB prepared simulated annealing algorithm m documents Yo pretty good.
- 2022-11-10 06:55:03下载
- 积分:1