代码搜索:插值算法

找到约 10,000 项符合「插值算法」的源代码

代码结果 10,000
www.eeworm.com/read/361503/10049830

m getwbbyga.m

function [ W1, B1, W2, B2 ] = getWBbyga(paraments ) % 用遗传算法获取神经网络权值阈值参数 % paraments 为遗传算法的参数信息.[遗传代数 最小适应值]。 Generations = 100; fitnesslimit = -Inf ; if(nargin > 0) Generations = parame
www.eeworm.com/read/416443/11025106

m getwbbyga.m

function [ W1, B1, W2, B2 ] = getWBbyga(paraments ) % 用遗传算法获取神经网络权值阈值参数 % paraments 为遗传算法的参数信息.[遗传代数 最小适应值]。 Generations = 100; fitnesslimit = -Inf ; if(nargin > 0) Generations = parame
www.eeworm.com/read/480161/6678268

txt genetic_algorithm.txt

遗传算法实例: 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例 % 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数 ...
www.eeworm.com/read/353054/10475321

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 分段线性插值.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/352992/10485566

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 分段线性插值.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/237832/13927438

m hw-nozzle.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %数值模拟二维收缩喷管流场 %显式时间推进、有限体积法、结构化网格,2阶MUSCL格式,超限插值网格 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function nozzle() Data=setdata;
www.eeworm.com/read/144374/12799499

htm 学生成绩管理系统_数据结构与算法_数据结构算法_c语言_c 语言之家.htm

学生成绩管理系统_数据结构与算法_数据结构算法_
www.eeworm.com/read/144374/12799522

htm 超酷的走迷宫程序_数据结构与算法_数据结构算法_c语言_c 语言之家.htm

超酷的走迷宫程序_数据结构与算法_数据结构算法_
www.eeworm.com/read/144374/12799541

htm 马踏棋盘问题_数据结构与算法_数据结构算法_c语言_c 语言之家.htm

马踏棋盘问题_数据结构与算法_数据结构算法_C语言