代码搜索:插值算法

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

代码结果 10,000
www.eeworm.com/read/178549/9392126

h 非标准16位des算法dlg.h

// 非标准16位DES算法Dlg.h : header file // #include "DES16.h" #if !defined(AFX_16DESDLG_H__9C52AA73_E587_49E0_AF22_352EE0985281__INCLUDED_) #define AFX_16DESDLG_H__9C52AA73_E587_49E0_AF22_352EE0985281__
www.eeworm.com/read/372788/9492814

c 单片机实现pid算法实例程序.c

#include #include /*******************************************************************************/ int idata p,ti,td,t,gd; /*p--比例度, ti--积分时间, td--微分时间,t--采样时间,gd--给定值*/ /*时
www.eeworm.com/read/176409/9499862

txt 基于matlab的函数优化遗传算法程序 .txt

function [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation,options) % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several var