代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/315145/13550241
pdf genetic algorithms(程润伟遗传算法ppt).pdf
www.eeworm.com/read/314554/13564490
pdf 基于psp原则的维特比译码改进算法.pdf
www.eeworm.com/read/313959/13577850
cpp 基于遗传算法的人工生命模拟 .cpp
/*基于遗传算法的人工生命模拟 */
#include
#include
#include
#include
#include
#include
#include "graph.c"
/* 宏定义 */
#define TL1 20 /*
www.eeworm.com/read/313332/13590230
cpp 哈希表算法实现的c语言源程序.cpp
#include
#include
#include
void creathash(char hash[][20],int n);
unsigned long int mid(unsigned long int s);
void search(char hash[][20],char name[]);
/*主函数*/
v
www.eeworm.com/read/311313/13632538
pdf h[1].264视频压缩标准算法分析.pdf
www.eeworm.com/read/309607/13667856
pdf 块匹配运动估计算法研究与进展.pdf
www.eeworm.com/read/308998/13684317
m matlab遗传算法pmx变换的源代码.m
% PMX means Goldberg's Partially Mapped CroSsover)
% Procedure :PMX
% Step1. Select two positions along the string uniformly at random.
% The substrings defined by the two positions are call
www.eeworm.com/read/308994/13684711
m matlab遗传算法ox变换的源代码.m
%OX represent Davis's Order Crossover
%OX was proposed by Davis. It can be viewed as a kind of variation of PMX with a different repairing procedure.
%OX works as follows:
%
%Procedure: OX
%Step
www.eeworm.com/read/308991/13684713
m matlab遗传算法cyclicxover变换的源代码.m
% CX means Olives, Smith, and Hollands' Cycle Crossover(CX)
% Procedure :CX
% Step1. Find the cycle which is defined by the corresponding positions of cities between parents
% Step2. Copy the citie
www.eeworm.com/read/308385/13703199