-
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法-Turboc2.0 with the program and realize the combination of mathematical sequence of numbers
- 2023-02-17 13:10:03下载
- 积分:1
-
面波频散曲线正演
用于面波的频散分析和反演的程序。很好用的面波频散曲线提取个反演的程序,对刚刚接触瑞雷波勘探的物探人员非常有帮助!
- 2022-11-07 17:40:03下载
- 积分:1
-
字符串数组排序
字符串数组排序-Char array sort
- 2022-01-27 20:44:32下载
- 积分:1
-
正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。...
正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。-regular expressions
- 2023-01-27 20:40:04下载
- 积分:1
-
MULLER s algorithm Muller classical algorithm
muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
- 2022-03-24 18:14:01下载
- 积分:1
-
这是C++算法
This is C++ for Algorithm
- 2023-06-21 08:25:07下载
- 积分: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
-
对象跟踪
对象 trackingMean 转变是一个用于查找最大值的一种密度函数,给出了采样从该函数的离散数据的过程。[1] 它是用于检测这种密度的模式。[1] 这是一种迭代的方法,和我们开始初步估计。让一个内核函数被给出。此函数确定权重时邻近点的均值进行重新估算。通常使用到目前估计的距离上的高斯核, 。在窗口中由密度加权的平均是 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-12 12:10:04下载
- 积分:1
-
Verilog数字积分法2轴插补
module DDA_xy(rst,clk,start,pls_A,pls_B,busy);2轴数字积分法插补算法,输出A、B两轴脉冲,采用verilog hdl语言编写,是用 verilog 来实现数控中的数字积分法插补-verilog to the NC is the number of points in the interpolation method
- 2022-01-28 08:33:01下载
- 积分:1
-
24 points counting procedures, FOSS
算24点程序,源码-24 points counting procedures, FOSS
- 2022-11-29 18:50:03下载
- 积分:1