-
ReadWriteBlob
这是codeproject站点的一个示例,用于在blobsqlserver连接中发送和接收数据。
- 2023-07-18 01:15:03下载
- 积分:1
-
本程序为Kmp匹配算法的实现,程只需直接运行即可,
本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
- 2022-09-10 08:40:03下载
- 积分:1
-
Apriori算法
Apriori算法是关联规则挖掘算法,通过连接和剪枝运算挖掘出频繁项集,然后根据频繁项集得到关联规则,关联规则的导出需要满足最小置信度的要求。是一种逐层搜索的迭代式算法
- 2022-11-20 12:15:03下载
- 积分:1
-
粒子群优化算法是一种新的技术,在实践中得到了很好的表现。粒子群优化算法是一种基于种群的搜索算法,模拟了种群内鸟类的社会行为。
使用系统;
- 2022-06-18 22:52:20下载
- 积分:1
-
三维电阻率正演模拟软件!!!加工。有限差分法
电阻率3D正演软件!!!用有限差分方法编写-3D resistivity forward modeling software! ! ! The finite difference method to prepare
- 2023-07-20 00:55:05下载
- 积分:1
-
ACM被分为凸侧行算法
acm中划分凸边行算法-acm were divided into convex side trip Algorithm
- 2022-06-16 14:08:10下载
- 积分:1
-
运筹学中的马尔可夫链算法,很有用,检查可以运行
运筹学中的马尔可夫链算法,很有用,检查可以运行-Operations Research in the Markov chain algorithm, very useful, can run a check
- 2022-04-12 01:20:03下载
- 积分:1
-
webrtc中提取的AEC库
webrtc中提取的AEC库,从webrtc开源项目中提取,可以使用,可以作为学习之用,现在关于开源aec算法的
代码少,这个确实还不错
- 2022-02-09 14:38:11下载
- 积分: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
-
Function is passed by value, teach you how to use the C language programming, te...
函数按值传递,教你如何用使用C语言编程,教学用。-Function is passed by value, teach you how to use the C language programming, teaching.
- 2022-10-11 02:35:03下载
- 积分:1