-
数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。...
数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。-Array for the 8-bit char type values can be calculated through the function of an array of 16 cycle parity-check codes.
- 2023-06-20 15:25:03下载
- 积分:1
-
改进的平方根法,比较简单的,用VC实现的
改进的平方根法,比较简单的,用VC实现的-improvements to the square root law, a simple comparison with the VC
- 2022-11-14 11:05:03下载
- 积分: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
-
java 版B+树程序
java 版B+树程序-java version of B+ tree procedure
- 2022-03-22 19:01:12下载
- 积分:1
-
Implements Minimum Search Tree using Kruskal Algorithm
Implements Minimum Search Tree using Kruskal Algorithm
- 2022-01-23 10:06:31下载
- 积分:1
-
最小二乘算法
Fortran实现
比较简单
最小二乘算法
Fortran实现
比较简单-Fortran least-squares algorithm is relatively simple to achieve
- 2022-09-25 21:15:02下载
- 积分:1
-
16:00 Fourier algorithm, using standard C language, and optimized computing spee...
16: 00傅里叶算法,采用标准C语言,优化计算速度,比传统算法快得多
- 2022-12-31 04:55:03下载
- 积分:1
-
MT4的mq4贸易指标
资源描述1000你可以用你的交易系统在MT4平台MQL4语言编程和使用最好的自定义指标。他们是一个伟大的资源,任何人都试图寻找新的指标,为他们的交易策略。
- 2022-03-07 16:21:20下载
- 积分:1
-
计算二维TE波的ADI-FDTD方法的程序
这个是用ADI-FDTD的方法计算二维TE波的源代码。
- 2023-08-16 03:25:03下载
- 积分:1
-
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法...
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法-retroactive law m coloring problems, bool Matrix (Matrix said the order points), whether adjacent 2:00. The results achieved in all colors of a few less than the colored m
- 2022-02-22 05:13:49下载
- 积分:1