-
《Fortran常用算法程序集-第二版》
应用背景对于科学与工程计算方面非常非常非常有用,代码几乎囊括了科学与工程计算的各个方面的一些非常非常复杂的计算。关键技术算法包含很多方面的,对于科学与应用方面的老师,学生乃至从事科学计算方面的人员都有很大的好处
- 2022-01-25 14:39:58下载
- 积分:1
-
黑洞的算法,和二分法,我写的,嗲给知道一些,自己感觉还可以。...
黑洞的算法,和二分法,我写的,嗲给知道一些,自己感觉还可以。-Black hole of algorithms, and the dichotomy, I wrote some satay to know that they feel can also.
- 2022-03-13 17:17:56下载
- 积分:1
-
SystemC示例 全加器代码
System C是一种软/硬件协同设计语言,一种新的系统级建模语言。它包含了一系列C++的类和宏,并且提供了一个事件驱动的模拟核,使得系统的设计者能够用C++的词法模拟并行的进程,特别是在SoC系统中。
这是SystemC全加器的一个例子,可以使用Linux中的g++编译
- 2022-03-18 07:24:26下载
- 积分:1
-
填充矩阵(从外向内顺序填充自然数)
填充矩阵(从外向内顺序填充自然数)-filled matrix (from the outside in order to fill natural number)
- 2022-11-16 16: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
-
一天掌握DFT,深入浅出一下子就说明傅立叶变换
一天掌握DFT,深入浅出一下子就说明傅立叶变换-One day master the DFT, Fourier transform easily comprehensible instructions at once
- 2023-02-25 05:55:03下载
- 积分:1
-
Bandelet_ImageFusion_Toolbox
资源描述Bandelet_ImageFusion_Toolbox 细带的图像融合工具包,
- 2023-01-05 06:00:04下载
- 积分:1
-
一般的数值求解算法
一般的数值求解算法-general numerical algorithm
- 2023-04-12 10:20:03下载
- 积分:1
-
CHORUS-音频合唱功能
音频信号处理, 用MATLAB实现合唱功能. 包括LFO(低频振荡)的用法,有音频文件的读写操作及, 播放功能.
- 2023-06-14 19:51:02下载
- 积分:1
-
PARAMESH 天体物理领域广泛应用的自适应并行计算程序包
WHAT IS PARAMESH ?
PARAMESH is a package of Fortran 90 subroutines designed to provide
an
application developer with an easy route to extend an existing serial
code which uses a logically cartesian structured mesh into a parallel
code with adaptive mesh refinement(AMR).
- 2022-05-27 23:08:31下载
- 积分:1