-
AA 树算法
关于主题的数据结构和 alogorithn aa 树的算法。项目在 c + + 编码,控制台 GUI,一步一步安排
- 2022-06-18 12:16:28下载
- 积分:1
-
kmeans聚类源代码
kmeans聚类算法,在数据挖掘当中的应用,可用于时间序列数据的聚类,并能够显示聚类中心曲线,和聚类所用时间。代码简单容易实现。
- 2022-08-07 09:48:14下载
- 积分:1
-
蚁群算法源码
用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;用c++实现了蚁群算法;
- 2023-04-17 17:40:04下载
- 积分:1
-
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。...
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。-using FORTRAN language prepared by the procedure, the system can be run directly. We hope that more criticism.
- 2022-08-15 04:46:08下载
- 积分: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
-
纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈...
纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈-Written in pure c language backgammon. Standard c program that can run on any compiler. Comes with a simple AI system that can and human chess
- 2022-02-12 01:15:07下载
- 积分:1
-
MP3编码解码
这个是PC端实现MP3编解码,通过浮点型double类型,实现比较复杂!
- 2023-07-05 07:20:03下载
- 积分:1
-
密钥Diffie-Hellman:
Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。
- 2022-05-17 20:07:34下载
- 积分:1
-
Killer Calc sources. Operational system: DOS. Compiles OK in Quickbasic.
Killer Calc sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2023-04-29 18:40:02下载
- 积分:1
-
Aquila是一个MATLAB工具箱
AQUILA is a MATLAB toolbox for the one- or twodimensional simulation of
%the electronic properties of GaAs/AlGaAs semiconductor
%nanostructures. -AQUILA is a MATLAB toolbox for the one- or tw odimensional simulation of the electronic pr% operties of GaAs/AlGaAs semiconductor% nanos tructures.
- 2022-02-05 09:36:04下载
- 积分:1