代码搜索:插值算法

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

代码结果 10,000
www.eeworm.com/read/122247/14711298

txt 九连环游戏算法递归实现.txt

九连环游戏算法递归实现 (加入日期:2003-10-10 点击数:2627) 【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】 ///////////////////////////////////////////// //功能:计算九连环游戏中取下第n个环需要几步 //整个游戏所需步数=取下第1个环所需步数+...+取下第9个环所需步数 //实现方法 ...
www.eeworm.com/read/220738/14790347

txt rbf基于matlab的源程序(梯度算法).txt

程序代码: (代码标记 [code]...[/code] ) SamNum = 100; % 训练样本数 TargetSamNum = 101; % 测试样本数 InDim = 1; % 样本输入维数 UnitNum = 10; % 隐节点数 MaxEpoch = 5000; % 最大训练次数 E0 = 0.9; % 目标误差 % 根据目标函数获得样本输入输出 rand
www.eeworm.com/read/119715/14824013

txt des算法实现过程分析 之 c++.txt

#include void expand(const unsigned char in[32],unsigned char out[48]) { unsigned char table4[48]={ 31, 0, 1, 2, 3, 4, 3, 4, 5, 6, 7, 8,
www.eeworm.com/read/119714/14824014

txt des算法实现过程分析 之 c++.txt

#include void expand(const unsigned char in[32],unsigned char out[48]) { unsigned char table4[48]={ 31, 0, 1, 2, 3, 4, 3, 4, 5, 6, 7, 8,
www.eeworm.com/read/119713/14824015

txt des算法实现过程分析 之 c++.txt

#include void expand(const unsigned char in[32],unsigned char out[48]) { unsigned char table4[48]={ 31, 0, 1, 2, 3, 4, 3, 4, 5, 6, 7, 8,