-
龙格
龙格-库塔法是数值计算的重要方法
本例子简明扼要,浅显好懂-Runge- Kutta numerical method is an important method to the example of concise and simple to understand
- 2022-08-13 21:22:11下载
- 积分:1
-
单一的
用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
- 2022-10-22 17:55:03下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2022-01-27 16:39:27下载
- 积分:1
-
构建凸包和不规则三角网
使用C#和Arcengine技术,通过读取txt坐标的DEM高程数据文件文件,在mapcontrol上绘制点,并由点构建凸包,由三角网生长算法构建不规则三角网
- 2023-01-22 03:15:04下载
- 积分: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
-
用在语音芯片上的一个,实现ADPCM编码的压缩程序,对语音编解码有帮助!...
用在语音芯片上的一个,实现ADPCM编码的压缩程序,对语音编解码有帮助!-with the voice of a chip to achieve ADPCM compression coding procedures, the voice codecs help!
- 2022-07-19 11:19:39下载
- 积分:1
-
数字图像处理,图像分割,阈值分割
这是数字图像处理过程中重要的基础算法,隶属图像分割,它通过设置阈值来区分图像中的各个不同物体,算法简单易懂,适合初学图像处理者。
- 2022-03-04 06:08:16下载
- 积分:1
-
dfx和bfs算法
此此例子是搜索,是对图的搜索的学习。This example is search, the search for figure of learning
- 2022-03-23 02:38:59下载
- 积分:1
-
宿舍管理系统
宿舍管理系统:包括宿舍同学名单查询,增添同学名单,删除同学名单等,还有包括查询学生相关的详细信息等。登陆界面分为学生以及宿舍管理人员。
- 2023-04-14 08:00:03下载
- 积分:1
-
bpNN的Matlab实现
bpNN的Matlab实现,一个数学建模书上很好的示例,自己敲的
- 2022-02-13 08:09:54下载
- 积分:1