代码搜索:如何学习 Best?
找到约 10,000 项符合「如何学习 Best?」的源代码
代码结果 10,000
www.eeworm.com/read/487628/6506734
c me_fullsearch.c
/*!
*************************************************************************************
* \file me_fullsearch.c
*
* \brief
* Motion Estimation using Fullsearch
*
* \author
* Main con
www.eeworm.com/read/485261/6556883
asv train.asv
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/485261/6556885
m train.m
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/482389/6623995
c concept.c
/******************************************************************************
concept.c - manipulate concept type
******************************************************************************/
#i
www.eeworm.com/read/478816/6703768
java evaluate.java
/*作者:徐朝*/
/*keystonexu@yahoo.com.cn*/
package kernel;
public interface Evaluate
{
//适应度评价函数,评价某个体的适应度。
public void Evaluate(Individual individual);
//评价终止条件
public boolean Termination_Cri
www.eeworm.com/read/347507/11660853
c mode_decision.c
/*!
***************************************************************************
* \file mode_decision.c
*
* \brief
* Main macroblock mode decision functions and helpers
*
**********
www.eeworm.com/read/346962/11710002
cpp new_perm.cpp
#include "Unit1.h"
#include "New_Perm.h"
char *FileNam = "F:\论文\P2P\MyArtical\基于免疫算法的蛋白质结构预测\code\SC lattice\data\48.1.txt";
char *FileNam_Out = "F:\论文\P2P\MyArtical\基于免疫算法的蛋白质结构预测\code\SC lattic
www.eeworm.com/read/338523/12298789
m ga_plot.m
function [para,best_pi]=GA_plot(generation_n, upper, ...
average, lower, BEST_popu)
global MIN_offset MUL_factor true_para
%========================================================
% GA_plot.m
www.eeworm.com/read/338523/12301214
asv ga_plot.asv
function [para,best_pi]=GA_plot(generation_n, upper, ...
average, lower, BEST_popu)
global MIN_offset MUL_factor true_para
%========================================================
% GA_plot.m
www.eeworm.com/read/251858/12314375
m paint.m
%图形绘制
t=load('75城市TSP问题数据');
cla;
subplot(2,2,1);
for i=1:city_n
plot(t.pos(i,1),t.pos(i,2),'.');hold on;
end
hold off;
for i=1:(city_n-1)
a=tobu_A(min_pos,i);
b=tobu_A(min_pos